@ctx-core/auth0-management 9.7.102 → 9.7.106

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 +35 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.106
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.38 -> ^40.0.39
8
+
9
+ ## 9.7.105
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/auth0: ^40.0.37 -> ^40.0.38
14
+ - Updated dependencies
15
+ - @ctx-core/fetch@13.0.6
16
+
17
+ ## 9.7.104
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/env: ^17.3.7 -> ^17.3.8
22
+ - @ctx-core/auth0: ^40.0.36 -> ^40.0.37
23
+ - @ctx-core/uri: ^12.4.55 -> ^12.4.56
24
+ - @ctx-core/error: ^12.3.42 -> ^12.3.43
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/fetch@13.0.5
28
+
29
+ ## 9.7.103
30
+
31
+ ### Patch Changes
32
+
33
+ - Updated dependencies
34
+ - Updated dependencies
35
+ - @ctx-core/nanostores@6.0.11
36
+ - @ctx-core/object@28.1.0
37
+
3
38
  ## 9.7.102
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.102",
3
+ "version": "9.7.106",
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.36",
32
- "@ctx-core/env": "^17.3.7",
33
- "@ctx-core/error": "^12.3.42",
34
- "@ctx-core/fetch": "^13.0.4",
35
- "@ctx-core/nanostores": "6.0.10",
36
- "@ctx-core/object": "^28.0.7",
37
- "@ctx-core/uri": "^12.4.55",
31
+ "@ctx-core/auth0": "^40.0.39",
32
+ "@ctx-core/env": "^17.3.8",
33
+ "@ctx-core/error": "^12.3.43",
34
+ "@ctx-core/fetch": "^13.0.6",
35
+ "@ctx-core/nanostores": "6.0.11",
36
+ "@ctx-core/object": "^28.1.0",
37
+ "@ctx-core/uri": "^12.4.56",
38
38
  "auth0": "^4.0.1"
39
39
  },
40
40
  "devDependencies": {