@ctx-core/auth0-management 9.0.51 → 9.0.54

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,33 @@
1
1
  # @ctx-core/auth0-management
2
2
 
3
+ ## 9.0.54
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/function: 20.7.1
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@34.2.15
10
+ - @ctx-core/fetch-undici@2.1.3
11
+ - @ctx-core/object@22.1.8
12
+ - @ctx-core/uri@12.0.46
13
+
14
+ ## 9.0.53
15
+
16
+ ### Patch Changes
17
+
18
+ - @ctx-core/array: 26.2.0
19
+ - Updated dependencies
20
+ - @ctx-core/auth0@34.2.14
21
+ - @ctx-core/fetch-undici@2.1.2
22
+ - @ctx-core/object@22.1.7
23
+ - @ctx-core/uri@12.0.45
24
+
25
+ ## 9.0.52
26
+
27
+ ### Patch Changes
28
+
29
+ - update dependencies
30
+
3
31
  ## 9.0.51
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-management",
3
- "version": "9.0.51",
3
+ "version": "9.0.54",
4
4
  "description": "ctx-core auth0 management api",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -37,17 +37,17 @@
37
37
  "test-unit-coverage": "c8 pnpm test-unit"
38
38
  },
39
39
  "dependencies": {
40
- "@ctx-core/auth0": "^34.2.11",
41
- "@ctx-core/fetch-undici": "^2.1.1",
42
- "@ctx-core/object": "^22.1.5",
43
- "@ctx-core/uri": "^12.0.44",
40
+ "@ctx-core/auth0": "^34.2.15",
41
+ "@ctx-core/fetch-undici": "^2.1.3",
42
+ "@ctx-core/object": "^22.1.8",
43
+ "@ctx-core/uri": "^12.0.46",
44
44
  "auth0": "^2.40.0"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/auth0": "^2.34.18",
47
+ "@types/auth0": "^2.34.19",
48
48
  "@types/auth0-js": "^9.14.6",
49
- "c8": "^7.11.0",
50
- "check-dts": "^0.6.6",
49
+ "c8": "^7.11.2",
50
+ "check-dts": "^0.6.7",
51
51
  "tsm": "^2.2.1",
52
52
  "typescript": "next",
53
53
  "uvu": "^0.5.3"
@@ -58,4 +58,4 @@
58
58
  },
59
59
  "svelte": "./src/index.js",
60
60
  "sideEffects": false
61
- }
61
+ }