@ctx-core/auth0-ui 12.1.11 → 12.1.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,43 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.1.15
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+
9
+ ## 12.1.14
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: error TS6059: \* is not under 'rootDir': package.json: types: ./dist/index.d.ts
14
+ - Updated dependencies
15
+ - @ctx-core/auth0@27.0.9
16
+ - @ctx-core/auth0-management@7.0.9
17
+ - @ctx-core/dialog@17.0.8
18
+ - @ctx-core/dialog-ui-svelte@1.0.9
19
+ - @ctx-core/dom@11.0.48
20
+ - @ctx-core/error@11.1.17
21
+ - @ctx-core/fetch@11.0.101
22
+ - @ctx-core/function@20.2.20
23
+ - @ctx-core/http@9.0.18
24
+ - @ctx-core/jwt@10.0.46
25
+ - @ctx-core/logger@9.0.40
26
+ - @ctx-core/object@22.0.8
27
+ - @ctx-core/store@27.0.55
28
+
29
+ ## 12.1.13
30
+
31
+ ### Patch Changes
32
+
33
+ - fix: Auth0: import { ctx\_ } from '@ctx-core/object'
34
+
35
+ ## 12.1.12
36
+
37
+ ### Patch Changes
38
+
39
+ - fix: dependencies: + @ctx-core/dialog-ui-svelte
40
+
3
41
  ## 12.1.11
4
42
 
5
43
  ### Patch Changes
@@ -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.11",
3
+ "version": "12.1.15",
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": "./src/index.ts",
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.8",
30
- "@ctx-core/auth0-management": "^7.0.8",
31
- "@ctx-core/dialog": "^17.0.7",
32
- "@ctx-core/dom": "^11.0.47",
33
- "@ctx-core/error": "^11.1.16",
34
- "@ctx-core/fetch": "^11.0.100",
35
- "@ctx-core/function": "^20.2.19",
36
- "@ctx-core/http": "^9.0.17",
37
- "@ctx-core/jwt": "^10.0.45",
38
- "@ctx-core/logger": "^9.0.39",
39
- "@ctx-core/object": "^22.0.7",
40
- "@ctx-core/store": "^27.0.54",
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.10",
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,17 +46,16 @@
45
46
  "polka": "next"
46
47
  },
47
48
  "devDependencies": {
48
- "@ctx-core/ctx-core-package-tools": "^8.0.94",
49
- "@ctx-core/dialog-ui-svelte": "^1.0.8",
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",
53
53
  "@types/trouter": "^3.1.0",
54
54
  "rimraf": "^3.0.2",
55
55
  "svelte": "^3.44.3",
56
- "svelte-check": "^2.2.10",
57
- "svelte-preprocess": "^4.10.0",
58
- "svelte2tsx": "^0.4.11",
56
+ "svelte-check": "^2.2.11",
57
+ "svelte-preprocess": "^4.10.1",
58
+ "svelte2tsx": "^0.4.12",
59
59
  "tslib": "^2.3.1",
60
60
  "typescript": "next"
61
61
  },
@@ -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)