@ctx-core/auth0-management 9.7.141 → 9.7.143

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.143
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.71 -> ^40.0.72
8
+
9
+ ## 9.7.142
10
+
11
+ ### Patch Changes
12
+
13
+ - @types/auth0-js: ^9.21.2 -> ^9.21.3
14
+ - auth0: ^4.0.2 -> ^4.1.0
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/auth0@40.0.71
18
+ - @ctx-core/fetch@13.0.22
19
+
3
20
  ## 9.7.141
4
21
 
5
22
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1 @@
1
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.141",
3
+ "version": "9.7.143",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,18 +28,18 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^40.0.70",
31
+ "@ctx-core/auth0": "^40.0.72",
32
32
  "@ctx-core/env": "^17.3.14",
33
33
  "@ctx-core/error": "^12.3.45",
34
- "@ctx-core/fetch": "^13.0.21",
34
+ "@ctx-core/fetch": "^13.0.22",
35
35
  "@ctx-core/nanostores": "7.0.3",
36
36
  "@ctx-core/object": "^28.2.1",
37
37
  "@ctx-core/uri": "^12.4.58",
38
- "auth0": "^4.0.2"
38
+ "auth0": "^4.1.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.8",
42
- "@types/auth0-js": "^9.21.2",
42
+ "@types/auth0-js": "^9.21.3",
43
43
  "@types/sinon": "^10.0.20",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",