@ctx-core/auth0-management 9.7.158 → 9.7.161

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 +30 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.161
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.89 -> ^40.0.90
8
+
9
+ ## 9.7.160
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/env: ^17.3.16 -> ^17.3.17
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - @ctx-core/auth0@40.0.89
17
+
18
+ ## 9.7.159
19
+
20
+ ### Patch Changes
21
+
22
+ - @types/auth0-js: ^9.21.3 -> ^9.21.4
23
+ - @types/sinon: ^17.0.0 -> ^17.0.1
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/auth0@40.0.88
30
+ - @ctx-core/fetch@13.0.30
31
+ - @ctx-core/nanostores@7.0.6
32
+
3
33
  ## 9.7.158
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.158",
3
+ "version": "9.7.161",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,19 +28,19 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.87",
32
- "@ctx-core/env": "^17.3.16",
31
+ "@ctx-core/auth0": "^40.0.90",
32
+ "@ctx-core/env": "^17.3.17",
33
33
  "@ctx-core/error": "^12.3.47",
34
- "@ctx-core/fetch": "^13.0.29",
35
- "@ctx-core/nanostores": "7.0.5",
34
+ "@ctx-core/fetch": "^13.0.30",
35
+ "@ctx-core/nanostores": "7.0.6",
36
36
  "@ctx-core/object": "^29.0.0",
37
37
  "@ctx-core/uri": "^12.4.60",
38
38
  "auth0": "^4.1.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.9",
42
- "@types/auth0-js": "^9.21.3",
43
- "@types/sinon": "^17.0.0",
42
+ "@types/auth0-js": "^9.21.4",
43
+ "@types/sinon": "^17.0.1",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
46
  "sinon": "^17.0.1",