@modern-js/plugin-module-babel 0.0.0-next-20221130064501 → 2.0.0-beta.2

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/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { CliPlugin, ModuleTools } from '@modern-js/module-tools-v2';
2
2
  import { babelPresetPlugin } from '@modern-js/libuild-plugin-babel-preset';
3
- export type Options = typeof babelPresetPlugin extends (arg1: infer P1, arg2: infer P2) => void ? {
3
+ export declare type Options = typeof babelPresetPlugin extends (arg1: infer P1, arg2: infer P2) => void ? {
4
4
  internalPresetOptions?: P1;
5
5
  babelTransformOptions?: P2;
6
6
  } : never;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221130064501",
14
+ "version": "2.0.0-beta.2",
15
15
  "types": "./dist/types/index.d.ts",
16
16
  "main": "./dist/index.js",
17
17
  "dependencies": {
@@ -22,12 +22,12 @@
22
22
  "@types/node": "^14",
23
23
  "typescript": "^4",
24
24
  "jest": "^27",
25
- "@scripts/build": "0.0.0-next-20221130064501",
26
- "@scripts/jest-config": "0.0.0-next-20221130064501",
27
- "@modern-js/module-tools-v2": "0.0.0-next-20221130064501"
25
+ "@scripts/build": "2.0.0-beta.2",
26
+ "@scripts/jest-config": "2.0.0-beta.2",
27
+ "@modern-js/module-tools-v2": "2.0.0-beta.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "@modern-js/module-tools-v2": "0.0.0-next-20221130064501"
30
+ "@modern-js/module-tools-v2": "2.0.0-beta.2"
31
31
  },
32
32
  "sideEffects": false,
33
33
  "publishConfig": {
package/CHANGELOG.md DELETED
@@ -1,35 +0,0 @@
1
- # @modern-js/plugin-module-babel
2
-
3
- ## 0.0.0-next-20221130064501
4
-
5
- ### Minor Changes
6
-
7
- - 92f0eade3: feat:
8
-
9
- 1. core: 增加 test 函数
10
- 2. module plugins: 增加 `babel`, `mainField`, `target` 插件
11
- 3. storybook: 修改部分逻辑并且增加 tspath webpack 插件
12
- 4. 增加 designSystem 配置
13
-
14
- feat:
15
-
16
- 1. core: add test method
17
- 2. module plugins: add `babel`, `mainField`, `target` plugin
18
- 3. storybook: change some logic and add tspath webpack plugin
19
- 4. add `designSystem` config
20
-
21
- ### Patch Changes
22
-
23
- - Updated dependencies [92f0eade3]
24
- - Updated dependencies [4fd53b48f]
25
- - Updated dependencies [cc971eabf]
26
- - Updated dependencies [d4a456659]
27
- - Updated dependencies [540de1fd5]
28
- - Updated dependencies [f0ee9120d]
29
- - Updated dependencies [dda38c9c3]
30
- - Updated dependencies [0bb776858]
31
- - Updated dependencies [e6bfca6d3]
32
- - Updated dependencies [a2c8cc3eb]
33
- - Updated dependencies [54abc88a2]
34
- - Updated dependencies [1be4ba1cc]
35
- - @modern-js/module-tools-v2@0.0.0-next-20221130064501