Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mozilla/fxa
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.263.1
Choose a base ref
...
head repository: mozilla/fxa
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.263.2
Choose a head ref
  • 2 commits
  • 4 files changed
  • 2 contributors

Commits on Jul 20, 2023

  1. bug(admin-server,graphql): Fix missing allowlists

    Because:
    - Allowlists weren't getting copied to build directory
    
    This Commit:
    - Includes allowlists as assets
    dschom authored and julianpoy committed Jul 20, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    dalyIsaac Isaac Daly
    Copy the full SHA
    5e4c7a3 View commit details
  2. fix(esm-cjs-hell): add module type hint for Playwright

    Because:
     - fxa-auth-client is used directly in Playwright tests, and Playwright
       has its own require or import logic
    
    This commit:
     - adds "type" in package.json for Playwright to figure it out
    chenba authored and julianpoy committed Jul 20, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    dalyIsaac Isaac Daly
    Copy the full SHA
    31f2b5d View commit details
Loading