@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 CHANGED
@@ -1,25 +1,25 @@
1
1
  # @modern-js/module-tools
2
2
 
3
- ## 1.18.1-alpha.0
3
+ ## 1.18.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - b2fd4a1: bundleOptions add moduleId
7
+ - Updated dependencies [318e149]
8
8
  - Updated dependencies [c1a4d9b]
9
9
  - Updated dependencies [9fcfbd4]
10
10
  - Updated dependencies [6c2c745]
11
- - @modern-js/plugin@1.18.1-alpha.0
12
- - @modern-js/utils@1.18.1-alpha.0
13
- - @modern-js/core@1.18.1-alpha.0
14
- - @modern-js/babel-preset-module@1.18.1-alpha.0
15
- - @modern-js/css-config@1.18.1-alpha.0
16
- - @modern-js/plugin-changeset@1.18.1-alpha.0
17
- - @modern-js/plugin-i18n@1.18.1-alpha.0
18
- - @modern-js/plugin-jarvis@1.18.1-alpha.0
19
- - @modern-js/new-action@1.18.1-alpha.0
20
- - @modern-js/babel-compiler@1.18.1-alpha.0
21
- - @modern-js/style-compiler@1.18.1-alpha.0
22
- - @modern-js/upgrade@1.18.1-alpha.0
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);
@@ -19,9 +19,6 @@ const properties = {
19
19
  bundleOptions: {
20
20
  type: 'object',
21
21
  properties: {
22
- moduleId: {
23
- type: 'string'
24
- },
25
22
  entry: {
26
23
  type: 'object'
27
24
  },
@@ -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);
@@ -27,9 +27,6 @@ const properties = {
27
27
  bundleOptions: {
28
28
  type: 'object',
29
29
  properties: {
30
- moduleId: {
31
- type: 'string'
32
- },
33
30
  entry: {
34
31
  type: 'object'
35
32
  },
@@ -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
  };
@@ -10,7 +10,6 @@ export declare type BundleOptions = {
10
10
  minify?: SpeedyConfig['minify'];
11
11
  externals?: SpeedyConfig['external'];
12
12
  skipDeps?: boolean;
13
- moduleId?: string;
14
13
  };
15
14
  export declare type BundlelessOptions = {
16
15
  sourceDir?: string;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.18.1-alpha.0",
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-alpha.0",
58
- "@modern-js/babel-preset-module": "1.18.1-alpha.0",
59
- "@modern-js/core": "1.18.1-alpha.0",
60
- "@modern-js/css-config": "1.18.1-alpha.0",
61
- "@modern-js/new-action": "1.18.1-alpha.0",
62
- "@modern-js/upgrade": "1.18.1-alpha.0",
63
- "@modern-js/plugin": "1.18.1-alpha.0",
64
- "@modern-js/plugin-changeset": "1.18.1-alpha.0",
65
- "@modern-js/plugin-i18n": "1.18.1-alpha.0",
66
- "@modern-js/plugin-jarvis": "1.18.1-alpha.0",
67
- "@modern-js/style-compiler": "1.18.1-alpha.0",
68
- "@modern-js/utils": "1.18.1-alpha.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",
69
69
  "@rollup/plugin-json": "~4.1.0",
70
- "@speedy-js/speedy-types": "0.13.2-modern.0",
71
- "@speedy-js/speedy-core": "0.13.2-modern.0",
72
- "@speedy-js/speedy-plugin-es5": "0.13.2-modern.0",
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-alpha.0",
83
- "@scripts/jest-config": "1.18.1-alpha.0",
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",