@ctx-core/auth0-ui 12.2.209 → 12.2.211

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 +27 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.211
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/dom: ^11.2.28 -> ^11.2.29
8
+ - @ctx-core/jwt: ^10.1.49 -> ^10.1.50
9
+ - @ctx-core/auth0: ^35.0.83 -> ^35.0.84
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/fetch-undici@2.3.63
14
+ - @ctx-core/auth0-management@9.0.141
15
+
16
+ ## 12.2.210
17
+
18
+ ### Patch Changes
19
+
20
+ - @ctx-core/dom: ^11.2.27 -> ^11.2.28
21
+ - @ctx-core/auth0: ^35.0.82 -> ^35.0.83
22
+ - @ctx-core/fetch-undici: ^2.3.61 -> ^2.3.62
23
+ - Updated dependencies
24
+ - Updated dependencies
25
+ - Updated dependencies
26
+ - @ctx-core/auth0-management@9.0.140
27
+ - @ctx-core/dialog@20.1.31
28
+ - @ctx-core/svelte@13.4.22
29
+
3
30
  ## 12.2.209
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.209",
3
+ "version": "12.2.211",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,19 +24,19 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^35.0.82",
28
- "@ctx-core/auth0-management": "^9.0.139",
29
- "@ctx-core/dialog": "^20.1.30",
27
+ "@ctx-core/auth0": "^35.0.84",
28
+ "@ctx-core/auth0-management": "^9.0.141",
29
+ "@ctx-core/dialog": "^20.1.31",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.45",
31
- "@ctx-core/dom": "^11.2.27",
31
+ "@ctx-core/dom": "^11.2.29",
32
32
  "@ctx-core/error": "^11.5.16",
33
- "@ctx-core/fetch-undici": "^2.3.61",
33
+ "@ctx-core/fetch-undici": "^2.3.63",
34
34
  "@ctx-core/function": "^21.6.1",
35
35
  "@ctx-core/http": "^9.0.48",
36
- "@ctx-core/jwt": "^10.1.49",
36
+ "@ctx-core/jwt": "^10.1.50",
37
37
  "@ctx-core/logger": "^9.0.49",
38
38
  "@ctx-core/object": "^24.1.2",
39
- "@ctx-core/svelte": "^13.4.21",
39
+ "@ctx-core/svelte": "^13.4.22",
40
40
  "@swc/cli": "^0.1.60",
41
41
  "@swc/core": "^1.3.32",
42
42
  "auth0-js": "^9.20.1",