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: levino/mock-jwks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: levino/mock-jwks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.1
Choose a head ref
  • 6 commits
  • 9 files changed
  • 4 contributors

Commits on Mar 15, 2023

  1. chore(deps-dev): bump @types/jest from 29.4.1 to 29.4.2

    Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 29.4.1 to 29.4.2.
    - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
    - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)
    
    ---
    updated-dependencies:
    - dependency-name: "@types/jest"
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Mar 15, 2023
    Copy the full SHA
    b220e03 View commit details
  2. Merge pull request #125 from levino/dependabot/npm_and_yarn/types/jes…

    …t-29.4.2
    
    chore(deps-dev): bump @types/jest from 29.4.1 to 29.4.2
    kodiakhq[bot] authored Mar 15, 2023
    Copy the full SHA
    05e0c80 View commit details
  3. fix: update readme for esm

    levino committed Mar 15, 2023
    Copy the full SHA
    54c710c View commit details
  4. Merge pull request #126 from levino/feature/update-readme-for-esm

    fix: update readme for esm
    kodiakhq[bot] authored Mar 15, 2023
    Copy the full SHA
    4b31c58 View commit details
  5. Copy the full SHA
    6c7c126 View commit details
  6. Merge pull request #127 from levino/release-please--branches--main--c…

    …omponents--mock-jwks
    
    chore(main): release 2.0.1
    kodiakhq[bot] authored Mar 15, 2023
    Copy the full SHA
    6be1d22 View commit details
Showing with 770 additions and 913 deletions.
  1. +648 −648 .pnp.cjs
  2. +7 −0 CHANGELOG.md
  3. +5 −137 README.md
  4. +0 −35 example/api.cjs
  5. +28 −0 example/api.js
  6. +0 −89 example/authentication.test.cjs
  7. +78 −0 example/authentication.test.js
  8. +1 −1 package.json
  9. +3 −3 yarn.lock
Loading