@ctx-core/auth0-ui 12.2.11 → 12.2.15
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.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @ctx-core/auth0-ui
|
|
2
2
|
|
|
3
|
+
## 12.2.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update dependencies
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @ctx-core/auth0-management@9.0.7
|
|
10
|
+
- @ctx-core/fetch-undici@1.1.4
|
|
11
|
+
|
|
12
|
+
## 12.2.14
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies
|
|
17
|
+
- @ctx-core/auth0@31.0.0
|
|
18
|
+
- @ctx-core/auth0-management@9.0.6
|
|
19
|
+
|
|
20
|
+
## 12.2.13
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- update dependencies
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
- @ctx-core/auth0-management@9.0.5
|
|
27
|
+
|
|
28
|
+
## 12.2.12
|
|
29
|
+
|
|
30
|
+
### Patch Changes
|
|
31
|
+
|
|
32
|
+
- update dependencies
|
|
33
|
+
- Updated dependencies
|
|
34
|
+
- @ctx-core/auth0-management@9.0.4
|
|
35
|
+
|
|
3
36
|
## 12.2.11
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
package/COMMIT_EDITMSG
ADDED
|
@@ -8,7 +8,7 @@ const ctx = getContext_auth0_ui_ctx()
|
|
|
8
8
|
const AUTH0_DOMAIN$ = AUTH0_DOMAIN$_(ctx)
|
|
9
9
|
const auth0_token_error$ = auth0_token_error$_(ctx)
|
|
10
10
|
const _ = new Auth0_c(ctx)
|
|
11
|
-
let email_input:HTMLInputElement, error:
|
|
11
|
+
let email_input:HTMLInputElement, error:typeof $auth0_token_error$?.error
|
|
12
12
|
$: error = $auth0_token_error$?.error
|
|
13
13
|
</script>
|
|
14
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/auth0-ui",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.15",
|
|
4
4
|
"description": "ctx-core auth0 ui component & express endpoints",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ctx-core/auth0": "^
|
|
30
|
-
"@ctx-core/auth0-management": "^9.0.
|
|
31
|
-
"@ctx-core/dialog": "^19.0.
|
|
29
|
+
"@ctx-core/auth0": "^31.0.1",
|
|
30
|
+
"@ctx-core/auth0-management": "^9.0.7",
|
|
31
|
+
"@ctx-core/dialog": "^19.0.1",
|
|
32
32
|
"@ctx-core/dialog-ui-svelte": "^1.0.14",
|
|
33
33
|
"@ctx-core/dom": "^11.1.5",
|
|
34
34
|
"@ctx-core/error": "^11.3.0",
|
|
35
|
-
"@ctx-core/fetch-undici": "^1.1.
|
|
35
|
+
"@ctx-core/fetch-undici": "^1.1.4",
|
|
36
36
|
"@ctx-core/function": "^20.4.0",
|
|
37
37
|
"@ctx-core/http": "^9.0.22",
|
|
38
38
|
"@ctx-core/jwt": "^10.0.50",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"@types/trouter": "^3.1.1",
|
|
54
54
|
"rimraf": "^3.0.2",
|
|
55
55
|
"svelte": "^3.46.3",
|
|
56
|
-
"svelte-check": "^2.4.
|
|
56
|
+
"svelte-check": "^2.4.1",
|
|
57
57
|
"svelte-preprocess": "^4.10.2",
|
|
58
|
-
"svelte2tsx": "^0.5.
|
|
58
|
+
"svelte2tsx": "^0.5.1",
|
|
59
59
|
"tslib": "^2.3.1",
|
|
60
60
|
"typescript": "next"
|
|
61
61
|
},
|
|
@@ -8,7 +8,7 @@ const ctx = getContext_auth0_ui_ctx()
|
|
|
8
8
|
const AUTH0_DOMAIN$ = AUTH0_DOMAIN$_(ctx)
|
|
9
9
|
const auth0_token_error$ = auth0_token_error$_(ctx)
|
|
10
10
|
const _ = new Auth0_c(ctx)
|
|
11
|
-
let email_input:HTMLInputElement, error:
|
|
11
|
+
let email_input:HTMLInputElement, error:typeof $auth0_token_error$?.error
|
|
12
12
|
$: error = $auth0_token_error$?.error
|
|
13
13
|
</script>
|
|
14
14
|
|