@ctx-core/auth0-ui 12.2.31 → 12.2.35

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 +35 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.35
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@9.0.26
10
+
11
+ ## 12.2.34
12
+
13
+ ### Patch Changes
14
+
15
+ - update dependencies
16
+ - Updated dependencies
17
+ - @ctx-core/auth0-management@9.0.25
18
+
19
+ ## 12.2.33
20
+
21
+ ### Patch Changes
22
+
23
+ - update dependencies
24
+ - Updated dependencies
25
+ - @ctx-core/auth0@33.0.5
26
+ - @ctx-core/auth0-management@9.0.24
27
+
28
+ ## 12.2.32
29
+
30
+ ### Patch Changes
31
+
32
+ - update dependencies
33
+ - Updated dependencies
34
+ - @ctx-core/auth0@33.0.4
35
+ - @ctx-core/auth0-management@9.0.23
36
+ - @ctx-core/dom@11.1.7
37
+
3
38
  ## 12.2.31
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.31",
3
+ "version": "12.2.35",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -26,13 +26,13 @@
26
26
  "./package.json": "./package.json"
27
27
  },
28
28
  "dependencies": {
29
- "@ctx-core/auth0": "^33.0.3",
30
- "@ctx-core/auth0-management": "^9.0.22",
29
+ "@ctx-core/auth0": "^33.1.1",
30
+ "@ctx-core/auth0-management": "^9.0.26",
31
31
  "@ctx-core/dialog": "^20.0.5",
32
32
  "@ctx-core/dialog-ui-svelte": "^1.0.14",
33
- "@ctx-core/dom": "^11.1.6",
33
+ "@ctx-core/dom": "^11.1.7",
34
34
  "@ctx-core/error": "^11.4.0",
35
- "@ctx-core/fetch-undici": "^1.2.0",
35
+ "@ctx-core/fetch-undici": "^1.2.2",
36
36
  "@ctx-core/function": "*",
37
37
  "@ctx-core/http": "^9.0.23",
38
38
  "@ctx-core/jwt": "^10.1.1",