@modern-js/repo-generator 0.0.0-next-1690345473644 → 0.0.0-next-1690354890697
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 +4 -0
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -122671,6 +122671,8 @@ var require_chainId = __commonJS({
|
|
|
122671
122671
|
YAML: "yaml",
|
|
122672
122672
|
/** Rule for wasm */
|
|
122673
122673
|
WASM: "wasm",
|
|
122674
|
+
/** Rule for node */
|
|
122675
|
+
NODE: "node",
|
|
122674
122676
|
/** Rule for bff */
|
|
122675
122677
|
JS_BFF_API: "js-bff-api"
|
|
122676
122678
|
},
|
|
@@ -122709,6 +122711,8 @@ var require_chainId = __commonJS({
|
|
|
122709
122711
|
TOML: "toml",
|
|
122710
122712
|
/** html-loader */
|
|
122711
122713
|
HTML: "html",
|
|
122714
|
+
/** node-loader */
|
|
122715
|
+
NODE: "html",
|
|
122712
122716
|
/** babel-loader */
|
|
122713
122717
|
BABEL: "babel",
|
|
122714
122718
|
/** esbuild-loader */
|
package/package.json
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"modern",
|
|
16
16
|
"modern.js"
|
|
17
17
|
],
|
|
18
|
-
"version": "0.0.0-next-
|
|
18
|
+
"version": "0.0.0-next-1690354890697",
|
|
19
19
|
"jsnext:source": "./src/index.ts",
|
|
20
20
|
"main": "./dist/index.js",
|
|
21
21
|
"files": [
|
|
@@ -29,17 +29,17 @@
|
|
|
29
29
|
"@types/node": "^14",
|
|
30
30
|
"jest": "^29",
|
|
31
31
|
"typescript": "^5",
|
|
32
|
-
"@modern-js/generator
|
|
33
|
-
"@modern-js/
|
|
34
|
-
"@modern-js/
|
|
35
|
-
"@modern-js/
|
|
36
|
-
"@modern-js/
|
|
37
|
-
"@modern-js/
|
|
38
|
-
"@modern-js/
|
|
39
|
-
"@modern-js/generator
|
|
40
|
-
"@modern-js/
|
|
41
|
-
"@scripts/
|
|
42
|
-
"@scripts/
|
|
32
|
+
"@modern-js/base-generator": "0.0.0-next-1690354890697",
|
|
33
|
+
"@modern-js/generator-common": "0.0.0-next-1690354890697",
|
|
34
|
+
"@modern-js/generator-plugin": "0.0.0-next-1690354890697",
|
|
35
|
+
"@modern-js/generator-utils": "0.0.0-next-1690354890697",
|
|
36
|
+
"@modern-js/module-generator": "0.0.0-next-1690354890697",
|
|
37
|
+
"@modern-js/monorepo-generator": "0.0.0-next-1690354890697",
|
|
38
|
+
"@modern-js/mwa-generator": "0.0.0-next-1690354890697",
|
|
39
|
+
"@modern-js/doc-generator": "0.0.0-next-1690354890697",
|
|
40
|
+
"@modern-js/utils": "0.0.0-next-1690354890697",
|
|
41
|
+
"@scripts/build": "0.0.0-next-1690354890697",
|
|
42
|
+
"@scripts/jest-config": "0.0.0-next-1690354890697"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|