@ctx-core/auth0-ui 12.2.188 → 12.2.190

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 +31 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,36 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.190
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/jwt: ^10.1.41 -> ^10.1.42
8
+ - Updated dependencies
9
+ - Updated dependencies
10
+ - Updated dependencies
11
+ - Updated dependencies
12
+ - Updated dependencies
13
+ - @ctx-core/fetch-undici@2.3.49
14
+ - @ctx-core/auth0@35.0.69
15
+ - @ctx-core/dom@11.2.22
16
+
17
+ ## 12.2.189
18
+
19
+ ### Patch Changes
20
+
21
+ - Updated dependencies
22
+ - Updated dependencies
23
+ - Updated dependencies
24
+ - @ctx-core/object@24.0.0
25
+ - @ctx-core/auth0@35.0.68
26
+ - @ctx-core/auth0-management@9.0.123
27
+ - @ctx-core/dialog@20.1.26
28
+ - @ctx-core/dom@11.2.21
29
+ - @ctx-core/error@11.5.12
30
+ - @ctx-core/fetch-undici@2.3.48
31
+ - @ctx-core/http@9.0.44
32
+ - @ctx-core/svelte@13.4.18
33
+
3
34
  ## 12.2.188
4
35
 
5
36
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.188",
3
+ "version": "12.2.190",
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.67",
28
- "@ctx-core/auth0-management": "^9.0.122",
29
- "@ctx-core/dialog": "^20.1.25",
27
+ "@ctx-core/auth0": "^35.0.69",
28
+ "@ctx-core/auth0-management": "^9.0.123",
29
+ "@ctx-core/dialog": "^20.1.26",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.42",
31
- "@ctx-core/dom": "^11.2.20",
32
- "@ctx-core/error": "^11.5.11",
33
- "@ctx-core/fetch-undici": "^2.3.47",
31
+ "@ctx-core/dom": "^11.2.22",
32
+ "@ctx-core/error": "^11.5.12",
33
+ "@ctx-core/fetch-undici": "^2.3.49",
34
34
  "@ctx-core/function": "^21.6.0",
35
- "@ctx-core/http": "^9.0.43",
36
- "@ctx-core/jwt": "^10.1.41",
35
+ "@ctx-core/http": "^9.0.44",
36
+ "@ctx-core/jwt": "^10.1.42",
37
37
  "@ctx-core/logger": "^9.0.47",
38
- "@ctx-core/object": "^23.1.0",
39
- "@ctx-core/svelte": "^13.4.17",
38
+ "@ctx-core/object": "^24.0.0",
39
+ "@ctx-core/svelte": "^13.4.18",
40
40
  "@swc/cli": "^0.1.59",
41
41
  "@swc/core": "^1.3.27",
42
42
  "auth0-js": "^9.20.1",