@ctx-core/auth0-management 9.0.15 → 9.0.20

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 +33 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,38 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.0.20
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/fetch-undici@1.1.6
10
+
11
+ ## 9.0.19
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @ctx-core/auth0@33.0.0
17
+
18
+ ## 9.0.18
19
+
20
+ ### Patch Changes
21
+
22
+ - update dependencies
23
+
24
+ ## 9.0.17
25
+
26
+ ### Patch Changes
27
+
28
+ - update dependencies
29
+
30
+ ## 9.0.16
31
+
32
+ ### Patch Changes
33
+
34
+ - update dependencies
35
+
3
36
  ## 9.0.15
4
37
 
5
38
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.0.15",
3
+ "version": "9.0.20",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -30,9 +30,9 @@
30
30
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
31
31
  },
32
32
  "dependencies": {
33
- "@ctx-core/auth0": "^32.0.7",
34
- "@ctx-core/fetch-undici": "^1.1.5",
35
- "@ctx-core/object": "22.1.0",
33
+ "@ctx-core/auth0": "^33.0.0",
34
+ "@ctx-core/fetch-undici": "^1.1.6",
35
+ "@ctx-core/object": "*",
36
36
  "@ctx-core/uri": "^12.0.39",
37
37
  "auth0": "^2.39.0"
38
38
  },