@ctx-core/auth0-ui 12.2.216 → 12.2.218

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 +18 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.218
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/fetch-undici: ^2.3.63 -> ^2.3.64
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@35.0.90
10
+ - @ctx-core/auth0-management@9.0.147
11
+
12
+ ## 12.2.217
13
+
14
+ ### Patch Changes
15
+
16
+ - @ctx-core/dialog: ^20.1.32 -> ^20.1.33
17
+ - @ctx-core/auth0: ^35.0.88 -> ^35.0.89
18
+ - Updated dependencies
19
+ - @ctx-core/auth0-management@9.0.146
20
+
3
21
  ## 12.2.216
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.216",
3
+ "version": "12.2.218",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,13 +24,13 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^35.0.88",
28
- "@ctx-core/auth0-management": "^9.0.145",
29
- "@ctx-core/dialog": "^20.1.32",
27
+ "@ctx-core/auth0": "^35.0.90",
28
+ "@ctx-core/auth0-management": "^9.0.147",
29
+ "@ctx-core/dialog": "^20.1.33",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.46",
31
31
  "@ctx-core/dom": "^11.2.29",
32
32
  "@ctx-core/error": "^11.5.16",
33
- "@ctx-core/fetch-undici": "^2.3.63",
33
+ "@ctx-core/fetch-undici": "^2.3.64",
34
34
  "@ctx-core/function": "^21.6.1",
35
35
  "@ctx-core/http": "^9.0.48",
36
36
  "@ctx-core/jwt": "^10.1.51",