@intlify/core-base 9.3.0-beta.17 → 9.3.0-beta.18

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.
Files changed (54) hide show
  1. package/dist/core-base.cjs +1527 -1527
  2. package/dist/core-base.esm-browser.js +3000 -2995
  3. package/dist/core-base.esm-browser.prod.js +2 -2
  4. package/dist/core-base.global.js +3000 -2995
  5. package/dist/core-base.global.prod.js +2 -2
  6. package/dist/core-base.mjs +1538 -1538
  7. package/dist/core-base.prod.cjs +1288 -1288
  8. package/dist/e2e/bridge/basic.spec.d.ts +1 -1
  9. package/dist/e2e/bridge/component.spec.d.ts +1 -1
  10. package/dist/e2e/bridge/components/datetime-format.spec.d.ts +1 -1
  11. package/dist/e2e/bridge/components/number-format.spec.d.ts +1 -1
  12. package/dist/e2e/bridge/components/translation.spec.d.ts +1 -1
  13. package/dist/e2e/bridge/plural.spec.d.ts +1 -1
  14. package/dist/e2e/bridge/scope/global.spec.d.ts +1 -1
  15. package/dist/e2e/bridge/scope/inherit-locale.spec.d.ts +1 -1
  16. package/dist/e2e/bridge/scope/local.spec.d.ts +1 -1
  17. package/dist/e2e/components/datetime-format.spec.d.ts +1 -1
  18. package/dist/e2e/components/number-format.spec.d.ts +1 -1
  19. package/dist/e2e/components/translation.spec.d.ts +1 -1
  20. package/dist/e2e/composition.spec.d.ts +1 -1
  21. package/dist/e2e/datetime.spec.d.ts +1 -1
  22. package/dist/e2e/directive/basic.spec.d.ts +1 -1
  23. package/dist/e2e/directive/object.spec.d.ts +1 -1
  24. package/dist/e2e/directive/plural.spec.d.ts +1 -1
  25. package/dist/e2e/directive/preserve.spec.d.ts +1 -1
  26. package/dist/e2e/fallback/basic.spec.d.ts +1 -1
  27. package/dist/e2e/fallback/component.spec.d.ts +1 -1
  28. package/dist/e2e/fallback/default-format.spec.d.ts +1 -1
  29. package/dist/e2e/fallback/format.spec.d.ts +1 -1
  30. package/dist/e2e/fallback/option.spec.d.ts +1 -1
  31. package/dist/e2e/fallback/suppress.spec.d.ts +1 -1
  32. package/dist/e2e/formatting/linked.spec.d.ts +1 -1
  33. package/dist/e2e/formatting/list.spec.d.ts +1 -1
  34. package/dist/e2e/formatting/literal.spec.d.ts +1 -1
  35. package/dist/e2e/formatting/named.spec.d.ts +1 -1
  36. package/dist/e2e/formatting/ruby.spec.d.ts +1 -1
  37. package/dist/e2e/functions/linked.spec.d.ts +1 -1
  38. package/dist/e2e/functions/list.spec.d.ts +1 -1
  39. package/dist/e2e/functions/named.spec.d.ts +1 -1
  40. package/dist/e2e/functions/plural.spec.d.ts +1 -1
  41. package/dist/e2e/helper.d.ts +8 -8
  42. package/dist/e2e/missing/handler.spec.d.ts +1 -1
  43. package/dist/e2e/missing/option.spec.d.ts +1 -1
  44. package/dist/e2e/missing/suppress.spec.d.ts +1 -1
  45. package/dist/e2e/number.spec.d.ts +1 -1
  46. package/dist/e2e/plural/basic.spec.d.ts +1 -1
  47. package/dist/e2e/plural/custom.spec.d.ts +1 -1
  48. package/dist/e2e/scope/global.spec.d.ts +1 -1
  49. package/dist/e2e/scope/inherit-locale.spec.d.ts +1 -1
  50. package/dist/e2e/scope/local.spec.d.ts +1 -1
  51. package/dist/e2e/started.spec.d.ts +1 -1
  52. package/dist/scripts/vitest.globalSetup.d.ts +1 -1
  53. package/dist/scripts/vitest.setup.d.ts +1 -1
  54. package/package.json +6 -6
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=component.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=datetime-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=number-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=translation.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=plural.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=global.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=inherit-locale.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=local.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=datetime-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=number-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=translation.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=composition.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=datetime.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=object.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=plural.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=preserve.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=component.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=default-format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=format.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=option.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=suppress.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=linked.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=list.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=literal.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=named.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=ruby.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=linked.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=list.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=named.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=plural.spec.d.ts.map
@@ -1,9 +1,9 @@
1
- import type { Page } from 'playwright';
2
- export declare function sleep(delay: number): Promise<unknown>;
3
- export declare function getText(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<string>;
4
- export declare function getData(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<any>;
5
- export declare function assetLocaleHead(page: Page, headSelector: string): Promise<void>;
6
- export declare function getDom(html: string): Document;
7
- export declare function getDataFromDom(dom: Document, selector: string): any;
8
- export declare function assertLocaleHeadWithDom(dom: Document, headSelector: string): Promise<void>;
1
+ import type { Page } from 'playwright';
2
+ export declare function sleep(delay: number): Promise<unknown>;
3
+ export declare function getText(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<string>;
4
+ export declare function getData(page: Page, selector: string, options?: Parameters<Page['locator']>[1]): Promise<any>;
5
+ export declare function assetLocaleHead(page: Page, headSelector: string): Promise<void>;
6
+ export declare function getDom(html: string): Document;
7
+ export declare function getDataFromDom(dom: Document, selector: string): any;
8
+ export declare function assertLocaleHeadWithDom(dom: Document, headSelector: string): Promise<void>;
9
9
  //# sourceMappingURL=helper.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=handler.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=option.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=suppress.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=number.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=basic.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=custom.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=global.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=inherit-locale.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=local.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=started.spec.d.ts.map
@@ -1,2 +1,2 @@
1
- export declare function setup(): Promise<() => Promise<void>>;
1
+ export declare function setup(): Promise<() => Promise<void>>;
2
2
  //# sourceMappingURL=vitest.globalSetup.d.ts.map
@@ -1,2 +1,2 @@
1
- export {};
1
+ export {};
2
2
  //# sourceMappingURL=vitest.setup.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlify/core-base",
3
- "version": "9.3.0-beta.17",
3
+ "version": "9.3.0-beta.18",
4
4
  "description": "@intlify/core-base",
5
5
  "keywords": [
6
6
  "core",
@@ -33,13 +33,13 @@
33
33
  "jsdelivr": "dist/core-base.global.js",
34
34
  "types": "dist/core-base.d.ts",
35
35
  "dependencies": {
36
- "@intlify/devtools-if": "9.3.0-beta.17",
37
- "@intlify/message-compiler": "9.3.0-beta.17",
38
- "@intlify/shared": "9.3.0-beta.17",
39
- "@intlify/vue-devtools": "9.3.0-beta.17"
36
+ "@intlify/message-compiler": "9.3.0-beta.18",
37
+ "@intlify/devtools-if": "9.3.0-beta.18",
38
+ "@intlify/vue-devtools": "9.3.0-beta.18",
39
+ "@intlify/shared": "9.3.0-beta.18"
40
40
  },
41
41
  "engines": {
42
- "node": ">= 14"
42
+ "node": ">= 16"
43
43
  },
44
44
  "buildOptions": {
45
45
  "name": "IntlifyCoreBase",