@ctx-core/auth0-management 9.7.10 → 9.7.14

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,44 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.14
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^39.0.7 -> ^39.0.8
8
+
9
+ ## 9.7.13
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/auth0: ^39.0.6 -> ^39.0.7
14
+ - Updated dependencies
15
+ - @ctx-core/fetch@12.11.3
16
+
17
+ ## 9.7.12
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/error: ^12.3.36 -> ^12.3.37
22
+ - @ctx-core/uri: ^12.4.48 -> ^12.4.49
23
+ - @ctx-core/auth0: ^39.0.5 -> ^39.0.6
24
+ - @ctx-core/env: ^17.2.113 -> ^17.2.114
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/fetch@12.11.2
28
+
29
+ ## 9.7.11
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - @ctx-core/nanostores@5.1.0
40
+ - @ctx-core/object@28.0.2
41
+
3
42
  ## 9.7.10
4
43
 
5
44
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1,3 @@
1
1
 
2
2
 
3
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.10",
3
+ "version": "9.7.14",
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": "^39.0.5",
32
- "@ctx-core/env": "^17.2.113",
33
- "@ctx-core/error": "^12.3.36",
34
- "@ctx-core/fetch": "^12.11.1",
35
- "@ctx-core/nanostores": "5.0.5",
36
- "@ctx-core/object": "^28.0.1",
37
- "@ctx-core/uri": "^12.4.48",
31
+ "@ctx-core/auth0": "^39.0.8",
32
+ "@ctx-core/env": "^17.2.114",
33
+ "@ctx-core/error": "^12.3.37",
34
+ "@ctx-core/fetch": "^12.11.3",
35
+ "@ctx-core/nanostores": "5.1.0",
36
+ "@ctx-core/object": "^28.0.2",
37
+ "@ctx-core/uri": "^12.4.49",
38
38
  "auth0": "^3.4.0"
39
39
  },
40
40
  "devDependencies": {