@ctx-core/auth0-management 9.7.1 → 9.7.10

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,73 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.10
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.2.112 -> ^17.2.113
8
+ - @ctx-core/auth0: ^39.0.4 -> ^39.0.5
9
+
10
+ ## 9.7.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@5.0.5
16
+
17
+ ## 9.7.8
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/env: ^17.2.111 -> ^17.2.112
22
+ - @ctx-core/auth0: ^39.0.3 -> ^39.0.4
23
+
24
+ ## 9.7.7
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @ctx-core/nanostores@5.0.4
30
+
31
+ ## 9.7.6
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies
36
+ - @ctx-core/nanostores@5.0.3
37
+
38
+ ## 9.7.5
39
+
40
+ ### Patch Changes
41
+
42
+ - @ctx-core/auth0: ^39.0.1 -> ^39.0.2
43
+ - @ctx-core/env: ^17.2.109 -> ^17.2.110
44
+ - Updated dependencies
45
+ - @ctx-core/auth0@39.0.3
46
+ - @ctx-core/env@17.2.111
47
+
48
+ ## 9.7.4
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies
53
+ - @ctx-core/nanostores@5.0.2
54
+
55
+ ## 9.7.3
56
+
57
+ ### Patch Changes
58
+
59
+ - Updated dependencies
60
+ - @ctx-core/nanostores@5.0.1
61
+
62
+ ## 9.7.2
63
+
64
+ ### Patch Changes
65
+
66
+ - Updated dependencies
67
+ - @ctx-core/nanostores@5.0.0
68
+ - @ctx-core/auth0@39.0.1
69
+ - @ctx-core/env@17.2.109
70
+
3
71
  ## 9.7.1
4
72
 
5
73
  ### 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.1",
3
+ "version": "9.7.10",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,11 +28,11 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^39.0.0",
32
- "@ctx-core/env": "^17.2.108",
31
+ "@ctx-core/auth0": "^39.0.5",
32
+ "@ctx-core/env": "^17.2.113",
33
33
  "@ctx-core/error": "^12.3.36",
34
34
  "@ctx-core/fetch": "^12.11.1",
35
- "@ctx-core/nanostores": "4.2.7",
35
+ "@ctx-core/nanostores": "5.0.5",
36
36
  "@ctx-core/object": "^28.0.1",
37
37
  "@ctx-core/uri": "^12.4.48",
38
38
  "auth0": "^3.4.0"
@@ -41,9 +41,9 @@
41
41
  "@types/auth0": "^3.3.3",
42
42
  "@types/auth0-js": "^9.21.0",
43
43
  "@types/sinon": "^10.0.15",
44
- "c8": "^7.14.0",
44
+ "c8": "^8.0.0",
45
45
  "check-dts": "^0.7.2",
46
- "sinon": "^15.1.0",
46
+ "sinon": "^15.1.2",
47
47
  "tsx": "^3.12.7",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"