@simulacrum/auth0-simulator 0.6.1 → 0.6.2
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.
- package/CHANGELOG.md +5 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## \[0.6.2]
|
|
4
|
+
|
|
5
|
+
- add missing @simulacrum/client to auth0 package
|
|
6
|
+
- [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
|
|
7
|
+
|
|
3
8
|
## \[0.6.1]
|
|
4
9
|
|
|
5
10
|
- Add cosmiconfig as a dependency to the auth0-simulator
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@simulacrum/auth0-simulator",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.2",
|
|
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,6 +39,7 @@
|
|
|
39
39
|
"homepage": "https://github.com/thefrontside/simulacrum#readme",
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@effection/process": "^2.0.1",
|
|
42
|
+
"@simulacrum/client": "0.5.4",
|
|
42
43
|
"@simulacrum/server": "0.6.0",
|
|
43
44
|
"@types/faker": "^5.1.7",
|
|
44
45
|
"assert-ts": "^0.3.2",
|