Skip to content

Commit 478ab2a

Browse files
publish new versions (#321)
Co-authored-by: jbolda <[email protected]>
1 parent 33efe53 commit 478ab2a

16 files changed

+62
-56
lines changed

.changes/esm-without-lodash.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/express-v5.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/main.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/refine-tsc-with-safety-and-strictness.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changes/server-nodeOptions-spread.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/tsdown-all-pkgs.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/upgrade-starfx-0.15.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auth0/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## \[0.11.0]
4+
5+
### New Features
6+
7+
- [`467e783`](https://github.com/thefrontside/simulacrum/commit/467e783d8330bc729444ef85dab25eada34a51f2) ([#326](https://github.com/thefrontside/simulacrum/pull/326) by [@rparet](https://github.com/thefrontside/simulacrum/../../rparet)) Add support for passwordless auth
8+
9+
### Enhancements
10+
11+
- [`c52b964`](https://github.com/thefrontside/simulacrum/commit/c52b9649ad7505bf41e43a640d05d6ee5b9b73a7) ([#322](https://github.com/thefrontside/simulacrum/pull/322) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) POSSIBLY BREAKING: Switch to ESM modules with a dual published CJS option. This was enabled by swapping out lodash for defu to merge OpenAPI specifications.
12+
- [`95bc2cf`](https://github.com/thefrontside/simulacrum/commit/95bc2cf102839e7f869498f0bf9d7e3f0dce7d84) ([#323](https://github.com/thefrontside/simulacrum/pull/323) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) POSSIBLY BREAKING: Update the express v5. If you are using the extended router, you may need to confirm your routes against the express v5 migration guide.
13+
- [`33efe53`](https://github.com/thefrontside/simulacrum/commit/33efe53806407c2b36d6c3c927301473bcf6fd31) ([#329](https://github.com/thefrontside/simulacrum/pull/329) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Add additional TypeScript configure in workspace to further refine type checks. Run `tsc` in CI for every package.
14+
- [`6b452c3`](https://github.com/thefrontside/simulacrum/commit/6b452c3cf3c8bd5f025a1993cf4ad63a5597e242) ([#320](https://github.com/thefrontside/simulacrum/pull/320) by [@jbolda](https://github.com/thefrontside/simulacrum/../../jbolda)) Switch to using `tsdown` to help build both ESM and CJS versions of the package. This also includes helpers to ensure that the published package has all of the required properties and configuration.
15+
16+
### Dependencies
17+
18+
- Upgraded to `@simulacrum/[email protected]`
19+
320
## \[0.10.2]
421

522
- [`496b98b`](https://github.com/thefrontside/simulacrum/commit/496b98b53bff4faf1310bebff1c43fc469cb52c5) ([#313](https://github.com/thefrontside/simulacrum/pull/313) by [@taylorreece](https://www.github.com/taylorreece)) Update the auth0 simulator to include an email claim in the access token when email is present in scope.

packages/auth0/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@simulacrum/auth0-simulator",
3-
"version": "0.10.2",
3+
"version": "0.11.0",
44
"description": "Run local instance of Auth0 API for local development and integration testing",
55
"main": "./dist/index.cjs",
66
"bin": "bin/start.cjs",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/thefrontside/simulacrum#readme",
4242
"dependencies": {
43-
"@simulacrum/foundation-simulator": "0.4.1",
43+
"@simulacrum/foundation-simulator": "0.5.0",
4444
"@faker-js/faker": "^9.3.0",
4545
"assert-ts": "^0.3.4",
4646
"base64-url": "^2.3.3",

0 commit comments

Comments
 (0)