@ctx-core/auth0-management 9.7.161 → 9.7.164

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,36 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.164
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch: ^13.0.31 -> ^13.0.32
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@40.0.93
11
+
12
+ ## 9.7.163
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/fetch: ^13.0.30 -> ^13.0.31
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/auth0@40.0.92
21
+
22
+ ## 9.7.162
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/object: ^29.0.0 -> ^29.1.0
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@40.0.91
29
+ - @ctx-core/env@17.3.18
30
+ - @ctx-core/error@12.3.48
31
+ - @ctx-core/nanostores@7.0.7
32
+ - @ctx-core/uri@12.4.61
33
+
3
34
  ## 9.7.161
4
35
 
5
36
  ### 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.164",
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.93",
32
+ "@ctx-core/env": "^17.3.18",
33
+ "@ctx-core/error": "^12.3.48",
34
+ "@ctx-core/fetch": "^13.0.32",
35
+ "@ctx-core/nanostores": "7.0.7",
36
+ "@ctx-core/object": "^29.1.0",
37
+ "@ctx-core/uri": "^12.4.61",
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
  },