@ctx-core/auth0-ui 12.2.98 → 12.2.103

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 +52 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,57 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.103
4
+
5
+ ### Patch Changes
6
+
7
+ - @ctx-core/function: 21.0.0
8
+ - Updated dependencies
9
+ - @ctx-core/auth0@35.0.2
10
+ - @ctx-core/dialog@20.1.9
11
+ - @ctx-core/dom@11.1.26
12
+ - @ctx-core/jwt@10.1.18
13
+ - @ctx-core/object@22.2.6
14
+
15
+ ## 12.2.102
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @ctx-core/function@21.0.0
21
+ - @ctx-core/auth0@35.0.1
22
+ - @ctx-core/dialog@20.1.8
23
+ - @ctx-core/dom@11.1.25
24
+ - @ctx-core/jwt@10.1.17
25
+ - @ctx-core/object@22.2.5
26
+
27
+ ## 12.2.101
28
+
29
+ ### Patch Changes
30
+
31
+ - @ctx-core/auth0: 35.0.0
32
+ - Updated dependencies
33
+ - @ctx-core/auth0-management@9.0.70
34
+
35
+ ## 12.2.100
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies
40
+ - @ctx-core/auth0@35.0.0
41
+ - @ctx-core/auth0-management@9.0.69
42
+
43
+ ## 12.2.99
44
+
45
+ ### Patch Changes
46
+
47
+ - @ctx-core/function: 20.10.0
48
+ - Updated dependencies
49
+ - @ctx-core/auth0@34.4.14
50
+ - @ctx-core/dialog@20.1.7
51
+ - @ctx-core/dom@11.1.24
52
+ - @ctx-core/jwt@10.1.16
53
+ - @ctx-core/object@22.2.4
54
+
3
55
  ## 12.2.98
4
56
 
5
57
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctx-core/auth0-ui",
3
- "version": "12.2.98",
3
+ "version": "12.2.103",
4
4
  "description": "ctx-core auth0 ui component & express endpoints",
5
5
  "keywords": [
6
6
  "ctx-core",
@@ -24,21 +24,21 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@ctx-core/auth0": "^34.4.13",
28
- "@ctx-core/auth0-management": "^9.0.68",
29
- "@ctx-core/dialog": "^20.1.6",
27
+ "@ctx-core/auth0": "^35.0.2",
28
+ "@ctx-core/auth0-management": "^9.0.70",
29
+ "@ctx-core/dialog": "^20.1.9",
30
30
  "@ctx-core/dialog-ui-svelte": "^1.0.20",
31
- "@ctx-core/dom": "^11.1.23",
31
+ "@ctx-core/dom": "^11.1.26",
32
32
  "@ctx-core/error": "^11.5.0",
33
- "@ctx-core/fetch-undici": "^2.3.0",
34
- "@ctx-core/function": "^20.9.1",
33
+ "@ctx-core/fetch-undici": "^2.3.1",
34
+ "@ctx-core/function": "^21.0.0",
35
35
  "@ctx-core/http": "^9.0.31",
36
- "@ctx-core/jwt": "^10.1.15",
36
+ "@ctx-core/jwt": "^10.1.18",
37
37
  "@ctx-core/logger": "^9.0.45",
38
- "@ctx-core/object": "^22.2.3",
38
+ "@ctx-core/object": "^22.2.6",
39
39
  "@ctx-core/svelte": "^12.0.3",
40
40
  "@swc/cli": "^0.1.57",
41
- "@swc/core": "^1.2.218",
41
+ "@swc/core": "^1.2.224",
42
42
  "auth0-js": "^9.19.0",
43
43
  "jsonwebtoken": "^8.5.1",
44
44
  "polka": "next"
@@ -53,7 +53,7 @@
53
53
  "svelte": "^3.49.0",
54
54
  "svelte-check": "^2.8.0",
55
55
  "svelte-preprocess": "^4.10.7",
56
- "svelte2tsx": "^0.5.12",
56
+ "svelte2tsx": "^0.5.13",
57
57
  "tslib": "^2.4.0",
58
58
  "typescript": "next"
59
59
  },