@modern-js/repo-generator 0.0.0-next-1686901012689 → 0.0.0-next-1686907286928
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 +2 -0
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -122658,6 +122658,8 @@ var require_chainId = __commonJS({
|
|
|
122658
122658
|
TOML: "toml",
|
|
122659
122659
|
/** Rule for yaml */
|
|
122660
122660
|
YAML: "yaml",
|
|
122661
|
+
/** Rule for wasm */
|
|
122662
|
+
WASM: "wasm",
|
|
122661
122663
|
/** Rule for bff */
|
|
122662
122664
|
JS_BFF_API: "js-bff-api"
|
|
122663
122665
|
},
|
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-1686907286928",
|
|
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-common": "0.0.0-next-
|
|
40
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
41
|
-
"@scripts/
|
|
42
|
-
"@scripts/
|
|
32
|
+
"@modern-js/base-generator": "0.0.0-next-1686907286928",
|
|
33
|
+
"@modern-js/generator-utils": "0.0.0-next-1686907286928",
|
|
34
|
+
"@modern-js/module-generator": "0.0.0-next-1686907286928",
|
|
35
|
+
"@modern-js/monorepo-generator": "0.0.0-next-1686907286928",
|
|
36
|
+
"@modern-js/mwa-generator": "0.0.0-next-1686907286928",
|
|
37
|
+
"@modern-js/doc-generator": "0.0.0-next-1686907286928",
|
|
38
|
+
"@modern-js/utils": "0.0.0-next-1686907286928",
|
|
39
|
+
"@modern-js/generator-common": "0.0.0-next-1686907286928",
|
|
40
|
+
"@modern-js/generator-plugin": "0.0.0-next-1686907286928",
|
|
41
|
+
"@scripts/jest-config": "0.0.0-next-1686907286928",
|
|
42
|
+
"@scripts/build": "0.0.0-next-1686907286928"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|