@ctx-core/auth0-management 9.4.33 → 9.4.39

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 +70 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,75 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.4.39
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch: ^12.10.12 -> ^12.10.13
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@38.2.38
11
+ - @ctx-core/fetch-undici@2.6.73
12
+
13
+ ## 9.4.38
14
+
15
+ ### Patch Changes
16
+
17
+ - @ctx-core/fetch: ^12.10.11 -> ^12.10.12
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/fetch-undici@2.6.72
23
+ - @ctx-core/auth0@38.2.37
24
+
25
+ ## 9.4.37
26
+
27
+ ### Patch Changes
28
+
29
+ - @ctx-core/object: ^27.8.0 -> ^27.8.1
30
+ - Updated dependencies
31
+ - @ctx-core/auth0@38.2.36
32
+ - @ctx-core/env@17.2.104
33
+ - @ctx-core/error@12.3.33
34
+ - @ctx-core/fetch-undici@2.6.71
35
+ - @ctx-core/nanostores@4.2.3
36
+ - @ctx-core/uri@12.4.45
37
+
38
+ ## 9.4.36
39
+
40
+ ### Patch Changes
41
+
42
+ - @ctx-core/fetch: ^12.10.10 -> ^12.10.11
43
+ - Updated dependencies
44
+ - Updated dependencies
45
+ - @ctx-core/auth0@38.2.35
46
+ - @ctx-core/fetch-undici@2.6.70
47
+
48
+ ## 9.4.35
49
+
50
+ ### Patch Changes
51
+
52
+ - @ctx-core/fetch: ^12.10.9 -> ^12.10.10
53
+ - Updated dependencies
54
+ - Updated dependencies
55
+ - Updated dependencies
56
+ - Updated dependencies
57
+ - @ctx-core/auth0@38.2.34
58
+ - @ctx-core/fetch-undici@2.6.69
59
+
60
+ ## 9.4.34
61
+
62
+ ### Patch Changes
63
+
64
+ - @ctx-core/object: ^27.6.0 -> ^27.8.0
65
+ - Updated dependencies
66
+ - @ctx-core/auth0@38.2.33
67
+ - @ctx-core/env@17.2.103
68
+ - @ctx-core/error@12.3.32
69
+ - @ctx-core/fetch-undici@2.6.68
70
+ - @ctx-core/nanostores@4.2.2
71
+ - @ctx-core/uri@12.4.44
72
+
3
73
  ## 9.4.33
4
74
 
5
75
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.4.33",
3
+ "version": "9.4.39",
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.32",
32
- "@ctx-core/env": "^17.2.102",
33
- "@ctx-core/error": "^12.3.31",
34
- "@ctx-core/fetch": "^12.10.9",
35
- "@ctx-core/fetch-undici": "^2.6.67",
36
- "@ctx-core/nanostores": "4.2.1",
37
- "@ctx-core/object": "^27.6.0",
38
- "@ctx-core/uri": "^12.4.43",
31
+ "@ctx-core/auth0": "^38.2.38",
32
+ "@ctx-core/env": "^17.2.104",
33
+ "@ctx-core/error": "^12.3.33",
34
+ "@ctx-core/fetch": "^12.10.13",
35
+ "@ctx-core/fetch-undici": "^2.6.73",
36
+ "@ctx-core/nanostores": "4.2.3",
37
+ "@ctx-core/object": "^27.8.1",
38
+ "@ctx-core/uri": "^12.4.45",
39
39
  "auth0": "^3.4.0"
40
40
  },
41
41
  "devDependencies": {