@modern-js/repo-generator 0.0.0-next-1690342410284 → 0.0.0-next-1690345473644
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 +0 -4
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -122671,8 +122671,6 @@ var require_chainId = __commonJS({
|
|
|
122671
122671
|
YAML: "yaml",
|
|
122672
122672
|
/** Rule for wasm */
|
|
122673
122673
|
WASM: "wasm",
|
|
122674
|
-
/** Rule for node */
|
|
122675
|
-
NODE: "node",
|
|
122676
122674
|
/** Rule for bff */
|
|
122677
122675
|
JS_BFF_API: "js-bff-api"
|
|
122678
122676
|
},
|
|
@@ -122711,8 +122709,6 @@ var require_chainId = __commonJS({
|
|
|
122711
122709
|
TOML: "toml",
|
|
122712
122710
|
/** html-loader */
|
|
122713
122711
|
HTML: "html",
|
|
122714
|
-
/** node-loader */
|
|
122715
|
-
NODE: "html",
|
|
122716
122712
|
/** babel-loader */
|
|
122717
122713
|
BABEL: "babel",
|
|
122718
122714
|
/** 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-1690345473644",
|
|
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/
|
|
33
|
-
"@modern-js/generator
|
|
34
|
-
"@modern-js/generator
|
|
35
|
-
"@modern-js/generator
|
|
36
|
-
"@modern-js/
|
|
37
|
-
"@modern-js/
|
|
38
|
-
"@modern-js/
|
|
39
|
-
"@modern-js/
|
|
40
|
-
"@modern-js/utils": "0.0.0-next-
|
|
41
|
-
"@scripts/
|
|
42
|
-
"@scripts/
|
|
32
|
+
"@modern-js/generator-common": "0.0.0-next-1690345473644",
|
|
33
|
+
"@modern-js/module-generator": "0.0.0-next-1690345473644",
|
|
34
|
+
"@modern-js/monorepo-generator": "0.0.0-next-1690345473644",
|
|
35
|
+
"@modern-js/mwa-generator": "0.0.0-next-1690345473644",
|
|
36
|
+
"@modern-js/doc-generator": "0.0.0-next-1690345473644",
|
|
37
|
+
"@modern-js/utils": "0.0.0-next-1690345473644",
|
|
38
|
+
"@modern-js/base-generator": "0.0.0-next-1690345473644",
|
|
39
|
+
"@modern-js/generator-plugin": "0.0.0-next-1690345473644",
|
|
40
|
+
"@modern-js/generator-utils": "0.0.0-next-1690345473644",
|
|
41
|
+
"@scripts/jest-config": "0.0.0-next-1690345473644",
|
|
42
|
+
"@scripts/build": "0.0.0-next-1690345473644"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|