@ctx-core/auth0-ui 12.1.10 → 12.1.14
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 +51 -0
- package/COMMIT_EDITMSG +2 -0
- package/dist/ui/Auth0.svelte +1 -1
- package/package.json +16 -16
- package/src/ui/Auth0.svelte +1 -1
- package/tsconfig.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,56 @@
|
|
|
1
1
|
# @ctx-core/auth0-ui
|
|
2
2
|
|
|
3
|
+
## 12.1.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix: error TS6059: \* is not under 'rootDir': package.json: types: ./dist/index.d.ts
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @ctx-core/auth0@27.0.9
|
|
10
|
+
- @ctx-core/auth0-management@7.0.9
|
|
11
|
+
- @ctx-core/dialog@17.0.8
|
|
12
|
+
- @ctx-core/dialog-ui-svelte@1.0.9
|
|
13
|
+
- @ctx-core/dom@11.0.48
|
|
14
|
+
- @ctx-core/error@11.1.17
|
|
15
|
+
- @ctx-core/fetch@11.0.101
|
|
16
|
+
- @ctx-core/function@20.2.20
|
|
17
|
+
- @ctx-core/http@9.0.18
|
|
18
|
+
- @ctx-core/jwt@10.0.46
|
|
19
|
+
- @ctx-core/logger@9.0.40
|
|
20
|
+
- @ctx-core/object@22.0.8
|
|
21
|
+
- @ctx-core/store@27.0.55
|
|
22
|
+
|
|
23
|
+
## 12.1.13
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- fix: Auth0: import { ctx\_ } from '@ctx-core/object'
|
|
28
|
+
|
|
29
|
+
## 12.1.12
|
|
30
|
+
|
|
31
|
+
### Patch Changes
|
|
32
|
+
|
|
33
|
+
- fix: dependencies: + @ctx-core/dialog-ui-svelte
|
|
34
|
+
|
|
35
|
+
## 12.1.11
|
|
36
|
+
|
|
37
|
+
### Patch Changes
|
|
38
|
+
|
|
39
|
+
- tsconfig.json: "target": "ES2021"
|
|
40
|
+
- Updated dependencies
|
|
41
|
+
- @ctx-core/auth0@27.0.8
|
|
42
|
+
- @ctx-core/auth0-management@7.0.8
|
|
43
|
+
- @ctx-core/dialog@17.0.7
|
|
44
|
+
- @ctx-core/dom@11.0.47
|
|
45
|
+
- @ctx-core/error@11.1.16
|
|
46
|
+
- @ctx-core/fetch@11.0.100
|
|
47
|
+
- @ctx-core/function@20.2.19
|
|
48
|
+
- @ctx-core/http@9.0.17
|
|
49
|
+
- @ctx-core/jwt@10.0.45
|
|
50
|
+
- @ctx-core/logger@9.0.39
|
|
51
|
+
- @ctx-core/object@22.0.7
|
|
52
|
+
- @ctx-core/store@27.0.54
|
|
53
|
+
|
|
3
54
|
## 12.1.10
|
|
4
55
|
|
|
5
56
|
### Patch Changes
|
package/COMMIT_EDITMSG
ADDED
package/dist/ui/Auth0.svelte
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
auth0_forgot_password_opened$_b, auth0_opened_class$_b, auth0_login_opened$_b, auth0_signup_opened$_b,
|
|
5
5
|
auth0_forgot_password_check_email_opened$_b, auth0_change_password_opened$_b
|
|
6
6
|
} from '@ctx-core/auth0'
|
|
7
|
+
import { ctx_ } from '@ctx-core/object'
|
|
7
8
|
import { auth0_ui_ctx_key } from '../auth0_ui_ctx_key.js'
|
|
8
9
|
import { Auth0_c } from './Auth0_c.js'
|
|
9
10
|
import Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte'
|
|
@@ -12,7 +13,6 @@ import Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Chec
|
|
|
12
13
|
import Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte'
|
|
13
14
|
import Auth0_Login_Form from './Auth0_Login_Form.svelte'
|
|
14
15
|
import Auth0_Signup_Form from './Auth0_Signup_Form.svelte'
|
|
15
|
-
import { ctx_ } from '@ctx-core/object/dist'
|
|
16
16
|
export let ctx = ctx_(), dialog = false
|
|
17
17
|
setContext(auth0_ui_ctx_key, ctx)
|
|
18
18
|
const auth0_change_password_opened$ = auth0_change_password_opened$_b(ctx)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/auth0-ui",
|
|
3
|
-
"version": "12.1.
|
|
3
|
+
"version": "12.1.14",
|
|
4
4
|
"description": "ctx-core auth0 ui component & express endpoints",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "Brian Takita",
|
|
19
19
|
"type": "module",
|
|
20
20
|
"svelte": "./dist/index.js",
|
|
21
|
-
"types": "./
|
|
21
|
+
"types": "./dist/index.d.ts",
|
|
22
22
|
"exports": {
|
|
23
23
|
".": {
|
|
24
24
|
"import": "./dist/index.js"
|
|
@@ -26,18 +26,19 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ctx-core/auth0": "^27.0.
|
|
30
|
-
"@ctx-core/auth0-management": "^7.0.
|
|
31
|
-
"@ctx-core/dialog": "^17.0.
|
|
32
|
-
"@ctx-core/
|
|
33
|
-
"@ctx-core/
|
|
34
|
-
"@ctx-core/
|
|
35
|
-
"@ctx-core/
|
|
36
|
-
"@ctx-core/
|
|
37
|
-
"@ctx-core/
|
|
38
|
-
"@ctx-core/
|
|
39
|
-
"@ctx-core/
|
|
40
|
-
"@ctx-core/
|
|
29
|
+
"@ctx-core/auth0": "^27.0.9",
|
|
30
|
+
"@ctx-core/auth0-management": "^7.0.9",
|
|
31
|
+
"@ctx-core/dialog": "^17.0.8",
|
|
32
|
+
"@ctx-core/dialog-ui-svelte": "^1.0.9",
|
|
33
|
+
"@ctx-core/dom": "^11.0.48",
|
|
34
|
+
"@ctx-core/error": "^11.1.17",
|
|
35
|
+
"@ctx-core/fetch": "^11.0.101",
|
|
36
|
+
"@ctx-core/function": "^20.2.20",
|
|
37
|
+
"@ctx-core/http": "^9.0.18",
|
|
38
|
+
"@ctx-core/jwt": "^10.0.46",
|
|
39
|
+
"@ctx-core/logger": "^9.0.40",
|
|
40
|
+
"@ctx-core/object": "^22.0.8",
|
|
41
|
+
"@ctx-core/store": "^27.0.55",
|
|
41
42
|
"@swc/cli": "^0.1.55",
|
|
42
43
|
"@swc/core": "^1.2.120",
|
|
43
44
|
"auth0-js": "^9.18.0",
|
|
@@ -45,8 +46,7 @@
|
|
|
45
46
|
"polka": "next"
|
|
46
47
|
},
|
|
47
48
|
"devDependencies": {
|
|
48
|
-
"@ctx-core/ctx-core-package-tools": "^8.0.
|
|
49
|
-
"@ctx-core/dialog-ui-svelte": "^1.0.7",
|
|
49
|
+
"@ctx-core/ctx-core-package-tools": "^8.0.95",
|
|
50
50
|
"@sveltejs/adapter-auto": "next",
|
|
51
51
|
"@sveltejs/kit": "next",
|
|
52
52
|
"@types/jsonwebtoken": "^8.5.6",
|
package/src/ui/Auth0.svelte
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
auth0_forgot_password_opened$_b, auth0_opened_class$_b, auth0_login_opened$_b, auth0_signup_opened$_b,
|
|
5
5
|
auth0_forgot_password_check_email_opened$_b, auth0_change_password_opened$_b
|
|
6
6
|
} from '@ctx-core/auth0'
|
|
7
|
+
import { ctx_ } from '@ctx-core/object'
|
|
7
8
|
import { auth0_ui_ctx_key } from '../auth0_ui_ctx_key.js'
|
|
8
9
|
import { Auth0_c } from './Auth0_c.js'
|
|
9
10
|
import Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte'
|
|
@@ -12,7 +13,6 @@ import Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Chec
|
|
|
12
13
|
import Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte'
|
|
13
14
|
import Auth0_Login_Form from './Auth0_Login_Form.svelte'
|
|
14
15
|
import Auth0_Signup_Form from './Auth0_Signup_Form.svelte'
|
|
15
|
-
import { ctx_ } from '@ctx-core/object/dist'
|
|
16
16
|
export let ctx = ctx_(), dialog = false
|
|
17
17
|
setContext(auth0_ui_ctx_key, ctx)
|
|
18
18
|
const auth0_change_password_opened$ = auth0_change_password_opened$_b(ctx)
|