@ctx-core/auth0-management 9.7.93 → 9.7.98

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,41 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.98
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.31 -> ^40.0.32
8
+ - @ctx-core/env: ^17.3.6 -> ^17.3.7
9
+
10
+ ## 9.7.97
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@6.0.10
16
+
17
+ ## 9.7.96
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/auth0: ^40.0.30 -> ^40.0.31
22
+ - @ctx-core/env: ^17.3.5 -> ^17.3.6
23
+
24
+ ## 9.7.95
25
+
26
+ ### Patch Changes
27
+
28
+ - Updated dependencies
29
+ - @ctx-core/nanostores@6.0.9
30
+
31
+ ## 9.7.94
32
+
33
+ ### Patch Changes
34
+
35
+ - @ctx-core/fetch: ^13.0.0 -> ^13.0.1
36
+ - Updated dependencies
37
+ - @ctx-core/auth0@40.0.30
38
+
3
39
  ## 9.7.93
4
40
 
5
41
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1 +1,2 @@
1
1
 
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.93",
3
+ "version": "9.7.98",
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": "^40.0.29",
32
- "@ctx-core/env": "^17.3.5",
31
+ "@ctx-core/auth0": "^40.0.32",
32
+ "@ctx-core/env": "^17.3.7",
33
33
  "@ctx-core/error": "^12.3.42",
34
- "@ctx-core/fetch": "^13.0.0",
35
- "@ctx-core/nanostores": "6.0.8",
34
+ "@ctx-core/fetch": "^13.0.1",
35
+ "@ctx-core/nanostores": "6.0.10",
36
36
  "@ctx-core/object": "^28.0.7",
37
37
  "@ctx-core/uri": "^12.4.55",
38
38
  "auth0": "^4.0.1"
@@ -40,11 +40,11 @@
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.6",
42
42
  "@types/auth0-js": "^9.21.1",
43
- "@types/sinon": "^10.0.16",
43
+ "@types/sinon": "^10.0.17",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
46
  "sinon": "^16.0.0",
47
- "tsx": "^3.12.10",
47
+ "tsx": "^3.13.0",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"
50
50
  },