@ctx-core/auth0-management 9.4.6 → 9.4.11

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 +52 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.4.11
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch: ^12.10.4 -> ^12.10.5
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@38.2.17
11
+ - @ctx-core/fetch-undici@2.6.61
12
+
13
+ ## 9.4.10
14
+
15
+ ### Patch Changes
16
+
17
+ - @ctx-core/fetch: ^12.10.3 -> ^12.10.4
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/auth0@38.2.16
22
+ - @ctx-core/fetch-undici@2.6.60
23
+
24
+ ## 9.4.9
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/object: ^27.4.25 -> ^27.4.26
29
+ - Updated dependencies
30
+ - @ctx-core/auth0@38.2.15
31
+ - @ctx-core/env@17.2.93
32
+ - @ctx-core/error@12.3.29
33
+ - @ctx-core/fetch-undici@2.6.59
34
+ - @ctx-core/nanostores@4.0.1
35
+ - @ctx-core/uri@12.4.41
36
+
37
+ ## 9.4.8
38
+
39
+ ### Patch Changes
40
+
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - @ctx-core/nanostores@4.0.0
44
+ - @ctx-core/auth0@38.2.14
45
+ - @ctx-core/env@17.2.92
46
+
47
+ ## 9.4.7
48
+
49
+ ### Patch Changes
50
+
51
+ - @ctx-core/fetch-undici: ^2.6.57 -> ^2.6.58
52
+ - Updated dependencies
53
+ - @ctx-core/auth0@38.2.13
54
+
3
55
  ## 9.4.6
4
56
 
5
57
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.4.6",
3
+ "version": "9.4.11",
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.12",
32
- "@ctx-core/env": "^17.2.91",
33
- "@ctx-core/error": "^12.3.28",
34
- "@ctx-core/fetch": "^12.10.3",
35
- "@ctx-core/fetch-undici": "^2.6.57",
36
- "@ctx-core/nanostores": "3.5.0",
37
- "@ctx-core/object": "^27.4.25",
38
- "@ctx-core/uri": "^12.4.40",
31
+ "@ctx-core/auth0": "^38.2.17",
32
+ "@ctx-core/env": "^17.2.93",
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.1",
37
+ "@ctx-core/object": "^27.4.26",
38
+ "@ctx-core/uri": "^12.4.41",
39
39
  "auth0": "^3.4.0"
40
40
  },
41
41
  "devDependencies": {