@modern-js/repo-generator 0.0.0-next-20221020075751 → 0.0.0-next-20221021075106

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -1
  2. package/package.json +11 -11
package/dist/index.js CHANGED
@@ -144518,6 +144518,7 @@ var require_chainId2 = __commonJSMin((exports) => {
144518
144518
  HTML: "html",
144519
144519
  BABEL: "babel",
144520
144520
  ESBUILD: "esbuild",
144521
+ SWC: "swc",
144521
144522
  STYLE: "style-loader",
144522
144523
  POSTCSS: "postcss",
144523
144524
  MARKDOWN: "markdown",
@@ -144551,7 +144552,8 @@ var require_chainId2 = __commonJSMin((exports) => {
144551
144552
  MINIMIZER: {
144552
144553
  JS: "js",
144553
144554
  CSS: "css",
144554
- ESBUILD: "js-css"
144555
+ ESBUILD: "js-css",
144556
+ SWC: "swc"
144555
144557
  },
144556
144558
  RESOLVE_PLUGIN: {
144557
144559
  MODULE_SCOPE: "module-scope",
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "modern",
12
12
  "modern.js"
13
13
  ],
14
- "version": "0.0.0-next-20221020075751",
14
+ "version": "0.0.0-next-20221021075106",
15
15
  "jsnext:source": "./src/index.ts",
16
16
  "main": "./dist/index.js",
17
17
  "files": [
@@ -23,18 +23,18 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@babel/runtime": "^7.18.0",
26
- "@modern-js/base-generator": "0.0.0-next-20221020075751",
26
+ "@modern-js/base-generator": "0.0.0-next-20221021075106",
27
27
  "@modern-js/codesmith": "1.6.3",
28
28
  "@modern-js/codesmith-api-app": "1.6.3",
29
- "@modern-js/generator-common": "0.0.0-next-20221020075751",
30
- "@modern-js/generator-plugin": "0.0.0-next-20221020075751",
31
- "@modern-js/generator-utils": "0.0.0-next-20221020075751",
32
- "@modern-js/module-generator": "0.0.0-next-20221020075751",
33
- "@modern-js/monorepo-generator": "0.0.0-next-20221020075751",
34
- "@modern-js/mwa-generator": "0.0.0-next-20221020075751",
35
- "@modern-js/utils": "0.0.0-next-20221020075751",
36
- "@scripts/build": "0.0.0-next-20221020075751",
37
- "@scripts/jest-config": "0.0.0-next-20221020075751",
29
+ "@modern-js/generator-common": "0.0.0-next-20221021075106",
30
+ "@modern-js/generator-plugin": "0.0.0-next-20221021075106",
31
+ "@modern-js/generator-utils": "0.0.0-next-20221021075106",
32
+ "@modern-js/module-generator": "0.0.0-next-20221021075106",
33
+ "@modern-js/monorepo-generator": "0.0.0-next-20221021075106",
34
+ "@modern-js/mwa-generator": "0.0.0-next-20221021075106",
35
+ "@modern-js/utils": "0.0.0-next-20221021075106",
36
+ "@scripts/build": "0.0.0-next-20221021075106",
37
+ "@scripts/jest-config": "0.0.0-next-20221021075106",
38
38
  "@types/jest": "^27",
39
39
  "@types/node": "^14",
40
40
  "jest": "^27",