@ctx-core/auth0-management 9.7.102 → 9.7.107

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 +44 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.107
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch: ^13.0.6 -> ^13.0.7
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - @ctx-core/auth0@40.0.40
11
+
12
+ ## 9.7.106
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/auth0: ^40.0.38 -> ^40.0.39
17
+
18
+ ## 9.7.105
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/auth0: ^40.0.37 -> ^40.0.38
23
+ - Updated dependencies
24
+ - @ctx-core/fetch@13.0.6
25
+
26
+ ## 9.7.104
27
+
28
+ ### Patch Changes
29
+
30
+ - @ctx-core/env: ^17.3.7 -> ^17.3.8
31
+ - @ctx-core/auth0: ^40.0.36 -> ^40.0.37
32
+ - @ctx-core/uri: ^12.4.55 -> ^12.4.56
33
+ - @ctx-core/error: ^12.3.42 -> ^12.3.43
34
+ - Updated dependencies
35
+ - Updated dependencies
36
+ - @ctx-core/fetch@13.0.5
37
+
38
+ ## 9.7.103
39
+
40
+ ### Patch Changes
41
+
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - @ctx-core/nanostores@6.0.11
45
+ - @ctx-core/object@28.1.0
46
+
3
47
  ## 9.7.102
4
48
 
5
49
  ### 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.107",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,22 +28,22 @@
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.40",
32
+ "@ctx-core/env": "^17.3.8",
33
+ "@ctx-core/error": "^12.3.43",
34
+ "@ctx-core/fetch": "^13.0.7",
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": {
41
41
  "@types/auth0": "^3.3.6",
42
42
  "@types/auth0-js": "^9.21.1",
43
- "@types/sinon": "^10.0.17",
43
+ "@types/sinon": "^10.0.18",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
- "sinon": "^16.0.0",
46
+ "sinon": "^16.1.0",
47
47
  "tsx": "^3.13.0",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"