@ctx-core/auth0-management 9.7.143 → 9.7.146

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 +29 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.7.146
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^40.0.74 -> ^40.0.75
8
+
9
+ ## 9.7.145
10
+
11
+ ### Patch Changes
12
+
13
+ - @ctx-core/auth0: ^40.0.73 -> ^40.0.74
14
+ - Updated dependencies
15
+ - @ctx-core/fetch@13.0.24
16
+
17
+ ## 9.7.144
18
+
19
+ ### Patch Changes
20
+
21
+ - sinon: ^17.0.0 -> ^17.0.1
22
+ - @ctx-core/object: ^28.2.1 -> ^28.2.2
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - @ctx-core/auth0@40.0.73
26
+ - @ctx-core/fetch@13.0.23
27
+ - @ctx-core/env@17.3.15
28
+ - @ctx-core/error@12.3.46
29
+ - @ctx-core/nanostores@7.0.4
30
+ - @ctx-core/uri@12.4.59
31
+
3
32
  ## 9.7.143
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.7.143",
3
+ "version": "9.7.146",
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.72",
32
- "@ctx-core/env": "^17.3.14",
33
- "@ctx-core/error": "^12.3.45",
34
- "@ctx-core/fetch": "^13.0.22",
35
- "@ctx-core/nanostores": "7.0.3",
36
- "@ctx-core/object": "^28.2.1",
37
- "@ctx-core/uri": "^12.4.58",
31
+ "@ctx-core/auth0": "^40.0.75",
32
+ "@ctx-core/env": "^17.3.15",
33
+ "@ctx-core/error": "^12.3.46",
34
+ "@ctx-core/fetch": "^13.0.24",
35
+ "@ctx-core/nanostores": "7.0.4",
36
+ "@ctx-core/object": "^28.2.2",
37
+ "@ctx-core/uri": "^12.4.59",
38
38
  "auth0": "^4.1.0"
39
39
  },
40
40
  "devDependencies": {
@@ -43,7 +43,7 @@
43
43
  "@types/sinon": "^10.0.20",
44
44
  "c8": "^8.0.1",
45
45
  "check-dts": "^0.7.2",
46
- "sinon": "^17.0.0",
46
+ "sinon": "^17.0.1",
47
47
  "tsx": "^3.14.0",
48
48
  "typescript": "next",
49
49
  "uvu": "^0.5.6"