@ctx-core/auth0-ui 12.2.60 → 12.2.64

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,41 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.64
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@34.2.9
10
+ - @ctx-core/auth0-management@9.0.49
11
+
12
+ ## 12.2.63
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @ctx-core/fetch-undici@2.0.0
18
+ - @ctx-core/auth0@34.2.8
19
+ - @ctx-core/auth0-management@9.0.48
20
+
21
+ ## 12.2.62
22
+
23
+ ### Patch Changes
24
+
25
+ - update dependencies
26
+ - Updated dependencies
27
+ - @ctx-core/auth0@34.2.7
28
+ - @ctx-core/auth0-management@9.0.47
29
+
30
+ ## 12.2.61
31
+
32
+ ### Patch Changes
33
+
34
+ - update dependencies
35
+ - Updated dependencies
36
+ - @ctx-core/auth0@34.2.6
37
+ - @ctx-core/auth0-management@9.0.46
38
+
3
39
  ## 12.2.60
4
40
 
5
41
  ### Patch Changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.60",
3
+ "version": "12.2.64",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -34,13 +34,13 @@
34
34
  "prepublishOnly": "npm run clean && npm run build"
35
35
  },
36
36
  "dependencies": {
37
- "@ctx-core/auth0": "^34.2.5",
38
- "@ctx-core/auth0-management": "^9.0.45",
37
+ "@ctx-core/auth0": "^34.2.9",
38
+ "@ctx-core/auth0-management": "^9.0.49",
39
39
  "@ctx-core/dialog": "^20.0.15",
40
40
  "@ctx-core/dialog-ui-svelte": "^1.0.16",
41
41
  "@ctx-core/dom": "^11.1.11",
42
42
  "@ctx-core/error": "^11.4.3",
43
- "@ctx-core/fetch-undici": "^1.2.16",
43
+ "@ctx-core/fetch-undici": "^2.0.0",
44
44
  "@ctx-core/function": "^20.6.1",
45
45
  "@ctx-core/http": "^9.0.26",
46
46
  "@ctx-core/jwt": "^10.1.5",
Binary file