@ctx-core/auth0-management 9.7.10 → 9.7.16

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 +53 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,58 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.16
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^39.0.8 -> ^39.0.9
8
+ - @ctx-core/env: ^17.2.114 -> ^17.2.115
9
+
10
+ ## 9.7.15
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@5.1.1
16
+
17
+ ## 9.7.14
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/auth0: ^39.0.7 -> ^39.0.8
22
+
23
+ ## 9.7.13
24
+
25
+ ### Patch Changes
26
+
27
+ - @ctx-core/auth0: ^39.0.6 -> ^39.0.7
28
+ - Updated dependencies
29
+ - @ctx-core/fetch@12.11.3
30
+
31
+ ## 9.7.12
32
+
33
+ ### Patch Changes
34
+
35
+ - @ctx-core/error: ^12.3.36 -> ^12.3.37
36
+ - @ctx-core/uri: ^12.4.48 -> ^12.4.49
37
+ - @ctx-core/auth0: ^39.0.5 -> ^39.0.6
38
+ - @ctx-core/env: ^17.2.113 -> ^17.2.114
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/fetch@12.11.2
42
+
43
+ ## 9.7.11
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies
48
+ - Updated dependencies
49
+ - Updated dependencies
50
+ - Updated dependencies
51
+ - Updated dependencies
52
+ - Updated dependencies
53
+ - @ctx-core/nanostores@5.1.0
54
+ - @ctx-core/object@28.0.2
55
+
3
56
  ## 9.7.10
4
57
 
5
58
  ### Patch Changes
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.16",
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.9",
32
+ "@ctx-core/env": "^17.2.115",
33
+ "@ctx-core/error": "^12.3.37",
34
+ "@ctx-core/fetch": "^12.11.3",
35
+ "@ctx-core/nanostores": "5.1.1",
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": {