@ctx-core/auth0-management 9.4.23 → 9.4.30

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 +63 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.4.30
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.2.100 -> ^17.2.101
8
+ - @ctx-core/auth0: ^38.2.28 -> ^38.2.29
9
+
10
+ ## 9.4.29
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@4.2.0
16
+
17
+ ## 9.4.28
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/auth0: ^38.2.27 -> ^38.2.28
22
+ - @ctx-core/env: ^17.2.99 -> ^17.2.100
23
+
24
+ ## 9.4.27
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @ctx-core/nanostores@4.1.0
30
+
31
+ ## 9.4.26
32
+
33
+ ### Patch Changes
34
+
35
+ - @ctx-core/fetch: ^12.10.6 -> ^12.10.7
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - @ctx-core/auth0@38.2.27
39
+ - @ctx-core/fetch-undici@2.6.64
40
+
41
+ ## 9.4.25
42
+
43
+ ### Patch Changes
44
+
45
+ - @ctx-core/fetch: ^12.10.5 -> ^12.10.6
46
+ - Updated dependencies
47
+ - Updated dependencies
48
+ - Updated dependencies
49
+ - Updated dependencies
50
+ - @ctx-core/auth0@38.2.26
51
+ - @ctx-core/fetch-undici@2.6.63
52
+
53
+ ## 9.4.24
54
+
55
+ ### Patch Changes
56
+
57
+ - @ctx-core/object: ^27.4.26 -> ^27.5.0
58
+ - Updated dependencies
59
+ - @ctx-core/auth0@38.2.25
60
+ - @ctx-core/env@17.2.99
61
+ - @ctx-core/error@12.3.30
62
+ - @ctx-core/fetch-undici@2.6.62
63
+ - @ctx-core/nanostores@4.0.7
64
+ - @ctx-core/uri@12.4.42
65
+
3
66
  ## 9.4.23
4
67
 
5
68
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.4.23",
3
+ "version": "9.4.30",
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": "^38.2.24",
32
- "@ctx-core/env": "^17.2.98",
33
- "@ctx-core/error": "^12.3.29",
34
- "@ctx-core/fetch": "^12.10.5",
35
- "@ctx-core/fetch-undici": "^2.6.61",
36
- "@ctx-core/nanostores": "4.0.6",
37
- "@ctx-core/object": "^27.4.26",
38
- "@ctx-core/uri": "^12.4.41",
31
+ "@ctx-core/auth0": "^38.2.29",
32
+ "@ctx-core/env": "^17.2.101",
33
+ "@ctx-core/error": "^12.3.30",
34
+ "@ctx-core/fetch": "^12.10.7",
35
+ "@ctx-core/fetch-undici": "^2.6.64",
36
+ "@ctx-core/nanostores": "4.2.0",
37
+ "@ctx-core/object": "^27.5.0",
38
+ "@ctx-core/uri": "^12.4.42",
39
39
  "auth0": "^3.4.0"
40
40
  },
41
41
  "devDependencies": {