@modern-js/module-tools 1.18.1-alpha.0 → 1.18.1
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 +14 -14
- package/dist/js/modern/features/build/bundle/runSpeedy.js +2 -4
- package/dist/js/modern/schema/build-config.js +0 -3
- package/dist/js/node/features/build/bundle/runSpeedy.js +2 -4
- package/dist/js/node/schema/build-config.js +0 -3
- package/dist/types/schema/build-config.d.ts +0 -6
- package/dist/types/schema/index.d.ts +0 -6
- package/dist/types/schema/output.d.ts +0 -6
- package/dist/types/schema/types.d.ts +0 -1
- package/package.json +19 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
# @modern-js/module-tools
|
|
2
2
|
|
|
3
|
-
## 1.18.1
|
|
3
|
+
## 1.18.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [318e149]
|
|
8
8
|
- Updated dependencies [c1a4d9b]
|
|
9
9
|
- Updated dependencies [9fcfbd4]
|
|
10
10
|
- Updated dependencies [6c2c745]
|
|
11
|
-
- @modern-js/
|
|
12
|
-
- @modern-js/
|
|
13
|
-
- @modern-js/
|
|
14
|
-
- @modern-js/
|
|
15
|
-
- @modern-js/
|
|
16
|
-
- @modern-js/plugin-
|
|
17
|
-
- @modern-js/
|
|
18
|
-
- @modern-js/plugin-
|
|
19
|
-
- @modern-js/new-action@1.18.1
|
|
20
|
-
- @modern-js/babel-compiler@1.18.1
|
|
21
|
-
- @modern-js/style-compiler@1.18.1
|
|
22
|
-
- @modern-js/upgrade@1.18.1
|
|
11
|
+
- @modern-js/core@1.18.1
|
|
12
|
+
- @modern-js/plugin@1.18.1
|
|
13
|
+
- @modern-js/utils@1.18.1
|
|
14
|
+
- @modern-js/css-config@1.18.1
|
|
15
|
+
- @modern-js/plugin-changeset@1.18.1
|
|
16
|
+
- @modern-js/plugin-jarvis@1.18.1
|
|
17
|
+
- @modern-js/babel-preset-module@1.18.1
|
|
18
|
+
- @modern-js/plugin-i18n@1.18.1
|
|
19
|
+
- @modern-js/new-action@1.18.1
|
|
20
|
+
- @modern-js/babel-compiler@1.18.1
|
|
21
|
+
- @modern-js/style-compiler@1.18.1
|
|
22
|
+
- @modern-js/upgrade@1.18.1
|
|
23
23
|
|
|
24
24
|
## 1.18.0
|
|
25
25
|
|
|
@@ -110,8 +110,7 @@ export const runSpeedy = async (api, config) => {
|
|
|
110
110
|
platform,
|
|
111
111
|
splitting,
|
|
112
112
|
minify,
|
|
113
|
-
externals
|
|
114
|
-
moduleId
|
|
113
|
+
externals
|
|
115
114
|
} = bundleOptions;
|
|
116
115
|
const distDir = path.join(appDirectory, distPath, outputPath);
|
|
117
116
|
const titleText = `[Bundle:Speedy:${format}_${target}]`;
|
|
@@ -160,8 +159,7 @@ export const runSpeedy = async (api, config) => {
|
|
|
160
159
|
sourceMap,
|
|
161
160
|
minify,
|
|
162
161
|
external: externals,
|
|
163
|
-
plugins
|
|
164
|
-
moduleId
|
|
162
|
+
plugins
|
|
165
163
|
};
|
|
166
164
|
const speedyConfig = applyOptionsChain(internalSpeedyConfig, userSpeedyConfig);
|
|
167
165
|
const compiler = await SpeedyBundler.create(speedyConfig);
|
|
@@ -130,8 +130,7 @@ const runSpeedy = async (api, config) => {
|
|
|
130
130
|
platform,
|
|
131
131
|
splitting,
|
|
132
132
|
minify,
|
|
133
|
-
externals
|
|
134
|
-
moduleId
|
|
133
|
+
externals
|
|
135
134
|
} = bundleOptions;
|
|
136
135
|
|
|
137
136
|
const distDir = _path.default.join(appDirectory, distPath, outputPath);
|
|
@@ -182,8 +181,7 @@ const runSpeedy = async (api, config) => {
|
|
|
182
181
|
sourceMap,
|
|
183
182
|
minify,
|
|
184
183
|
external: externals,
|
|
185
|
-
plugins
|
|
186
|
-
moduleId
|
|
184
|
+
plugins
|
|
187
185
|
};
|
|
188
186
|
const speedyConfig = (0, _utils.applyOptionsChain)(internalSpeedyConfig, userSpeedyConfig);
|
|
189
187
|
const compiler = await _speedyCore.SpeedyBundler.create(speedyConfig);
|
|
@@ -25,9 +25,6 @@ export declare const buildSchema: ({
|
|
|
25
25
|
bundleOptions: {
|
|
26
26
|
type: string;
|
|
27
27
|
properties: {
|
|
28
|
-
moduleId: {
|
|
29
|
-
type: string;
|
|
30
|
-
};
|
|
31
28
|
entry: {
|
|
32
29
|
type: string;
|
|
33
30
|
};
|
|
@@ -118,9 +115,6 @@ export declare const buildSchema: ({
|
|
|
118
115
|
bundleOptions: {
|
|
119
116
|
type: string;
|
|
120
117
|
properties: {
|
|
121
|
-
moduleId: {
|
|
122
|
-
type: string;
|
|
123
|
-
};
|
|
124
118
|
entry: {
|
|
125
119
|
type: string;
|
|
126
120
|
};
|
|
@@ -28,9 +28,6 @@ export declare const addSchema: () => ({
|
|
|
28
28
|
bundleOptions: {
|
|
29
29
|
type: string;
|
|
30
30
|
properties: {
|
|
31
|
-
moduleId: {
|
|
32
|
-
type: string;
|
|
33
|
-
};
|
|
34
31
|
entry: {
|
|
35
32
|
type: string;
|
|
36
33
|
};
|
|
@@ -121,9 +118,6 @@ export declare const addSchema: () => ({
|
|
|
121
118
|
bundleOptions: {
|
|
122
119
|
type: string;
|
|
123
120
|
properties: {
|
|
124
|
-
moduleId: {
|
|
125
|
-
type: string;
|
|
126
|
-
};
|
|
127
121
|
entry: {
|
|
128
122
|
type: string;
|
|
129
123
|
};
|
|
@@ -23,9 +23,6 @@ export declare const outputSchema: ({
|
|
|
23
23
|
bundleOptions: {
|
|
24
24
|
type: string;
|
|
25
25
|
properties: {
|
|
26
|
-
moduleId: {
|
|
27
|
-
type: string;
|
|
28
|
-
};
|
|
29
26
|
entry: {
|
|
30
27
|
type: string;
|
|
31
28
|
};
|
|
@@ -116,9 +113,6 @@ export declare const outputSchema: ({
|
|
|
116
113
|
bundleOptions: {
|
|
117
114
|
type: string;
|
|
118
115
|
properties: {
|
|
119
|
-
moduleId: {
|
|
120
|
-
type: string;
|
|
121
|
-
};
|
|
122
116
|
entry: {
|
|
123
117
|
type: string;
|
|
124
118
|
};
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.18.1
|
|
14
|
+
"version": "1.18.1",
|
|
15
15
|
"bin": {
|
|
16
16
|
"modern": "./bin/modern.js"
|
|
17
17
|
},
|
|
@@ -54,22 +54,22 @@
|
|
|
54
54
|
"@babel/runtime": "^7.18.0",
|
|
55
55
|
"@babel/traverse": "^7.18.0",
|
|
56
56
|
"@babel/types": "^7.18.0",
|
|
57
|
-
"@modern-js/babel-compiler": "1.18.1
|
|
58
|
-
"@modern-js/babel-preset-module": "1.18.1
|
|
59
|
-
"@modern-js/core": "1.18.1
|
|
60
|
-
"@modern-js/css-config": "1.18.1
|
|
61
|
-
"@modern-js/new-action": "1.18.1
|
|
62
|
-
"@modern-js/upgrade": "1.18.1
|
|
63
|
-
"@modern-js/plugin": "1.18.1
|
|
64
|
-
"@modern-js/plugin-changeset": "1.18.1
|
|
65
|
-
"@modern-js/plugin-i18n": "1.18.1
|
|
66
|
-
"@modern-js/plugin-jarvis": "1.18.1
|
|
67
|
-
"@modern-js/style-compiler": "1.18.1
|
|
68
|
-
"@modern-js/utils": "1.18.1
|
|
57
|
+
"@modern-js/babel-compiler": "1.18.1",
|
|
58
|
+
"@modern-js/babel-preset-module": "1.18.1",
|
|
59
|
+
"@modern-js/core": "1.18.1",
|
|
60
|
+
"@modern-js/css-config": "1.18.1",
|
|
61
|
+
"@modern-js/new-action": "1.18.1",
|
|
62
|
+
"@modern-js/upgrade": "1.18.1",
|
|
63
|
+
"@modern-js/plugin": "1.18.1",
|
|
64
|
+
"@modern-js/plugin-changeset": "1.18.1",
|
|
65
|
+
"@modern-js/plugin-i18n": "1.18.1",
|
|
66
|
+
"@modern-js/plugin-jarvis": "1.18.1",
|
|
67
|
+
"@modern-js/style-compiler": "1.18.1",
|
|
68
|
+
"@modern-js/utils": "1.18.1",
|
|
69
69
|
"@rollup/plugin-json": "~4.1.0",
|
|
70
|
-
"@speedy-js/speedy-types": "0.13.2-
|
|
71
|
-
"@speedy-js/speedy-core": "0.13.2-
|
|
72
|
-
"@speedy-js/speedy-plugin-es5": "0.13.2-
|
|
70
|
+
"@speedy-js/speedy-types": "0.13.2-alpha.3",
|
|
71
|
+
"@speedy-js/speedy-core": "0.13.2-alpha.3",
|
|
72
|
+
"@speedy-js/speedy-plugin-es5": "0.13.2-alpha.3",
|
|
73
73
|
"normalize-path": "^3.0.0",
|
|
74
74
|
"p-map": "^4",
|
|
75
75
|
"process.argv": "^0.6.0",
|
|
@@ -79,8 +79,9 @@
|
|
|
79
79
|
"signal-exit": "^3.0.7"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@scripts/build": "1.18.1
|
|
83
|
-
"@scripts/jest-config": "1.18.1
|
|
82
|
+
"@scripts/build": "1.18.1",
|
|
83
|
+
"@scripts/jest-config": "1.18.1",
|
|
84
|
+
"@speedy-js/speedy-types": "0.13.2-alpha.3",
|
|
84
85
|
"@types/babel__core": "^7.1.15",
|
|
85
86
|
"@types/babel__generator": "^7.6.3",
|
|
86
87
|
"@types/babel__traverse": "^7.14.2",
|