@ctx-core/auth0-management 9.7.164 → 9.7.167

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 +31 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.167
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch: ^13.0.33 -> ^13.0.34
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@40.0.96
11
+
12
+ ## 9.7.166
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/fetch: ^13.0.32 -> ^13.0.33
17
+ - Updated dependencies
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - @ctx-core/auth0@40.0.95
21
+
22
+ ## 9.7.165
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @ctx-core/object@30.0.0
28
+ - @ctx-core/auth0@40.0.94
29
+ - @ctx-core/env@17.3.19
30
+ - @ctx-core/error@12.3.49
31
+ - @ctx-core/nanostores@7.0.8
32
+ - @ctx-core/uri@12.4.62
33
+
3
34
  ## 9.7.164
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.164",
3
+ "version": "9.7.167",
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": "^40.0.93",
32
- "@ctx-core/env": "^17.3.18",
33
- "@ctx-core/error": "^12.3.48",
34
- "@ctx-core/fetch": "^13.0.32",
35
- "@ctx-core/nanostores": "7.0.7",
36
- "@ctx-core/object": "^29.1.0",
37
- "@ctx-core/uri": "^12.4.61",
31
+ "@ctx-core/auth0": "^40.0.96",
32
+ "@ctx-core/env": "^17.3.19",
33
+ "@ctx-core/error": "^12.3.49",
34
+ "@ctx-core/fetch": "^13.0.34",
35
+ "@ctx-core/nanostores": "7.0.8",
36
+ "@ctx-core/object": "^30.0.0",
37
+ "@ctx-core/uri": "^12.4.62",
38
38
  "auth0": "^4.1.0"
39
39
  },
40
40
  "devDependencies": {