@ctx-core/auth0-management 9.2.160 → 9.2.165

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,48 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.165
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^38.0.72 -> ^38.0.73
8
+
9
+ ## 9.2.164
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/auth0: ^38.0.71 -> ^38.0.72
14
+ - @ctx-core/env: ^17.2.85 -> ^17.2.86
15
+ - Updated dependencies
16
+ - @ctx-core/fetch-undici@2.6.46
17
+
18
+ ## 9.2.163
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/object: ^27.4.23 -> ^27.4.24
23
+ - @ctx-core/auth0: ^38.0.70 -> ^38.0.71
24
+ - @ctx-core/env: ^17.2.84 -> ^17.2.85
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/error@12.3.27
28
+ - @ctx-core/fetch-undici@2.6.45
29
+ - @ctx-core/nanostores@3.3.1
30
+ - @ctx-core/uri@12.4.39
31
+
32
+ ## 9.2.162
33
+
34
+ ### Patch Changes
35
+
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - @ctx-core/nanostores@3.3.0
39
+
40
+ ## 9.2.161
41
+
42
+ ### Patch Changes
43
+
44
+ - @ctx-core/auth0: ^38.0.69 -> ^38.0.70
45
+
3
46
  ## 9.2.160
4
47
 
5
48
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,2 +1 @@
1
1
 
2
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.160",
3
+ "version": "9.2.165",
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": "^38.0.69",
32
- "@ctx-core/env": "^17.2.84",
33
- "@ctx-core/error": "^12.3.26",
34
- "@ctx-core/fetch-undici": "^2.6.44",
35
- "@ctx-core/nanostores": "3.2.23",
36
- "@ctx-core/object": "^27.4.23",
37
- "@ctx-core/uri": "^12.4.38",
31
+ "@ctx-core/auth0": "^38.0.73",
32
+ "@ctx-core/env": "^17.2.86",
33
+ "@ctx-core/error": "^12.3.27",
34
+ "@ctx-core/fetch-undici": "^2.6.46",
35
+ "@ctx-core/nanostores": "3.3.1",
36
+ "@ctx-core/object": "^27.4.24",
37
+ "@ctx-core/uri": "^12.4.39",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/auth0": "^3.3.1",
41
+ "@types/auth0": "^3.3.2",
42
42
  "@types/auth0-js": "^9.14.7",
43
43
  "c8": "^7.13.0",
44
44
  "check-dts": "^0.7.1",