@ctx-core/auth0-management 9.7.156 → 9.7.160

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 +37 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.160
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/env: ^17.3.16 -> ^17.3.17
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@40.0.89
11
+
12
+ ## 9.7.159
13
+
14
+ ### Patch Changes
15
+
16
+ - @types/auth0-js: ^9.21.3 -> ^9.21.4
17
+ - @types/sinon: ^17.0.0 -> ^17.0.1
18
+ - Updated dependencies
19
+ - Updated dependencies
20
+ - Updated dependencies
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - @ctx-core/auth0@40.0.88
24
+ - @ctx-core/fetch@13.0.30
25
+ - @ctx-core/nanostores@7.0.6
26
+
27
+ ## 9.7.158
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/auth0: ^40.0.86 -> ^40.0.87
32
+
33
+ ## 9.7.157
34
+
35
+ ### Patch Changes
36
+
37
+ - @ctx-core/auth0: ^40.0.85 -> ^40.0.86
38
+ - @ctx-core/fetch: ^13.0.28 -> ^13.0.29
39
+
3
40
  ## 9.7.156
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.156",
3
+ "version": "9.7.160",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,19 +28,19 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.85",
32
- "@ctx-core/env": "^17.3.16",
31
+ "@ctx-core/auth0": "^40.0.89",
32
+ "@ctx-core/env": "^17.3.17",
33
33
  "@ctx-core/error": "^12.3.47",
34
- "@ctx-core/fetch": "^13.0.28",
35
- "@ctx-core/nanostores": "7.0.5",
34
+ "@ctx-core/fetch": "^13.0.30",
35
+ "@ctx-core/nanostores": "7.0.6",
36
36
  "@ctx-core/object": "^29.0.0",
37
37
  "@ctx-core/uri": "^12.4.60",
38
38
  "auth0": "^4.1.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.9",
42
- "@types/auth0-js": "^9.21.3",
43
- "@types/sinon": "^17.0.0",
42
+ "@types/auth0-js": "^9.21.4",
43
+ "@types/sinon": "^17.0.1",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
46
  "sinon": "^17.0.1",