@ctx-core/auth0-management 9.2.165 → 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 +34 -0
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,39 @@
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
+
3
37
  ## 9.2.165
4
38
 
5
39
  ### Patch Changes
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.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.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.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
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
  },