@ctx-core/auth0-ui 12.1.24 → 12.1.28

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,46 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.1.28
4
+
5
+ ### Patch Changes
6
+
7
+ - update dependencies
8
+ - Updated dependencies
9
+ - @ctx-core/auth0-management@7.0.22
10
+ - @ctx-core/fetch@11.0.113
11
+
12
+ ## 12.1.27
13
+
14
+ ### Patch Changes
15
+
16
+ - update dependencies
17
+ - Updated dependencies
18
+ - @ctx-core/auth0@28.0.21
19
+ - @ctx-core/auth0-management@7.0.21
20
+ - @ctx-core/dialog@18.0.14
21
+ - @ctx-core/fetch@11.0.112
22
+
23
+ ## 12.1.26
24
+
25
+ ### Patch Changes
26
+
27
+ - 738370415: @types/jsonwebtoken: ^8.5.6 -> ^8.5.7
28
+ - 738370415: svelte: ^3.45.0 -> ^3.46.1
29
+ - Updated dependencies [738370415]
30
+ - @ctx-core/auth0@28.0.19
31
+ - @ctx-core/auth0-management@7.0.20
32
+ - @ctx-core/dialog-ui-svelte@1.0.14
33
+ - @ctx-core/svelte@10.1.6
34
+
35
+ ## 12.1.25
36
+
37
+ ### Patch Changes
38
+
39
+ - update dependencies
40
+ - Updated dependencies
41
+ - @ctx-core/auth0-management@7.0.19
42
+ - @ctx-core/fetch@11.0.111
43
+
3
44
  ## 12.1.24
4
45
 
5
46
  ### Patch Changes
package/COMMIT_EDITMSG ADDED
@@ -0,0 +1,2 @@
1
+
2
+
package/lib/ui/index.js CHANGED
@@ -1,17 +1,10 @@
1
1
  import 'svelte';
2
- import * as _Auth0 from './Auth0.svelte';
3
- import * as _Auth0_Dialog_Close from './Auth0_Dialog_Close.svelte';
4
- import * as _Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte';
5
- import * as _Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Check_Email_Form.svelte';
6
- import * as _Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte';
7
- import * as _Auth0_Login_Form from './Auth0_Login_Form.svelte';
8
- import * as _Auth0_Signup_Form from './Auth0_Signup_Form.svelte';
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
@@ -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;YACHA,MAAK,MAAM,CAAgB;YAC3BC,mBAAkB,MAAM,CAA6B;YACrDC,2BAA0B,MAAM,CAAqC;YACrEC,uCAAsC,MAAM,CAAiD;YAC7FC,2BAA0B,MAAM,CAAqC;YACrEC,iBAAgB,MAAM,CAA2B;YACjDC,kBAAiB,MAAM,CAA4B;SANnDN,MAAK,IAALA,KAAK;SACLC,mBAAkB,IAAlBA,kBAAkB;SAClBC,2BAA0B,IAA1BA,0BAA0B;SAC1BC,uCAAsC,IAAtCA,sCAAsC;SACtCC,2BAA0B,IAA1BA,0BAA0B;SAC1BC,iBAAgB,IAAhBA,gBAAgB;SAChBC,kBAAiB,IAAjBA,iBAAiB"}
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.24",
3
+ "version": "12.1.28",
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.0.17",
30
- "@ctx-core/auth0-management": "^7.0.18",
31
- "@ctx-core/dialog": "^18.0.11",
32
- "@ctx-core/dialog-ui-svelte": "^1.0.13",
29
+ "@ctx-core/auth0": "^28.0.23",
30
+ "@ctx-core/auth0-management": "^7.0.22",
31
+ "@ctx-core/dialog": "^18.0.16",
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": "^11.0.110",
36
- "@ctx-core/function": "^20.2.25",
35
+ "@ctx-core/fetch": "^11.0.113",
36
+ "@ctx-core/function": "^20.3.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
40
  "@ctx-core/object": "^22.0.12",
41
- "@ctx-core/svelte": "^10.1.5",
41
+ "@ctx-core/svelte": "^10.1.7",
42
42
  "@swc/cli": "^0.1.55",
43
- "@swc/core": "^1.2.128",
44
- "auth0-js": "^9.18.0",
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.6",
51
+ "@types/jsonwebtoken": "^8.5.8",
52
52
  "@types/trouter": "^3.1.1",
53
53
  "rimraf": "^3.0.2",
54
- "svelte": "^3.45.0",
55
- "svelte-check": "^2.2.12",
56
- "svelte-preprocess": "^4.10.1",
57
- "svelte2tsx": "^0.4.13",
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
  },