@ctx-core/auth0-management 9.2.161 → 9.2.169

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 +71 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,76 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.2.169
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.6.48 -> ^2.6.49
8
+ - @ctx-core/auth0: ^38.0.75 -> ^38.0.76
9
+
10
+ ## 9.2.168
11
+
12
+ ### Patch Changes
13
+
14
+ - @ctx-core/fetch-undici: ^2.6.47 -> ^2.6.48
15
+ - @ctx-core/auth0: ^38.0.74 -> ^38.0.75
16
+
17
+ ## 9.2.167
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/uri: ^12.4.39 -> ^12.4.40
22
+ - @ctx-core/error: ^12.3.27 -> ^12.3.28
23
+ - @ctx-core/fetch-undici: ^2.6.46 -> ^2.6.47
24
+ - @ctx-core/env: ^17.2.86 -> ^17.2.87
25
+ - @ctx-core/auth0: ^38.0.73 -> ^38.0.74
26
+
27
+ ## 9.2.166
28
+
29
+ ### Patch Changes
30
+
31
+ - Updated dependencies
32
+ - Updated dependencies
33
+ - Updated dependencies
34
+ - @ctx-core/nanostores@3.4.0
35
+ - @ctx-core/object@27.4.25
36
+
37
+ ## 9.2.165
38
+
39
+ ### Patch Changes
40
+
41
+ - @ctx-core/auth0: ^38.0.72 -> ^38.0.73
42
+
43
+ ## 9.2.164
44
+
45
+ ### Patch Changes
46
+
47
+ - @ctx-core/auth0: ^38.0.71 -> ^38.0.72
48
+ - @ctx-core/env: ^17.2.85 -> ^17.2.86
49
+ - Updated dependencies
50
+ - @ctx-core/fetch-undici@2.6.46
51
+
52
+ ## 9.2.163
53
+
54
+ ### Patch Changes
55
+
56
+ - @ctx-core/object: ^27.4.23 -> ^27.4.24
57
+ - @ctx-core/auth0: ^38.0.70 -> ^38.0.71
58
+ - @ctx-core/env: ^17.2.84 -> ^17.2.85
59
+ - Updated dependencies
60
+ - Updated dependencies
61
+ - @ctx-core/error@12.3.27
62
+ - @ctx-core/fetch-undici@2.6.45
63
+ - @ctx-core/nanostores@3.3.1
64
+ - @ctx-core/uri@12.4.39
65
+
66
+ ## 9.2.162
67
+
68
+ ### Patch Changes
69
+
70
+ - Updated dependencies
71
+ - Updated dependencies
72
+ - @ctx-core/nanostores@3.3.0
73
+
3
74
  ## 9.2.161
4
75
 
5
76
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.2.161",
3
+ "version": "9.2.169",
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.70",
32
- "@ctx-core/env": "^17.2.84",
33
- "@ctx-core/error": "^12.3.26",
34
- "@ctx-core/fetch-undici": "^2.6.44",
35
- "@ctx-core/nanostores": "3.2.23",
36
- "@ctx-core/object": "^27.4.23",
37
- "@ctx-core/uri": "^12.4.38",
31
+ "@ctx-core/auth0": "^38.0.76",
32
+ "@ctx-core/env": "^17.2.87",
33
+ "@ctx-core/error": "^12.3.28",
34
+ "@ctx-core/fetch-undici": "^2.6.49",
35
+ "@ctx-core/nanostores": "3.4.0",
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
- "@types/auth0": "^3.3.1",
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
  },