@modern-js/create 1.2.1 → 1.2.3

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.
@@ -218109,8 +218109,6 @@ function getDefaultConfing(projectDir = _path.default.basename(process.cwd()), o
218109
218109
  // require.resolve(GENERATOR_PLUGIN),
218110
218110
  // '../../../../',
218111
218111
  // );
218112
- // } else if (distTag) {
218113
- // generatorPlugin = `${GENERATOR_PLUGIN}@${distTag}`;
218114
218112
  // }
218115
218113
  // initialConfig.plugins = [
218116
218114
  // ...((initialConfig.plugins as string[]) || []),
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "1.2.1",
14
+ "version": "1.2.3",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "types": "./dist/types/index.d.ts",
17
17
  "main": "./dist/js/node/main.js",
@@ -47,9 +47,9 @@
47
47
  "@modern-js/module-tools": "^1.1.3",
48
48
  "@modern-js/plugin-testing": "^1.2.0",
49
49
  "@modern-js/i18n-cli-language-detector": "workspace:^1.1.1",
50
- "@modern-js/generator-plugin-plugin": "workspace:^1.0.0",
50
+ "@modern-js/generator-plugin-plugin": "workspace:^1.0.5",
51
51
  "@modern-js/plugin-i18n": "workspace:^1.1.1",
52
- "@modern-js/repo-generator": "workspace:^1.2.0",
52
+ "@modern-js/repo-generator": "workspace:^1.2.3",
53
53
  "@modern-js/utils": "workspace:^1.1.5",
54
54
  "@types/jest": "^26",
55
55
  "@types/node": "^14",