@ctx-core/auth0-ui 12.2.224 → 12.2.226

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 +29 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,34 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.226
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/jwt: ^10.1.53 -> ^10.1.54
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/auth0@35.0.96
14
+ - @ctx-core/fetch-undici@2.3.70
15
+ - @ctx-core/dom@11.2.33
16
+
17
+ ## 12.2.225
18
+
19
+ ### Patch Changes
20
+
21
+ - @ctx-core/object: ^24.1.3 -> ^24.1.4
22
+ - Updated dependencies
23
+ - @ctx-core/auth0@35.0.95
24
+ - @ctx-core/auth0-management@9.0.152
25
+ - @ctx-core/dialog@20.1.35
26
+ - @ctx-core/dom@11.2.32
27
+ - @ctx-core/error@11.5.18
28
+ - @ctx-core/fetch-undici@2.3.69
29
+ - @ctx-core/http@9.1.2
30
+ - @ctx-core/svelte@13.4.24
31
+
3
32
  ## 12.2.224
4
33
 
5
34
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.224",
3
+ "version": "12.2.226",
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.94",
28
- "@ctx-core/auth0-management": "^9.0.151",
29
- "@ctx-core/dialog": "^20.1.34",
27
+ "@ctx-core/auth0": "^35.0.96",
28
+ "@ctx-core/auth0-management": "^9.0.152",
29
+ "@ctx-core/dialog": "^20.1.35",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.46",
31
- "@ctx-core/dom": "^11.2.31",
32
- "@ctx-core/error": "^11.5.17",
33
- "@ctx-core/fetch-undici": "^2.3.68",
31
+ "@ctx-core/dom": "^11.2.33",
32
+ "@ctx-core/error": "^11.5.18",
33
+ "@ctx-core/fetch-undici": "^2.3.70",
34
34
  "@ctx-core/function": "^21.6.1",
35
- "@ctx-core/http": "^9.1.1",
36
- "@ctx-core/jwt": "^10.1.53",
35
+ "@ctx-core/http": "^9.1.2",
36
+ "@ctx-core/jwt": "^10.1.54",
37
37
  "@ctx-core/logger": "^9.0.49",
38
- "@ctx-core/object": "^24.1.3",
39
- "@ctx-core/svelte": "^13.4.23",
38
+ "@ctx-core/object": "^24.1.4",
39
+ "@ctx-core/svelte": "^13.4.24",
40
40
  "@swc/cli": "^0.1.61",
41
41
  "@swc/core": "^1.3.32",
42
42
  "auth0-js": "^9.20.1",