@modern-js/mwa-generator 3.7.62 → 3.7.64
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.js +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
|
@@ -5546,7 +5546,7 @@ You can run the following command in the directory of the new project:
|
|
|
5546
5546
|
generator.logger.debug(`💡 [Input Answer]: ${JSON.stringify(ans)}`);
|
|
5547
5547
|
const { packageName, packagePath, language, packageManager } = ans;
|
|
5548
5548
|
const { packagesInfo } = context.config;
|
|
5549
|
-
const bundler = `'rspack'
|
|
5549
|
+
const bundler = `'rspack',`;
|
|
5550
5550
|
const projectPath = getMWAProjectPath(packagePath, isMonorepoSubProject);
|
|
5551
5551
|
const dirname = _path.default.basename(generator.outputPath);
|
|
5552
5552
|
yield appApi.runSubGenerator(getGeneratorPath(BaseGenerator, context.config.distTag, [
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "3.7.
|
|
18
|
+
"version": "3.7.64",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -30,13 +30,13 @@
|
|
|
30
30
|
"@types/node": "^18",
|
|
31
31
|
"jest": "^29",
|
|
32
32
|
"typescript": "^5",
|
|
33
|
-
"@modern-js/base-generator": "3.7.
|
|
34
|
-
"@modern-js/dependence-generator": "3.7.
|
|
35
|
-
"@modern-js/entry-generator": "3.7.
|
|
36
|
-
"@modern-js/generator-
|
|
37
|
-
"@modern-js/generator-
|
|
38
|
-
"@modern-js/packages-generator": "3.7.
|
|
39
|
-
"@modern-js/plugin-i18n": "2.69.
|
|
33
|
+
"@modern-js/base-generator": "3.7.64",
|
|
34
|
+
"@modern-js/dependence-generator": "3.7.64",
|
|
35
|
+
"@modern-js/entry-generator": "3.7.64",
|
|
36
|
+
"@modern-js/generator-utils": "3.7.64",
|
|
37
|
+
"@modern-js/generator-common": "3.7.64",
|
|
38
|
+
"@modern-js/packages-generator": "3.7.64",
|
|
39
|
+
"@modern-js/plugin-i18n": "2.69.6",
|
|
40
40
|
"@scripts/build": "2.66.0",
|
|
41
41
|
"@scripts/jest-config": "2.66.0"
|
|
42
42
|
},
|