@ctx-core/auth0-ui 12.1.28 → 12.2.0

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,17 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - @ctx-core/fetch-undici instead of @ctx-core/fetch
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @ctx-core/auth0@28.1.0
13
+ - @ctx-core/auth0-management@7.1.0
14
+
3
15
  ## 12.1.28
4
16
 
5
17
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.1.28",
3
+ "version": "12.2.0",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -26,18 +26,18 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ctx-core/auth0": "^28.0.23",
30
- "@ctx-core/auth0-management": "^7.0.22",
29
+ "@ctx-core/auth0": "^28.1.0",
30
+ "@ctx-core/auth0-management": "^7.1.0",
31
31
  "@ctx-core/dialog": "^18.0.16",
32
32
  "@ctx-core/dialog-ui-svelte": "^1.0.14",
33
33
  "@ctx-core/dom": "^11.1.5",
34
34
  "@ctx-core/error": "^11.1.23",
35
- "@ctx-core/fetch": "^11.0.113",
36
- "@ctx-core/function": "^20.3.0",
35
+ "@ctx-core/fetch-undici": "^1.0.0",
36
+ "@ctx-core/function": "^20.4.0",
37
37
  "@ctx-core/http": "^9.0.22",
38
38
  "@ctx-core/jwt": "^10.0.50",
39
39
  "@ctx-core/logger": "^9.0.44",
40
- "@ctx-core/object": "^22.0.12",
40
+ "@ctx-core/object": "^22.0.13",
41
41
  "@ctx-core/svelte": "^10.1.7",
42
42
  "@swc/cli": "^0.1.55",
43
43
  "@swc/core": "^1.2.133",
package/COMMIT_EDITMSG DELETED
@@ -1,2 +0,0 @@
1
-
2
-