@ctx-core/auth0-ui 12.2.81 → 12.2.84

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 +45 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.84
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/object: 22.2.0
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@34.2.28
10
+ - @ctx-core/auth0-management@9.0.63
11
+ - @ctx-core/dialog@20.0.26
12
+ - @ctx-core/dom@11.1.21
13
+ - @ctx-core/error@11.4.8
14
+ - @ctx-core/fetch-undici@2.1.12
15
+ - @ctx-core/http@9.0.31
16
+ - @ctx-core/svelte@10.1.24
17
+
18
+ ## 12.2.83
19
+
20
+ ### Patch Changes
21
+
22
+ - @ctx-core/svelte: ^10.1.21 -> ^10.1.22
23
+ - @ctx-core/dialog: ^20.0.23 -> ^20.0.24
24
+ - @ctx-core/auth0-management: ^9.0.60 -> ^9.0.61
25
+ - @ctx-core/auth0: ^34.2.24 -> ^34.2.25
26
+ - Updated dependencies
27
+ - Updated dependencies
28
+ - Updated dependencies
29
+ - Updated dependencies
30
+ - Updated dependencies
31
+ - @ctx-core/fetch-undici@2.1.11
32
+ - @ctx-core/dom@11.1.20
33
+ - @ctx-core/auth0@34.2.26
34
+ - @ctx-core/auth0-management@9.0.62
35
+
36
+ ## 12.2.82
37
+
38
+ ### Patch Changes
39
+
40
+ - @ctx-core/auth0: ^34.2.21 -> ^34.2.22
41
+ - Updated dependencies
42
+ - Updated dependencies
43
+ - Updated dependencies
44
+ - @ctx-core/fetch-undici@2.1.10
45
+ - @ctx-core/auth0-management@9.0.60
46
+ - @ctx-core/jwt@10.1.12
47
+
3
48
  ## 12.2.81
4
49
 
5
50
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.81",
3
+ "version": "12.2.84",
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": "^34.2.21",
28
- "@ctx-core/auth0-management": "^9.0.59",
29
- "@ctx-core/dialog": "^20.0.23",
27
+ "@ctx-core/auth0": "^34.2.28",
28
+ "@ctx-core/auth0-management": "^9.0.63",
29
+ "@ctx-core/dialog": "^20.0.26",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.19",
31
- "@ctx-core/dom": "^11.1.19",
32
- "@ctx-core/error": "^11.4.7",
33
- "@ctx-core/fetch-undici": "^2.1.9",
31
+ "@ctx-core/dom": "^11.1.21",
32
+ "@ctx-core/error": "^11.4.8",
33
+ "@ctx-core/fetch-undici": "^2.1.12",
34
34
  "@ctx-core/function": "^20.8.0",
35
- "@ctx-core/http": "^9.0.30",
36
- "@ctx-core/jwt": "^10.1.11",
35
+ "@ctx-core/http": "^9.0.31",
36
+ "@ctx-core/jwt": "^10.1.12",
37
37
  "@ctx-core/logger": "^9.0.45",
38
- "@ctx-core/object": "^22.1.10",
39
- "@ctx-core/svelte": "^10.1.21",
38
+ "@ctx-core/object": "^22.2.0",
39
+ "@ctx-core/svelte": "^10.1.24",
40
40
  "@swc/cli": "^0.1.57",
41
41
  "@swc/core": "^1.2.189",
42
42
  "auth0-js": "^9.19.0",