@ctx-core/auth0-ui 12.1.25 → 12.2.0

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,49 @@
1
1
  # @ctx-core/auth0-ui
2
2
 
3
+ ## 12.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - @ctx-core/fetch-undici instead of @ctx-core/fetch
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @ctx-core/auth0@28.1.0
13
+ - @ctx-core/auth0-management@7.1.0
14
+
15
+ ## 12.1.28
16
+
17
+ ### Patch Changes
18
+
19
+ - update dependencies
20
+ - Updated dependencies
21
+ - @ctx-core/auth0-management@7.0.22
22
+ - @ctx-core/fetch@11.0.113
23
+
24
+ ## 12.1.27
25
+
26
+ ### Patch Changes
27
+
28
+ - update dependencies
29
+ - Updated dependencies
30
+ - @ctx-core/auth0@28.0.21
31
+ - @ctx-core/auth0-management@7.0.21
32
+ - @ctx-core/dialog@18.0.14
33
+ - @ctx-core/fetch@11.0.112
34
+
35
+ ## 12.1.26
36
+
37
+ ### Patch Changes
38
+
39
+ - 738370415: @types/jsonwebtoken: ^8.5.6 -> ^8.5.7
40
+ - 738370415: svelte: ^3.45.0 -> ^3.46.1
41
+ - Updated dependencies [738370415]
42
+ - @ctx-core/auth0@28.0.19
43
+ - @ctx-core/auth0-management@7.0.20
44
+ - @ctx-core/dialog-ui-svelte@1.0.14
45
+ - @ctx-core/svelte@10.1.6
46
+
3
47
  ## 12.1.25
4
48
 
5
49
  ### Patch Changes
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.25",
3
+ "version": "12.2.0",
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.18",
30
- "@ctx-core/auth0-management": "^7.0.19",
31
- "@ctx-core/dialog": "^18.0.12",
32
- "@ctx-core/dialog-ui-svelte": "^1.0.13",
29
+ "@ctx-core/auth0": "^28.1.0",
30
+ "@ctx-core/auth0-management": "^7.1.0",
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.111",
36
- "@ctx-core/function": "^20.2.25",
35
+ "@ctx-core/fetch-undici": "^1.0.0",
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.12",
41
- "@ctx-core/svelte": "^10.1.5",
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.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
  },
package/COMMIT_EDITMSG DELETED
@@ -1,2 +0,0 @@
1
-
2
-