@simulacrum/auth0-simulator 0.6.0 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +4 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## \[0.6.3]
4
+
5
+ - The simulation server can return null events on shutdown, and the logger did not consider this. Check for undefined within the filter.
6
+ - Bumped due to a bump in @simulacrum/server.
7
+ - [43bb4cf](https://github.com/thefrontside/simulacrum/commit/43bb4cfde8884595496ecdd27f6c94ceff95765d) simulation filter may include null, include check ([#210](https://github.com/thefrontside/simulacrum/pull/210)) on 2022-08-23
8
+
9
+ ## \[0.6.2]
10
+
11
+ - add missing @simulacrum/client to auth0 package
12
+ - [6b0c7d1](https://github.com/thefrontside/simulacrum/commit/6b0c7d1cdca0f19455b5e9017216520bcae06ff2) add missing @simulacrum/client to auth0 package ([#205](https://github.com/thefrontside/simulacrum/pull/205)) on 2022-04-20
13
+
14
+ ## \[0.6.1]
15
+
16
+ - Add cosmiconfig as a dependency to the auth0-simulator
17
+ - [7bd03b4](https://github.com/thefrontside/simulacrum/commit/7bd03b4313bd34a498c06bf8823f9e1559df4d38) add cosmiconfig as a dependency to @simularcurm/auth0-simulator ([#203](https://github.com/thefrontside/simulacrum/pull/203)) on 2022-04-20
18
+
3
19
  ## \[0.6.0]
4
20
 
5
21
  - Add cosmiconfig and zod to @simulacrum/auth0-simulator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simulacrum/auth0-simulator",
3
- "version": "0.6.0",
3
+ "version": "0.6.3",
4
4
  "description": "Run local instance of Auth0 API for local development and integration testing",
5
5
  "main": "dist/index.js",
6
6
  "bin": "bin/index.js",
@@ -39,11 +39,13 @@
39
39
  "homepage": "https://github.com/thefrontside/simulacrum#readme",
40
40
  "dependencies": {
41
41
  "@effection/process": "^2.0.1",
42
- "@simulacrum/server": "0.6.0",
42
+ "@simulacrum/client": "0.5.4",
43
+ "@simulacrum/server": "0.6.1",
43
44
  "@types/faker": "^5.1.7",
44
45
  "assert-ts": "^0.3.2",
45
46
  "base64-url": "^2.3.3",
46
47
  "cookie-session": "^1.4.0",
48
+ "cosmiconfig": "^7.0.1",
47
49
  "dedent": "^0.7.0",
48
50
  "effection": "^2.0.1",
49
51
  "html-entities": "^2.3.2",