@ctx-core/auth0-ui 12.2.156 → 12.2.158

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.158
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: ^22.9.0 -> ^22.9.1
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - @ctx-core/auth0-management@9.0.99
12
+ - @ctx-core/auth0@35.0.45
13
+ - @ctx-core/dialog@20.1.21
14
+ - @ctx-core/dom@11.2.10
15
+ - @ctx-core/error@11.5.7
16
+ - @ctx-core/fetch-undici@2.3.28
17
+ - @ctx-core/http@9.0.37
18
+ - @ctx-core/svelte@13.4.12
19
+
20
+ ## 12.2.157
21
+
22
+ ### Patch Changes
23
+
24
+ - @ctx-core/auth0-management: ^9.0.97 -> ^9.0.98
25
+ - Updated dependencies
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - @ctx-core/jwt@10.1.30
29
+ - @ctx-core/fetch-undici@2.3.27
30
+ - @ctx-core/auth0@35.0.44
31
+
3
32
  ## 12.2.156
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.156",
3
+ "version": "12.2.158",
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.43",
28
- "@ctx-core/auth0-management": "^9.0.97",
29
- "@ctx-core/dialog": "^20.1.20",
27
+ "@ctx-core/auth0": "^35.0.45",
28
+ "@ctx-core/auth0-management": "^9.0.99",
29
+ "@ctx-core/dialog": "^20.1.21",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.38",
31
- "@ctx-core/dom": "^11.2.9",
32
- "@ctx-core/error": "^11.5.6",
33
- "@ctx-core/fetch-undici": "^2.3.26",
31
+ "@ctx-core/dom": "^11.2.10",
32
+ "@ctx-core/error": "^11.5.7",
33
+ "@ctx-core/fetch-undici": "^2.3.28",
34
34
  "@ctx-core/function": "^21.6.0",
35
- "@ctx-core/http": "^9.0.36",
36
- "@ctx-core/jwt": "^10.1.29",
35
+ "@ctx-core/http": "^9.0.37",
36
+ "@ctx-core/jwt": "^10.1.30",
37
37
  "@ctx-core/logger": "^9.0.45",
38
- "@ctx-core/object": "^22.9.0",
39
- "@ctx-core/svelte": "^13.4.11",
38
+ "@ctx-core/object": "^22.9.1",
39
+ "@ctx-core/svelte": "^13.4.12",
40
40
  "@swc/cli": "^0.1.59",
41
41
  "@swc/core": "^1.3.25",
42
42
  "auth0-js": "^9.20.0",