@ctx-core/auth0-management 9.7.126 → 9.7.129

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,53 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.129
4
+
5
+ ### Patch Changes
6
+
7
+ - sinon: ^16.1.3 -> ^17.0.0
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/nanostores@6.0.15
12
+ - @ctx-core/auth0@40.0.62
13
+ - @ctx-core/fetch@13.0.19
14
+ - @ctx-core/env@17.3.11
15
+
16
+ ## 9.7.128
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - @ctx-core/auth0@40.0.61
23
+ - @ctx-core/nanostores@6.0.14
24
+
25
+ ## 9.7.127
26
+
27
+ ### Patch Changes
28
+
29
+ - @types/auth0: ^3.3.6 -> ^3.3.8
30
+ - @types/auth0-js: ^9.21.1 -> ^9.21.2
31
+ - @types/sinon: ^10.0.19 -> ^10.0.20
32
+ - tsx: ^3.13.0 -> ^3.14.0
33
+ - sinon: ^16.1.0 -> ^16.1.3
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - @ctx-core/auth0@40.0.60
44
+ - @ctx-core/nanostores@6.0.13
45
+ - @ctx-core/fetch@13.0.18
46
+ - @ctx-core/env@17.3.10
47
+ - @ctx-core/error@12.3.45
48
+ - @ctx-core/object@28.2.1
49
+ - @ctx-core/uri@12.4.58
50
+
3
51
  ## 9.7.126
4
52
 
5
53
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,3 @@
1
+
2
+
3
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.126",
3
+ "version": "9.7.129",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,23 +28,23 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.59",
32
- "@ctx-core/env": "^17.3.9",
33
- "@ctx-core/error": "^12.3.44",
34
- "@ctx-core/fetch": "^13.0.17",
35
- "@ctx-core/nanostores": "6.0.12",
36
- "@ctx-core/object": "^28.2.0",
37
- "@ctx-core/uri": "^12.4.57",
31
+ "@ctx-core/auth0": "^40.0.62",
32
+ "@ctx-core/env": "^17.3.11",
33
+ "@ctx-core/error": "^12.3.45",
34
+ "@ctx-core/fetch": "^13.0.19",
35
+ "@ctx-core/nanostores": "6.0.15",
36
+ "@ctx-core/object": "^28.2.1",
37
+ "@ctx-core/uri": "^12.4.58",
38
38
  "auth0": "^4.0.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/auth0": "^3.3.6",
42
- "@types/auth0-js": "^9.21.1",
43
- "@types/sinon": "^10.0.19",
41
+ "@types/auth0": "^3.3.8",
42
+ "@types/auth0-js": "^9.21.2",
43
+ "@types/sinon": "^10.0.20",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
- "sinon": "^16.1.0",
47
- "tsx": "^3.13.0",
46
+ "sinon": "^17.0.0",
47
+ "tsx": "^3.14.0",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"
50
50
  },