@ctx-core/auth0-ui 12.1.26 → 12.2.1
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 +40 -0
- package/lib/ui/index.js +7 -14
- package/lib/ui/index.js.map +1 -1
- package/package.json +15 -15
- package/COMMIT_EDITMSG +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# @ctx-core/auth0-ui
|
|
2
2
|
|
|
3
|
+
## 12.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update dependencies
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @ctx-core/auth0-management@7.1.3
|
|
10
|
+
|
|
11
|
+
## 12.2.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- @ctx-core/fetch-undici instead of @ctx-core/fetch
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- Updated dependencies
|
|
20
|
+
- @ctx-core/auth0@28.1.0
|
|
21
|
+
- @ctx-core/auth0-management@7.1.0
|
|
22
|
+
|
|
23
|
+
## 12.1.28
|
|
24
|
+
|
|
25
|
+
### Patch Changes
|
|
26
|
+
|
|
27
|
+
- update dependencies
|
|
28
|
+
- Updated dependencies
|
|
29
|
+
- @ctx-core/auth0-management@7.0.22
|
|
30
|
+
- @ctx-core/fetch@11.0.113
|
|
31
|
+
|
|
32
|
+
## 12.1.27
|
|
33
|
+
|
|
34
|
+
### Patch Changes
|
|
35
|
+
|
|
36
|
+
- update dependencies
|
|
37
|
+
- Updated dependencies
|
|
38
|
+
- @ctx-core/auth0@28.0.21
|
|
39
|
+
- @ctx-core/auth0-management@7.0.21
|
|
40
|
+
- @ctx-core/dialog@18.0.14
|
|
41
|
+
- @ctx-core/fetch@11.0.112
|
|
42
|
+
|
|
3
43
|
## 12.1.26
|
|
4
44
|
|
|
5
45
|
### Patch Changes
|
package/lib/ui/index.js
CHANGED
|
@@ -1,17 +1,10 @@
|
|
|
1
1
|
import 'svelte';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
export { _Auth0 as Auth0 };
|
|
10
|
-
export { _Auth0_Dialog_Close as Auth0_Dialog_Close };
|
|
11
|
-
export { _Auth0_Change_Password_Form as Auth0_Change_Password_Form };
|
|
12
|
-
export { _Auth0_Forgot_Password_Check_Email_Form as Auth0_Forgot_Password_Check_Email_Form };
|
|
13
|
-
export { _Auth0_Forgot_Password_Form as Auth0_Forgot_Password_Form };
|
|
14
|
-
export { _Auth0_Login_Form as Auth0_Login_Form };
|
|
15
|
-
export { _Auth0_Signup_Form as Auth0_Signup_Form };
|
|
2
|
+
export * as Auth0 from './Auth0.svelte';
|
|
3
|
+
export * as Auth0_Dialog_Close from './Auth0_Dialog_Close.svelte';
|
|
4
|
+
export * as Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte';
|
|
5
|
+
export * as Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Check_Email_Form.svelte';
|
|
6
|
+
export * as Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte';
|
|
7
|
+
export * as Auth0_Login_Form from './Auth0_Login_Form.svelte';
|
|
8
|
+
export * as Auth0_Signup_Form from './Auth0_Signup_Form.svelte';
|
|
16
9
|
|
|
17
10
|
//# sourceMappingURL=index.js.map
|
package/lib/ui/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/ui/index.ts"],"sourcesContent":["import 'svelte'\nexport * as Auth0 from './Auth0.svelte'\nexport * as Auth0_Dialog_Close from './Auth0_Dialog_Close.svelte'\nexport * as Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte'\nexport * as Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Check_Email_Form.svelte'\nexport * as Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte'\nexport * as Auth0_Login_Form from './Auth0_Login_Form.svelte'\nexport * as Auth0_Signup_Form from './Auth0_Signup_Form.svelte'\n"],"names":["Auth0","Auth0_Dialog_Close","Auth0_Change_Password_Form","Auth0_Forgot_Password_Check_Email_Form","Auth0_Forgot_Password_Form","Auth0_Login_Form","Auth0_Signup_Form"],"mappings":"AAAA,MAAM,CAAC,CAAQ;
|
|
1
|
+
{"version":3,"sources":["../../src/ui/index.ts"],"sourcesContent":["import 'svelte'\nexport * as Auth0 from './Auth0.svelte'\nexport * as Auth0_Dialog_Close from './Auth0_Dialog_Close.svelte'\nexport * as Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte'\nexport * as Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Check_Email_Form.svelte'\nexport * as Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte'\nexport * as Auth0_Login_Form from './Auth0_Login_Form.svelte'\nexport * as Auth0_Signup_Form from './Auth0_Signup_Form.svelte'\n"],"names":["Auth0","Auth0_Dialog_Close","Auth0_Change_Password_Form","Auth0_Forgot_Password_Check_Email_Form","Auth0_Forgot_Password_Form","Auth0_Login_Form","Auth0_Signup_Form"],"mappings":"AAAA,MAAM,CAAC,CAAQ;AACf,MAAM,MAAMA,KAAK,MAAM,CAAgB;AACvC,MAAM,MAAMC,kBAAkB,MAAM,CAA6B;AACjE,MAAM,MAAMC,0BAA0B,MAAM,CAAqC;AACjF,MAAM,MAAMC,sCAAsC,MAAM,CAAiD;AACzG,MAAM,MAAMC,0BAA0B,MAAM,CAAqC;AACjF,MAAM,MAAMC,gBAAgB,MAAM,CAA2B;AAC7D,MAAM,MAAMC,iBAAiB,MAAM,CAA4B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/auth0-ui",
|
|
3
|
-
"version": "12.1
|
|
3
|
+
"version": "12.2.1",
|
|
4
4
|
"description": "ctx-core auth0 ui component & express endpoints",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -26,35 +26,35 @@
|
|
|
26
26
|
"./package.json": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@ctx-core/auth0": "^28.
|
|
30
|
-
"@ctx-core/auth0-management": "^7.
|
|
31
|
-
"@ctx-core/dialog": "^18.0.
|
|
29
|
+
"@ctx-core/auth0": "^28.1.1",
|
|
30
|
+
"@ctx-core/auth0-management": "^7.1.3",
|
|
31
|
+
"@ctx-core/dialog": "^18.0.16",
|
|
32
32
|
"@ctx-core/dialog-ui-svelte": "^1.0.14",
|
|
33
33
|
"@ctx-core/dom": "^11.1.5",
|
|
34
34
|
"@ctx-core/error": "^11.1.23",
|
|
35
|
-
"@ctx-core/fetch": "^
|
|
36
|
-
"@ctx-core/function": "^20.
|
|
35
|
+
"@ctx-core/fetch-undici": "^1.0.2",
|
|
36
|
+
"@ctx-core/function": "^20.4.0",
|
|
37
37
|
"@ctx-core/http": "^9.0.22",
|
|
38
38
|
"@ctx-core/jwt": "^10.0.50",
|
|
39
39
|
"@ctx-core/logger": "^9.0.44",
|
|
40
|
-
"@ctx-core/object": "^22.0.
|
|
41
|
-
"@ctx-core/svelte": "^10.1.
|
|
40
|
+
"@ctx-core/object": "^22.0.13",
|
|
41
|
+
"@ctx-core/svelte": "^10.1.7",
|
|
42
42
|
"@swc/cli": "^0.1.55",
|
|
43
|
-
"@swc/core": "^1.2.
|
|
44
|
-
"auth0-js": "^9.18.
|
|
43
|
+
"@swc/core": "^1.2.133",
|
|
44
|
+
"auth0-js": "^9.18.1",
|
|
45
45
|
"jsonwebtoken": "^8.5.1",
|
|
46
46
|
"polka": "next"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@sveltejs/adapter-auto": "next",
|
|
50
50
|
"@sveltejs/kit": "next",
|
|
51
|
-
"@types/jsonwebtoken": "^8.5.
|
|
51
|
+
"@types/jsonwebtoken": "^8.5.8",
|
|
52
52
|
"@types/trouter": "^3.1.1",
|
|
53
53
|
"rimraf": "^3.0.2",
|
|
54
|
-
"svelte": "^3.46.
|
|
55
|
-
"svelte-check": "^2.
|
|
56
|
-
"svelte-preprocess": "^4.10.
|
|
57
|
-
"svelte2tsx": "^0.4.
|
|
54
|
+
"svelte": "^3.46.2",
|
|
55
|
+
"svelte-check": "^2.3.0",
|
|
56
|
+
"svelte-preprocess": "^4.10.2",
|
|
57
|
+
"svelte2tsx": "^0.4.14",
|
|
58
58
|
"tslib": "^2.3.1",
|
|
59
59
|
"typescript": "next"
|
|
60
60
|
},
|
package/COMMIT_EDITMSG
DELETED