@ctx-core/auth0-management 9.7.62 → 9.7.67

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 +46 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,51 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.67
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.6 -> ^40.0.7
8
+
9
+ ## 9.7.66
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/auth0: ^40.0.5 -> ^40.0.6
14
+ - @ctx-core/fetch: ^12.11.16 -> ^12.11.17
15
+
16
+ ## 9.7.65
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/auth0: ^40.0.4 -> ^40.0.5
21
+
22
+ ## 9.7.64
23
+
24
+ ### Patch Changes
25
+
26
+ - @ctx-core/auth0: ^40.0.3 -> ^40.0.4
27
+
28
+ ## 9.7.63
29
+
30
+ ### Patch Changes
31
+
32
+ - @ctx-core/object: ^28.0.4 -> ^28.0.5
33
+ - @ctx-core/auth0: ^40.0.1 -> ^40.0.2
34
+ - @ctx-core/env: ^17.2.128 -> ^17.3.0
35
+ - Updated dependencies
36
+ - Updated dependencies
37
+ - Updated dependencies
38
+ - Updated dependencies
39
+ - Updated dependencies
40
+ - Updated dependencies
41
+ - Updated dependencies
42
+ - @ctx-core/auth0@40.0.3
43
+ - @ctx-core/fetch@12.11.16
44
+ - @ctx-core/error@12.3.40
45
+ - @ctx-core/nanostores@6.0.6
46
+ - @ctx-core/uri@12.4.53
47
+ - @ctx-core/env@17.3.1
48
+
3
49
  ## 9.7.62
4
50
 
5
51
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.62",
3
+ "version": "9.7.67",
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.1",
32
- "@ctx-core/env": "^17.2.128",
33
- "@ctx-core/error": "^12.3.39",
34
- "@ctx-core/fetch": "^12.11.15",
35
- "@ctx-core/nanostores": "6.0.5",
36
- "@ctx-core/object": "^28.0.4",
37
- "@ctx-core/uri": "^12.4.52",
31
+ "@ctx-core/auth0": "^40.0.7",
32
+ "@ctx-core/env": "^17.3.1",
33
+ "@ctx-core/error": "^12.3.40",
34
+ "@ctx-core/fetch": "^12.11.17",
35
+ "@ctx-core/nanostores": "6.0.6",
36
+ "@ctx-core/object": "^28.0.5",
37
+ "@ctx-core/uri": "^12.4.53",
38
38
  "auth0": "^3.7.0"
39
39
  },
40
40
  "devDependencies": {