@ctx-core/auth0-management 9.7.148 → 9.7.152

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,30 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.152
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.80 -> ^40.0.81
8
+
9
+ ## 9.7.151
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/auth0: ^40.0.79 -> ^40.0.80
14
+
15
+ ## 9.7.150
16
+
17
+ ### Patch Changes
18
+
19
+ - @ctx-core/auth0: ^40.0.78 -> ^40.0.79
20
+
21
+ ## 9.7.149
22
+
23
+ ### Patch Changes
24
+
25
+ - @ctx-core/auth0: ^40.0.77 -> ^40.0.78
26
+ - @ctx-core/fetch: ^13.0.25 -> ^13.0.26
27
+
3
28
  ## 9.7.148
4
29
 
5
30
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.148",
3
+ "version": "9.7.152",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,10 +28,10 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.77",
31
+ "@ctx-core/auth0": "^40.0.81",
32
32
  "@ctx-core/env": "^17.3.15",
33
33
  "@ctx-core/error": "^12.3.46",
34
- "@ctx-core/fetch": "^13.0.25",
34
+ "@ctx-core/fetch": "^13.0.26",
35
35
  "@ctx-core/nanostores": "7.0.4",
36
36
  "@ctx-core/object": "^28.2.2",
37
37
  "@ctx-core/uri": "^12.4.59",
@@ -40,7 +40,7 @@
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.8",
42
42
  "@types/auth0-js": "^9.21.3",
43
- "@types/sinon": "^10.0.20",
43
+ "@types/sinon": "^17.0.0",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
46
  "sinon": "^17.0.1",