@ctx-core/auth0-management 9.7.161 → 9.7.167

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,67 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.167
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch: ^13.0.33 -> ^13.0.34
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@40.0.96
11
+
12
+ ## 9.7.166
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/fetch: ^13.0.32 -> ^13.0.33
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/auth0@40.0.95
21
+
22
+ ## 9.7.165
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @ctx-core/object@30.0.0
28
+ - @ctx-core/auth0@40.0.94
29
+ - @ctx-core/env@17.3.19
30
+ - @ctx-core/error@12.3.49
31
+ - @ctx-core/nanostores@7.0.8
32
+ - @ctx-core/uri@12.4.62
33
+
34
+ ## 9.7.164
35
+
36
+ ### Patch Changes
37
+
38
+ - @ctx-core/fetch: ^13.0.31 -> ^13.0.32
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/auth0@40.0.93
42
+
43
+ ## 9.7.163
44
+
45
+ ### Patch Changes
46
+
47
+ - @ctx-core/fetch: ^13.0.30 -> ^13.0.31
48
+ - Updated dependencies
49
+ - Updated dependencies
50
+ - Updated dependencies
51
+ - @ctx-core/auth0@40.0.92
52
+
53
+ ## 9.7.162
54
+
55
+ ### Patch Changes
56
+
57
+ - @ctx-core/object: ^29.0.0 -> ^29.1.0
58
+ - Updated dependencies
59
+ - @ctx-core/auth0@40.0.91
60
+ - @ctx-core/env@17.3.18
61
+ - @ctx-core/error@12.3.48
62
+ - @ctx-core/nanostores@7.0.7
63
+ - @ctx-core/uri@12.4.61
64
+
3
65
  ## 9.7.161
4
66
 
5
67
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.161",
3
+ "version": "9.7.167",
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": "^40.0.90",
32
- "@ctx-core/env": "^17.3.17",
33
- "@ctx-core/error": "^12.3.47",
34
- "@ctx-core/fetch": "^13.0.30",
35
- "@ctx-core/nanostores": "7.0.6",
36
- "@ctx-core/object": "^29.0.0",
37
- "@ctx-core/uri": "^12.4.60",
31
+ "@ctx-core/auth0": "^40.0.96",
32
+ "@ctx-core/env": "^17.3.19",
33
+ "@ctx-core/error": "^12.3.49",
34
+ "@ctx-core/fetch": "^13.0.34",
35
+ "@ctx-core/nanostores": "7.0.8",
36
+ "@ctx-core/object": "^30.0.0",
37
+ "@ctx-core/uri": "^12.4.62",
38
38
  "auth0": "^4.1.0"
39
39
  },
40
40
  "devDependencies": {
@@ -44,7 +44,7 @@
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
46
  "sinon": "^17.0.1",
47
- "tsx": "^3.14.0",
47
+ "tsx": "^4.0.0",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"
50
50
  },