@ctx-core/auth0-management 9.7.152 → 9.7.156

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,46 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.156
4
+
5
+ ### Patch Changes
6
+
7
+ - @types/auth0: ^3.3.8 -> ^3.3.9
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@40.0.85
10
+
11
+ ## 9.7.155
12
+
13
+ ### Patch Changes
14
+
15
+ - @ctx-core/fetch: ^13.0.27 -> ^13.0.28
16
+ - Updated dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/auth0@40.0.84
19
+
20
+ ## 9.7.154
21
+
22
+ ### Patch Changes
23
+
24
+ - @ctx-core/fetch: ^13.0.26 -> ^13.0.27
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/auth0@40.0.83
29
+
30
+ ## 9.7.153
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - @ctx-core/object@29.0.0
38
+ - @ctx-core/auth0@40.0.82
39
+ - @ctx-core/env@17.3.16
40
+ - @ctx-core/error@12.3.47
41
+ - @ctx-core/nanostores@7.0.5
42
+ - @ctx-core/uri@12.4.60
43
+
3
44
  ## 9.7.152
4
45
 
5
46
  ### 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.152",
3
+ "version": "9.7.156",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,17 +28,17 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.81",
32
- "@ctx-core/env": "^17.3.15",
33
- "@ctx-core/error": "^12.3.46",
34
- "@ctx-core/fetch": "^13.0.26",
35
- "@ctx-core/nanostores": "7.0.4",
36
- "@ctx-core/object": "^28.2.2",
37
- "@ctx-core/uri": "^12.4.59",
31
+ "@ctx-core/auth0": "^40.0.85",
32
+ "@ctx-core/env": "^17.3.16",
33
+ "@ctx-core/error": "^12.3.47",
34
+ "@ctx-core/fetch": "^13.0.28",
35
+ "@ctx-core/nanostores": "7.0.5",
36
+ "@ctx-core/object": "^29.0.0",
37
+ "@ctx-core/uri": "^12.4.60",
38
38
  "auth0": "^4.1.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/auth0": "^3.3.8",
41
+ "@types/auth0": "^3.3.9",
42
42
  "@types/auth0-js": "^9.21.3",
43
43
  "@types/sinon": "^17.0.0",
44
44
  "c8": "^8.0.1",