@ctx-core/auth0-management 9.2.165 → 9.2.171

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,53 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.171
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/auth0: ^38.0.76 -> ^38.0.77
8
+ - @ctx-core/env: ^17.2.87 -> ^17.2.88
9
+
10
+ ## 9.2.170
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies
15
+ - @ctx-core/nanostores@3.4.1
16
+
17
+ ## 9.2.169
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/fetch-undici: ^2.6.48 -> ^2.6.49
22
+ - @ctx-core/auth0: ^38.0.75 -> ^38.0.76
23
+
24
+ ## 9.2.168
25
+
26
+ ### Patch Changes
27
+
28
+ - @ctx-core/fetch-undici: ^2.6.47 -> ^2.6.48
29
+ - @ctx-core/auth0: ^38.0.74 -> ^38.0.75
30
+
31
+ ## 9.2.167
32
+
33
+ ### Patch Changes
34
+
35
+ - @ctx-core/uri: ^12.4.39 -> ^12.4.40
36
+ - @ctx-core/error: ^12.3.27 -> ^12.3.28
37
+ - @ctx-core/fetch-undici: ^2.6.46 -> ^2.6.47
38
+ - @ctx-core/env: ^17.2.86 -> ^17.2.87
39
+ - @ctx-core/auth0: ^38.0.73 -> ^38.0.74
40
+
41
+ ## 9.2.166
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies
46
+ - Updated dependencies
47
+ - Updated dependencies
48
+ - @ctx-core/nanostores@3.4.0
49
+ - @ctx-core/object@27.4.25
50
+
3
51
  ## 9.2.165
4
52
 
5
53
  ### Patch Changes
package/COMMIT_EDITMSG CHANGED
@@ -1 +1,2 @@
1
1
 
2
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.165",
3
+ "version": "9.2.171",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -28,21 +28,21 @@
28
28
  "getAll-client-grants-auth0": "./bin/getAll-client-grants-auth0.mjs"
29
29
  },
30
30
  "dependencies": {
31
- "@ctx-core/auth0": "^38.0.73",
32
- "@ctx-core/env": "^17.2.86",
33
- "@ctx-core/error": "^12.3.27",
34
- "@ctx-core/fetch-undici": "^2.6.46",
35
- "@ctx-core/nanostores": "3.3.1",
36
- "@ctx-core/object": "^27.4.24",
37
- "@ctx-core/uri": "^12.4.39",
31
+ "@ctx-core/auth0": "^38.0.77",
32
+ "@ctx-core/env": "^17.2.88",
33
+ "@ctx-core/error": "^12.3.28",
34
+ "@ctx-core/fetch-undici": "^2.6.49",
35
+ "@ctx-core/nanostores": "3.4.1",
36
+ "@ctx-core/object": "^27.4.25",
37
+ "@ctx-core/uri": "^12.4.40",
38
38
  "auth0": "^3.3.0"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/auth0": "^3.3.2",
42
42
  "@types/auth0-js": "^9.14.7",
43
43
  "c8": "^7.13.0",
44
- "check-dts": "^0.7.1",
45
- "tsx": "^3.12.6",
44
+ "check-dts": "^0.7.2",
45
+ "tsx": "^3.12.7",
46
46
  "typescript": "next",
47
47
  "uvu": "^0.5.6"
48
48
  },