@modern-js/repo-generator 0.0.0-next-1684823917087 → 0.0.0-next-1684826018850
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 -2
- package/package.json +12 -12
package/dist/index.js
CHANGED
|
@@ -122670,8 +122670,6 @@ var require_chainId = __commonJS({
|
|
|
122670
122670
|
BOTTOM_TEMPLATE: "bottom-template",
|
|
122671
122671
|
/** HtmlCrossOriginPlugin */
|
|
122672
122672
|
HTML_CROSS_ORIGIN: "html-cross-origin",
|
|
122673
|
-
/** HtmlNoncePlugin */
|
|
122674
|
-
HTML_NONCE: "html-nonce",
|
|
122675
122673
|
/** MiniCssExtractPlugin */
|
|
122676
122674
|
MINI_CSS_EXTRACT: "mini-css-extract",
|
|
122677
122675
|
/** ReactFastRefreshPlugin */
|
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-1684826018850",
|
|
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-plugin": "0.0.0-next-
|
|
35
|
-
"@modern-js/generator-utils": "0.0.0-next-
|
|
36
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
37
|
-
"@modern-js/monorepo-generator": "0.0.0-next-
|
|
38
|
-
"@modern-js/mwa-generator": "0.0.0-next-
|
|
39
|
-
"@modern-js/doc-generator": "0.0.0-next-
|
|
40
|
-
"@modern-js/utils": "0.0.0-next-
|
|
41
|
-
"@scripts/build": "0.0.0-next-
|
|
42
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
32
|
+
"@modern-js/generator-common": "0.0.0-next-1684826018850",
|
|
33
|
+
"@modern-js/base-generator": "0.0.0-next-1684826018850",
|
|
34
|
+
"@modern-js/generator-plugin": "0.0.0-next-1684826018850",
|
|
35
|
+
"@modern-js/generator-utils": "0.0.0-next-1684826018850",
|
|
36
|
+
"@modern-js/module-generator": "0.0.0-next-1684826018850",
|
|
37
|
+
"@modern-js/monorepo-generator": "0.0.0-next-1684826018850",
|
|
38
|
+
"@modern-js/mwa-generator": "0.0.0-next-1684826018850",
|
|
39
|
+
"@modern-js/doc-generator": "0.0.0-next-1684826018850",
|
|
40
|
+
"@modern-js/utils": "0.0.0-next-1684826018850",
|
|
41
|
+
"@scripts/build": "0.0.0-next-1684826018850",
|
|
42
|
+
"@scripts/jest-config": "0.0.0-next-1684826018850"
|
|
43
43
|
},
|
|
44
44
|
"sideEffects": false,
|
|
45
45
|
"publishConfig": {
|