@ctx-core/auth0-ui 10.0.117 → 10.0.122
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 +56 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/ui/index.d.ts +8 -9
- package/dist/ui/index.js +8 -9
- package/dist/ui/index.js.map +1 -1
- package/package.json +15 -15
- package/src/index.ts +1 -0
- package/src/ui/index.ts +8 -12
- package/COMMIT_EDITMSG +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
1
|
# @ctx-core/auth0-ui
|
|
2
2
|
|
|
3
|
+
## 10.0.122
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- update dependencies
|
|
8
|
+
- Updated dependencies [undefined]
|
|
9
|
+
- @ctx-core/auth0-management@6.0.100
|
|
10
|
+
|
|
11
|
+
## 10.0.121
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- fix: import 'ui/index.js' in 'index.js'
|
|
16
|
+
- components: export \* as
|
|
17
|
+
|
|
18
|
+
## 10.0.120
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- update dependencies
|
|
23
|
+
- Updated dependencies [undefined]
|
|
24
|
+
- @ctx-core/auth0@25.0.101
|
|
25
|
+
- @ctx-core/fetch@11.0.79
|
|
26
|
+
|
|
27
|
+
## 10.0.119
|
|
28
|
+
|
|
29
|
+
### Patch Changes
|
|
30
|
+
|
|
31
|
+
- svelte: 3.44.0 -> 3.44.1
|
|
32
|
+
- Updated dependencies [undefined]
|
|
33
|
+
- @ctx-core/auth0@25.0.100
|
|
34
|
+
- @ctx-core/auth0-management@6.0.98
|
|
35
|
+
- @ctx-core/dialog@15.0.77
|
|
36
|
+
- @ctx-core/store@27.0.35
|
|
37
|
+
|
|
38
|
+
## 10.0.118
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- typescript: ^4.4.3 -> ^4.4.4
|
|
43
|
+
- svelte: 3.43.1 -> 3.44.0
|
|
44
|
+
- Updated dependencies [undefined]
|
|
45
|
+
- Updated dependencies [undefined]
|
|
46
|
+
- Updated dependencies [undefined]
|
|
47
|
+
- Updated dependencies [undefined]
|
|
48
|
+
- Updated dependencies [undefined]
|
|
49
|
+
- @ctx-core/auth0@25.0.99
|
|
50
|
+
- @ctx-core/auth0-management@6.0.97
|
|
51
|
+
- @ctx-core/dialog@15.0.76
|
|
52
|
+
- @ctx-core/dom@11.0.28
|
|
53
|
+
- @ctx-core/error@11.0.17
|
|
54
|
+
- @ctx-core/fetch@11.0.77
|
|
55
|
+
- @ctx-core/jwt@10.0.25
|
|
56
|
+
- @ctx-core/object@21.0.21
|
|
57
|
+
- @ctx-core/store@27.0.34
|
|
58
|
+
|
|
3
59
|
## 10.0.117
|
|
4
60
|
|
|
5
61
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iBAAiB,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,uBAAuB,CAAA;AACrC,cAAc,wBAAwB,CAAA;AACtC,cAAc,8BAA8B,CAAA;AAC5C,cAAc,iBAAiB,CAAA;AAC/B,cAAc,eAAe,CAAA"}
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import 'svelte';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export { Auth0, Auth0_Dialog_Close, Auth0_Change_Password_Form, Auth0_Forgot_Password_Check_Email_Form, Auth0_Forgot_Password_Form, Auth0_Login_Form, Auth0_Signup_Form, Auth0_Loggedin_If };
|
|
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';
|
|
9
|
+
export * as Auth0_Loggedin_If from './Auth0_Loggedin_If.svelte';
|
package/dist/ui/index.js
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
import 'svelte';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export { Auth0, Auth0_Dialog_Close, Auth0_Change_Password_Form, Auth0_Forgot_Password_Check_Email_Form, Auth0_Forgot_Password_Form, Auth0_Login_Form, Auth0_Signup_Form, Auth0_Loggedin_If };
|
|
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';
|
|
9
|
+
export * as Auth0_Loggedin_If from './Auth0_Loggedin_If.svelte';
|
|
11
10
|
//# sourceMappingURL=index.js.map
|
package/dist/ui/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,CAAA;AACf,OAAO,KAAK,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/ui/index.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,CAAA;AACf,OAAO,KAAK,KAAK,MAAM,gBAAgB,CAAA;AACvC,OAAO,KAAK,kBAAkB,MAAM,6BAA6B,CAAA;AACjE,OAAO,KAAK,0BAA0B,MAAM,qCAAqC,CAAA;AACjF,OAAO,KAAK,sCAAsC,MAAM,iDAAiD,CAAA;AACzG,OAAO,KAAK,0BAA0B,MAAM,qCAAqC,CAAA;AACjF,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAA;AAC7D,OAAO,KAAK,iBAAiB,MAAM,4BAA4B,CAAA;AAC/D,OAAO,KAAK,iBAAiB,MAAM,4BAA4B,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ctx-core/auth0-ui",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.122",
|
|
4
4
|
"description": "ctx-core auth0 ui component & express endpoints",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ctx-core",
|
|
@@ -29,25 +29,25 @@
|
|
|
29
29
|
},
|
|
30
30
|
"browser": "./dist/index.browser.js",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@ctx-core/auth0": "^25.0.
|
|
33
|
-
"@ctx-core/auth0-management": "^6.0.
|
|
34
|
-
"@ctx-core/dialog": "^15.0.
|
|
35
|
-
"@ctx-core/dom": "^11.0.
|
|
36
|
-
"@ctx-core/error": "^11.0.
|
|
37
|
-
"@ctx-core/fetch": "^11.0.
|
|
38
|
-
"@ctx-core/jwt": "^10.0.
|
|
39
|
-
"@ctx-core/object": "^21.0.
|
|
40
|
-
"@ctx-core/store": "^27.0.
|
|
32
|
+
"@ctx-core/auth0": "^25.0.102",
|
|
33
|
+
"@ctx-core/auth0-management": "^6.0.100",
|
|
34
|
+
"@ctx-core/dialog": "^15.0.77",
|
|
35
|
+
"@ctx-core/dom": "^11.0.29",
|
|
36
|
+
"@ctx-core/error": "^11.0.17",
|
|
37
|
+
"@ctx-core/fetch": "^11.0.79",
|
|
38
|
+
"@ctx-core/jwt": "^10.0.26",
|
|
39
|
+
"@ctx-core/object": "^21.0.21",
|
|
40
|
+
"@ctx-core/store": "^27.0.35",
|
|
41
41
|
"esm": "^3.2.25",
|
|
42
42
|
"jsonwebtoken": "^8.5.1",
|
|
43
|
-
"svelte": "3.
|
|
43
|
+
"svelte": "3.44.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@ctx-core/ctx-core-package-tools": "^8.0.
|
|
47
|
-
"@ctx-core/dev-tools": "^7.1.
|
|
48
|
-
"@ctx-core/function": "^20.2.
|
|
46
|
+
"@ctx-core/ctx-core-package-tools": "^8.0.77",
|
|
47
|
+
"@ctx-core/dev-tools": "^7.1.4",
|
|
48
|
+
"@ctx-core/function": "^20.2.2",
|
|
49
49
|
"@types/jsonwebtoken": "^8.5.5",
|
|
50
|
-
"typescript": "^4.4.
|
|
50
|
+
"typescript": "^4.4.4"
|
|
51
51
|
},
|
|
52
52
|
"publishConfig": {
|
|
53
53
|
"access": "public",
|
package/src/index.ts
CHANGED
package/src/ui/index.ts
CHANGED
|
@@ -1,13 +1,9 @@
|
|
|
1
1
|
import 'svelte'
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export {
|
|
11
|
-
Auth0, Auth0_Dialog_Close, Auth0_Change_Password_Form, Auth0_Forgot_Password_Check_Email_Form,
|
|
12
|
-
Auth0_Forgot_Password_Form, Auth0_Login_Form, Auth0_Signup_Form, Auth0_Loggedin_If
|
|
13
|
-
}
|
|
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'
|
|
9
|
+
export * as Auth0_Loggedin_If from './Auth0_Loggedin_If.svelte'
|
package/COMMIT_EDITMSG
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|