@ctx-core/auth0-management 9.7.18 → 9.7.25

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,60 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.25
4
+
5
+ ### Patch Changes
6
+
7
+ - auth0: ^3.4.0 -> ^3.5.0
8
+
9
+ ## 9.7.24
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/env: ^17.2.117 -> ^17.2.118
14
+ - @ctx-core/auth0: ^39.0.13 -> ^39.0.14
15
+
16
+ ## 9.7.23
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @ctx-core/nanostores@5.2.1
22
+
23
+ ## 9.7.22
24
+
25
+ ### Patch Changes
26
+
27
+ - @ctx-core/auth0: ^39.0.12 -> ^39.0.13
28
+
29
+ ## 9.7.21
30
+
31
+ ### Patch Changes
32
+
33
+ - @ctx-core/auth0: ^39.0.11 -> ^39.0.12
34
+ - Updated dependencies
35
+ - @ctx-core/fetch@12.11.5
36
+
37
+ ## 9.7.20
38
+
39
+ ### Patch Changes
40
+
41
+ - @ctx-core/env: ^17.2.116 -> ^17.2.117
42
+ - @ctx-core/uri: ^12.4.49 -> ^12.4.50
43
+ - @ctx-core/error: ^12.3.37 -> ^12.3.38
44
+ - @ctx-core/auth0: ^39.0.10 -> ^39.0.11
45
+ - Updated dependencies
46
+ - Updated dependencies
47
+ - @ctx-core/fetch@12.11.4
48
+
49
+ ## 9.7.19
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies
54
+ - Updated dependencies
55
+ - @ctx-core/object@28.0.3
56
+ - @ctx-core/nanostores@5.2.0
57
+
3
58
  ## 9.7.18
4
59
 
5
60
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1 @@
1
1
 
2
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.18",
3
+ "version": "9.7.25",
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": "^39.0.10",
32
- "@ctx-core/env": "^17.2.116",
33
- "@ctx-core/error": "^12.3.37",
34
- "@ctx-core/fetch": "^12.11.3",
35
- "@ctx-core/nanostores": "5.1.2",
36
- "@ctx-core/object": "^28.0.2",
37
- "@ctx-core/uri": "^12.4.49",
38
- "auth0": "^3.4.0"
31
+ "@ctx-core/auth0": "^39.0.14",
32
+ "@ctx-core/env": "^17.2.118",
33
+ "@ctx-core/error": "^12.3.38",
34
+ "@ctx-core/fetch": "^12.11.5",
35
+ "@ctx-core/nanostores": "5.2.1",
36
+ "@ctx-core/object": "^28.0.3",
37
+ "@ctx-core/uri": "^12.4.50",
38
+ "auth0": "^3.5.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.3",
@@ -43,7 +43,7 @@
43
43
  "@types/sinon": "^10.0.15",
44
44
  "c8": "^8.0.0",
45
45
  "check-dts": "^0.7.2",
46
- "sinon": "^15.1.2",
46
+ "sinon": "^15.2.0",
47
47
  "tsx": "^3.12.7",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"