@ctx-core/auth0-management 9.7.1 → 9.7.8

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,59 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.8
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.2.111 -> ^17.2.112
8
+ - @ctx-core/auth0: ^39.0.3 -> ^39.0.4
9
+
10
+ ## 9.7.7
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@5.0.4
16
+
17
+ ## 9.7.6
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - @ctx-core/nanostores@5.0.3
23
+
24
+ ## 9.7.5
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/auth0: ^39.0.1 -> ^39.0.2
29
+ - @ctx-core/env: ^17.2.109 -> ^17.2.110
30
+ - Updated dependencies
31
+ - @ctx-core/auth0@39.0.3
32
+ - @ctx-core/env@17.2.111
33
+
34
+ ## 9.7.4
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies
39
+ - @ctx-core/nanostores@5.0.2
40
+
41
+ ## 9.7.3
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies
46
+ - @ctx-core/nanostores@5.0.1
47
+
48
+ ## 9.7.2
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies
53
+ - @ctx-core/nanostores@5.0.0
54
+ - @ctx-core/auth0@39.0.1
55
+ - @ctx-core/env@17.2.109
56
+
3
57
  ## 9.7.1
4
58
 
5
59
  ### 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.8",
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.4",
32
+ "@ctx-core/env": "^17.2.112",
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.4",
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"