@ctx-core/auth0-management 9.7.133 → 9.7.138

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 CHANGED
@@ -1,5 +1,40 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.138
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.66 -> ^40.0.67
8
+
9
+ ## 9.7.137
10
+
11
+ ### Patch Changes
12
+
13
+ - auth0: ^4.0.1 -> ^4.0.2
14
+ - Updated dependencies
15
+ - @ctx-core/fetch@13.0.20
16
+
17
+ ## 9.7.136
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/env: ^17.3.13 -> ^17.3.14
22
+ - @ctx-core/auth0: ^40.0.65 -> ^40.0.66
23
+
24
+ ## 9.7.135
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @ctx-core/nanostores@7.0.3
30
+
31
+ ## 9.7.134
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies
36
+ - @ctx-core/nanostores@7.0.2
37
+
3
38
  ## 9.7.133
4
39
 
5
40
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1 @@
1
1
 
2
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.133",
3
+ "version": "9.7.138",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,14 +28,14 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.65",
32
- "@ctx-core/env": "^17.3.13",
31
+ "@ctx-core/auth0": "^40.0.67",
32
+ "@ctx-core/env": "^17.3.14",
33
33
  "@ctx-core/error": "^12.3.45",
34
- "@ctx-core/fetch": "^13.0.19",
35
- "@ctx-core/nanostores": "7.0.1",
34
+ "@ctx-core/fetch": "^13.0.20",
35
+ "@ctx-core/nanostores": "7.0.3",
36
36
  "@ctx-core/object": "^28.2.1",
37
37
  "@ctx-core/uri": "^12.4.58",
38
- "auth0": "^4.0.1"
38
+ "auth0": "^4.0.2"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.8",