@ctx-core/auth0-management 9.7.18 → 9.7.24

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.24
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.2.117 -> ^17.2.118
8
+ - @ctx-core/auth0: ^39.0.13 -> ^39.0.14
9
+
10
+ ## 9.7.23
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@5.2.1
16
+
17
+ ## 9.7.22
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/auth0: ^39.0.12 -> ^39.0.13
22
+
23
+ ## 9.7.21
24
+
25
+ ### Patch Changes
26
+
27
+ - @ctx-core/auth0: ^39.0.11 -> ^39.0.12
28
+ - Updated dependencies
29
+ - @ctx-core/fetch@12.11.5
30
+
31
+ ## 9.7.20
32
+
33
+ ### Patch Changes
34
+
35
+ - @ctx-core/env: ^17.2.116 -> ^17.2.117
36
+ - @ctx-core/uri: ^12.4.49 -> ^12.4.50
37
+ - @ctx-core/error: ^12.3.37 -> ^12.3.38
38
+ - @ctx-core/auth0: ^39.0.10 -> ^39.0.11
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/fetch@12.11.4
42
+
43
+ ## 9.7.19
44
+
45
+ ### Patch Changes
46
+
47
+ - Updated dependencies
48
+ - Updated dependencies
49
+ - @ctx-core/object@28.0.3
50
+ - @ctx-core/nanostores@5.2.0
51
+
3
52
  ## 9.7.18
4
53
 
5
54
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.18",
3
+ "version": "9.7.24",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,13 +28,13 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^39.0.10",
32
- "@ctx-core/env": "^17.2.116",
33
- "@ctx-core/error": "^12.3.37",
34
- "@ctx-core/fetch": "^12.11.3",
35
- "@ctx-core/nanostores": "5.1.2",
36
- "@ctx-core/object": "^28.0.2",
37
- "@ctx-core/uri": "^12.4.49",
31
+ "@ctx-core/auth0": "^39.0.14",
32
+ "@ctx-core/env": "^17.2.118",
33
+ "@ctx-core/error": "^12.3.38",
34
+ "@ctx-core/fetch": "^12.11.5",
35
+ "@ctx-core/nanostores": "5.2.1",
36
+ "@ctx-core/object": "^28.0.3",
37
+ "@ctx-core/uri": "^12.4.50",
38
38
  "auth0": "^3.4.0"
39
39
  },
40
40
  "devDependencies": {