@ctx-core/auth0-management 9.4.21 → 9.4.28

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