@ctx-core/auth0-management 9.7.46 → 9.7.50

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,46 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.50
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^39.0.30 -> ^39.0.31
8
+
9
+ ## 9.7.49
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/fetch: ^12.11.9 -> ^12.11.10
14
+ - Updated dependencies
15
+ - Updated dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/auth0@39.0.30
18
+
19
+ ## 9.7.48
20
+
21
+ ### Patch Changes
22
+
23
+ - @ctx-core/uri: ^12.4.50 -> ^12.4.51
24
+ - @ctx-core/error: ^12.3.38 -> ^12.3.39
25
+ - @ctx-core/fetch: ^12.11.8 -> ^12.11.9
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/auth0@39.0.29
32
+ - @ctx-core/env@17.2.128
33
+
34
+ ## 9.7.47
35
+
36
+ ### Patch Changes
37
+
38
+ - Updated dependencies
39
+ - @ctx-core/auth0@39.0.28
40
+ - @ctx-core/env@17.2.127
41
+ - @ctx-core/nanostores@6.0.1
42
+ - @ctx-core/object@28.0.4
43
+
3
44
  ## 9.7.46
4
45
 
5
46
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1,3 +1,2 @@
1
1
 
2
2
 
3
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.46",
3
+ "version": "9.7.50",
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": "^39.0.27",
32
- "@ctx-core/env": "^17.2.126",
33
- "@ctx-core/error": "^12.3.38",
34
- "@ctx-core/fetch": "^12.11.8",
35
- "@ctx-core/nanostores": "6.0.0",
36
- "@ctx-core/object": "^28.0.3",
37
- "@ctx-core/uri": "^12.4.50",
31
+ "@ctx-core/auth0": "^39.0.31",
32
+ "@ctx-core/env": "^17.2.128",
33
+ "@ctx-core/error": "^12.3.39",
34
+ "@ctx-core/fetch": "^12.11.10",
35
+ "@ctx-core/nanostores": "6.0.1",
36
+ "@ctx-core/object": "^28.0.4",
37
+ "@ctx-core/uri": "^12.4.51",
38
38
  "auth0": "^3.6.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.3",
42
42
  "@types/auth0-js": "^9.21.0",
43
- "@types/sinon": "^10.0.15",
43
+ "@types/sinon": "^10.0.16",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
46
  "sinon": "^15.2.0",