@ctx-core/auth0-management 9.7.69 → 9.7.73

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,48 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.73
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch: ^12.11.19 -> ^12.11.20
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/auth0@40.0.13
12
+
13
+ ## 9.7.72
14
+
15
+ ### Patch Changes
16
+
17
+ - @ctx-core/error: ^12.3.40 -> ^12.3.41
18
+ - @ctx-core/fetch: ^12.11.18 -> ^12.11.19
19
+ - @ctx-core/uri: ^12.4.53 -> ^12.4.54
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - @ctx-core/auth0@40.0.12
26
+ - @ctx-core/env@17.3.3
27
+
28
+ ## 9.7.71
29
+
30
+ ### Patch Changes
31
+
32
+ - Updated dependencies
33
+ - @ctx-core/auth0@40.0.11
34
+ - @ctx-core/env@17.3.2
35
+ - @ctx-core/nanostores@6.0.7
36
+ - @ctx-core/object@28.0.6
37
+
38
+ ## 9.7.70
39
+
40
+ ### Patch Changes
41
+
42
+ - @ctx-core/fetch: ^12.11.17 -> ^12.11.18
43
+ - Updated dependencies
44
+ - @ctx-core/auth0@40.0.10
45
+
3
46
  ## 9.7.69
4
47
 
5
48
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.69",
3
+ "version": "9.7.73",
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.9",
32
- "@ctx-core/env": "^17.3.1",
33
- "@ctx-core/error": "^12.3.40",
34
- "@ctx-core/fetch": "^12.11.17",
35
- "@ctx-core/nanostores": "6.0.6",
36
- "@ctx-core/object": "^28.0.5",
37
- "@ctx-core/uri": "^12.4.53",
31
+ "@ctx-core/auth0": "^40.0.13",
32
+ "@ctx-core/env": "^17.3.3",
33
+ "@ctx-core/error": "^12.3.41",
34
+ "@ctx-core/fetch": "^12.11.20",
35
+ "@ctx-core/nanostores": "6.0.7",
36
+ "@ctx-core/object": "^28.0.6",
37
+ "@ctx-core/uri": "^12.4.54",
38
38
  "auth0": "^3.7.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": "^15.2.0",
47
- "tsx": "^3.12.7",
47
+ "tsx": "^3.12.8",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"
50
50
  },