@ctx-core/auth0-management 9.7.122 → 9.7.126

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 +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.126
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.58 -> ^40.0.59
8
+
9
+ ## 9.7.125
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/fetch: ^13.0.16 -> ^13.0.17
14
+ - @ctx-core/auth0: ^40.0.57 -> ^40.0.58
15
+
16
+ ## 9.7.124
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/auth0: ^40.0.56 -> ^40.0.57
21
+
22
+ ## 9.7.123
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/fetch: ^13.0.15 -> ^13.0.16
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - @ctx-core/auth0@40.0.56
30
+
3
31
  ## 9.7.122
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.122",
3
+ "version": "9.7.126",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,10 +28,10 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.55",
31
+ "@ctx-core/auth0": "^40.0.59",
32
32
  "@ctx-core/env": "^17.3.9",
33
33
  "@ctx-core/error": "^12.3.44",
34
- "@ctx-core/fetch": "^13.0.15",
34
+ "@ctx-core/fetch": "^13.0.17",
35
35
  "@ctx-core/nanostores": "6.0.12",
36
36
  "@ctx-core/object": "^28.2.0",
37
37
  "@ctx-core/uri": "^12.4.57",