@modern-js/plugin-module-polyfill 0.0.0-nightly-20231206170639 → 0.0.0-nightly-20231208072146

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 (2) hide show
  1. package/dist/index.d.ts +4 -4
  2. package/package.json +6 -6
package/dist/index.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  import type { CliPlugin, ModuleTools } from '@modern-js/module-tools';
2
2
  export type Options = {
3
- targets?: Record<string, string> | string;
3
+ targets?: Record<string, string> | string;
4
4
  };
5
5
  export declare const getPolyfillHook: (options?: Options) => {
6
- name: string;
7
- apply(compiler: import("@modern-js/module-tools").ICompiler): void;
6
+ name: string;
7
+ apply(compiler: import("@modern-js/module-tools").ICompiler): void;
8
8
  };
9
9
  export declare const modulePluginPolyfill: (options?: Options) => CliPlugin<ModuleTools>;
10
10
  /**
11
11
  * deprecated named export
12
12
  * @deprecated
13
13
  */
14
- export declare const ModulePolyfillPlugin: (options?: Options) => CliPlugin<ModuleTools>;
14
+ export declare const ModulePolyfillPlugin: (options?: Options) => CliPlugin<ModuleTools>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-module-polyfill",
3
- "version": "0.0.0-nightly-20231206170639",
3
+ "version": "0.0.0-nightly-20231208072146",
4
4
  "description": "The polyfill plugin of Modern.js Module",
5
5
  "keywords": [
6
6
  "react",
@@ -24,7 +24,7 @@
24
24
  "@babel/plugin-syntax-jsx": "7.22.5",
25
25
  "@babel/plugin-syntax-typescript": "7.22.5",
26
26
  "babel-plugin-polyfill-corejs3": "0.5.2",
27
- "@modern-js/plugin-module-babel": "0.0.0-nightly-20231206170639"
27
+ "@modern-js/plugin-module-babel": "0.0.0-nightly-20231208072146"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@swc/helpers": "0.5.3",
@@ -32,12 +32,12 @@
32
32
  "@types/node": "^14",
33
33
  "jest": "^29",
34
34
  "typescript": "^5",
35
- "@scripts/build": "0.0.0-nightly-20231206170639",
36
- "@scripts/jest-config": "0.0.0-nightly-20231206170639",
37
- "@modern-js/module-tools": "0.0.0-nightly-20231206170639"
35
+ "@modern-js/module-tools": "0.0.0-nightly-20231208072146",
36
+ "@scripts/build": "0.0.0-nightly-20231208072146",
37
+ "@scripts/jest-config": "0.0.0-nightly-20231208072146"
38
38
  },
39
39
  "peerDependencies": {
40
- "@modern-js/module-tools": "0.0.0-nightly-20231206170639",
40
+ "@modern-js/module-tools": "0.0.0-nightly-20231208072146",
41
41
  "core-js-pure": "^3.25.0"
42
42
  },
43
43
  "publishConfig": {