@ctx-core/auth0-ui 10.0.116 → 10.0.121

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,63 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 10.0.121
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: import 'ui/index.js' in 'index.js'
8
+ - components: export \* as
9
+
10
+ ## 10.0.120
11
+
12
+ ### Patch Changes
13
+
14
+ - update dependencies
15
+ - Updated dependencies [undefined]
16
+ - @ctx-core/auth0@25.0.101
17
+ - @ctx-core/fetch@11.0.79
18
+
19
+ ## 10.0.119
20
+
21
+ ### Patch Changes
22
+
23
+ - svelte: 3.44.0 -> 3.44.1
24
+ - Updated dependencies [undefined]
25
+ - @ctx-core/auth0@25.0.100
26
+ - @ctx-core/auth0-management@6.0.98
27
+ - @ctx-core/dialog@15.0.77
28
+ - @ctx-core/store@27.0.35
29
+
30
+ ## 10.0.118
31
+
32
+ ### Patch Changes
33
+
34
+ - typescript: ^4.4.3 -> ^4.4.4
35
+ - svelte: 3.43.1 -> 3.44.0
36
+ - Updated dependencies [undefined]
37
+ - Updated dependencies [undefined]
38
+ - Updated dependencies [undefined]
39
+ - Updated dependencies [undefined]
40
+ - Updated dependencies [undefined]
41
+ - @ctx-core/auth0@25.0.99
42
+ - @ctx-core/auth0-management@6.0.97
43
+ - @ctx-core/dialog@15.0.76
44
+ - @ctx-core/dom@11.0.28
45
+ - @ctx-core/error@11.0.17
46
+ - @ctx-core/fetch@11.0.77
47
+ - @ctx-core/jwt@10.0.25
48
+ - @ctx-core/object@21.0.21
49
+ - @ctx-core/store@27.0.34
50
+
51
+ ## 10.0.117
52
+
53
+ ### Patch Changes
54
+
55
+ - update dependencies
56
+ - Updated dependencies [undefined]
57
+ - @ctx-core/dialog@15.0.75
58
+ - @ctx-core/dom@11.0.27
59
+ - @ctx-core/fetch@11.0.76
60
+
3
61
  ## 10.0.116
4
62
 
5
63
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from './auth0_ui_ctx_key.js';
3
3
  export * from './auth_script_html_.js';
4
4
  export * from './getContext_auth0_ui_ctx.js';
5
5
  export * from './node/index.js';
6
+ export * from './ui/index.js';
package/dist/index.js CHANGED
@@ -3,4 +3,5 @@ export * from './auth0_ui_ctx_key.js';
3
3
  export * from './auth_script_html_.js';
4
4
  export * from './getContext_auth0_ui_ctx.js';
5
5
  export * from './node/index.js';
6
+ export * from './ui/index.js';
6
7
  //# sourceMappingURL=index.js.map
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"}
@@ -1,10 +1,9 @@
1
1
  import 'svelte';
2
- import Auth0 from './Auth0.svelte';
3
- import Auth0_Dialog_Close from './Auth0_Dialog_Close.svelte';
4
- import Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte';
5
- import Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Check_Email_Form.svelte';
6
- import Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte';
7
- import Auth0_Login_Form from './Auth0_Login_Form.svelte';
8
- import Auth0_Signup_Form from './Auth0_Signup_Form.svelte';
9
- import Auth0_Loggedin_If from './Auth0_Loggedin_If.svelte';
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
- import Auth0 from './Auth0.svelte';
3
- import Auth0_Dialog_Close from './Auth0_Dialog_Close.svelte';
4
- import Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte';
5
- import Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Check_Email_Form.svelte';
6
- import Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte';
7
- import Auth0_Login_Form from './Auth0_Login_Form.svelte';
8
- import Auth0_Signup_Form from './Auth0_Signup_Form.svelte';
9
- import Auth0_Loggedin_If from './Auth0_Loggedin_If.svelte';
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
@@ -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;AAClC,OAAO,kBAAkB,MAAM,6BAA6B,CAAA;AAC5D,OAAO,0BAA0B,MAAM,qCAAqC,CAAA;AAC5E,OAAO,sCAAsC,MAAM,iDAAiD,CAAA;AACpG,OAAO,0BAA0B,MAAM,qCAAqC,CAAA;AAC5E,OAAO,gBAAgB,MAAM,2BAA2B,CAAA;AACxD,OAAO,iBAAiB,MAAM,4BAA4B,CAAA;AAC1D,OAAO,iBAAiB,MAAM,4BAA4B,CAAA;AAC1D,OAAO,EACN,KAAK,EAAE,kBAAkB,EAAE,0BAA0B,EAAE,sCAAsC,EAC7F,0BAA0B,EAAE,gBAAgB,EAAE,iBAAiB,EAAE,iBAAiB,EAClF,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.116",
3
+ "version": "10.0.121",
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.97",
33
- "@ctx-core/auth0-management": "^6.0.95",
34
- "@ctx-core/dialog": "^15.0.74",
35
- "@ctx-core/dom": "^11.0.26",
36
- "@ctx-core/error": "^11.0.16",
37
- "@ctx-core/fetch": "^11.0.75",
38
- "@ctx-core/jwt": "^10.0.24",
39
- "@ctx-core/object": "^21.0.20",
40
- "@ctx-core/store": "^27.0.33",
32
+ "@ctx-core/auth0": "^25.0.101",
33
+ "@ctx-core/auth0-management": "^6.0.99",
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.1"
43
+ "svelte": "3.44.1"
44
44
  },
45
45
  "devDependencies": {
46
- "@ctx-core/ctx-core-package-tools": "^8.0.74",
47
- "@ctx-core/dev-tools": "^7.1.3",
48
- "@ctx-core/function": "^20.2.1",
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.3"
50
+ "typescript": "^4.4.4"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public",
package/src/index.ts CHANGED
@@ -3,3 +3,4 @@ export * from './auth0_ui_ctx_key.js'
3
3
  export * from './auth_script_html_.js'
4
4
  export * from './getContext_auth0_ui_ctx.js'
5
5
  export * from './node/index.js'
6
+ export * from './ui/index.js'
package/src/ui/index.ts CHANGED
@@ -1,13 +1,9 @@
1
1
  import 'svelte'
2
- import Auth0 from './Auth0.svelte'
3
- import Auth0_Dialog_Close from './Auth0_Dialog_Close.svelte'
4
- import Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte'
5
- import Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Check_Email_Form.svelte'
6
- import Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte'
7
- import Auth0_Login_Form from './Auth0_Login_Form.svelte'
8
- import Auth0_Signup_Form from './Auth0_Signup_Form.svelte'
9
- import Auth0_Loggedin_If from './Auth0_Loggedin_If.svelte'
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'