@ctx-core/auth0-management 9.7.70 → 9.7.74

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,47 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.74
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.13 -> ^40.0.14
8
+ - @ctx-core/env: ^17.3.3 -> ^17.3.4
9
+
10
+ ## 9.7.73
11
+
12
+ ### Patch Changes
13
+
14
+ - @ctx-core/fetch: ^12.11.19 -> ^12.11.20
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/auth0@40.0.13
19
+
20
+ ## 9.7.72
21
+
22
+ ### Patch Changes
23
+
24
+ - @ctx-core/error: ^12.3.40 -> ^12.3.41
25
+ - @ctx-core/fetch: ^12.11.18 -> ^12.11.19
26
+ - @ctx-core/uri: ^12.4.53 -> ^12.4.54
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - Updated dependencies
32
+ - @ctx-core/auth0@40.0.12
33
+ - @ctx-core/env@17.3.3
34
+
35
+ ## 9.7.71
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies
40
+ - @ctx-core/auth0@40.0.11
41
+ - @ctx-core/env@17.3.2
42
+ - @ctx-core/nanostores@6.0.7
43
+ - @ctx-core/object@28.0.6
44
+
3
45
  ## 9.7.70
4
46
 
5
47
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1,8 @@
1
1
 
2
2
 
3
+
4
+
5
+
6
+
7
+
8
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.70",
3
+ "version": "9.7.74",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,13 +28,13 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.10",
32
- "@ctx-core/env": "^17.3.1",
33
- "@ctx-core/error": "^12.3.40",
34
- "@ctx-core/fetch": "^12.11.18",
35
- "@ctx-core/nanostores": "6.0.6",
36
- "@ctx-core/object": "^28.0.5",
37
- "@ctx-core/uri": "^12.4.53",
31
+ "@ctx-core/auth0": "^40.0.14",
32
+ "@ctx-core/env": "^17.3.4",
33
+ "@ctx-core/error": "^12.3.41",
34
+ "@ctx-core/fetch": "^12.11.20",
35
+ "@ctx-core/nanostores": "6.0.7",
36
+ "@ctx-core/object": "^28.0.6",
37
+ "@ctx-core/uri": "^12.4.54",
38
38
  "auth0": "^3.7.0"
39
39
  },
40
40
  "devDependencies": {