@modern-js/repo-generator 0.0.0-next-20230206051444 → 0.0.0-next-20230206063143
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/README.md +1 -2
- package/dist/index.js +4 -4
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -10,14 +10,13 @@
|
|
|
10
10
|
</a>
|
|
11
11
|
</p>
|
|
12
12
|
<p align="center">
|
|
13
|
-
|
|
13
|
+
A Progressive React Framework for modern web development.
|
|
14
14
|
</p>
|
|
15
15
|
|
|
16
16
|
# Introduction
|
|
17
17
|
|
|
18
18
|
> The doc site ([modernjs.dev](https://modernjs.dev)) and articles are only available in Chinese for now, we are planning to add English versions soon.
|
|
19
19
|
|
|
20
|
-
- [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)
|
|
21
20
|
|
|
22
21
|
## Getting Started
|
|
23
22
|
|
package/dist/index.js
CHANGED
|
@@ -139326,7 +139326,7 @@ var ZH_LOCALE = {
|
|
|
139326
139326
|
var EN_LOCALE = {
|
|
139327
139327
|
solution: {
|
|
139328
139328
|
self: "Please select the solution you want to create",
|
|
139329
|
-
mwa: "
|
|
139329
|
+
mwa: "Web App Solution",
|
|
139330
139330
|
module: "Module Solution",
|
|
139331
139331
|
monorepo: "Monorepo Solution",
|
|
139332
139332
|
custom: "Custom Solution",
|
|
@@ -139337,10 +139337,10 @@ var EN_LOCALE = {
|
|
|
139337
139337
|
},
|
|
139338
139338
|
sub_solution: {
|
|
139339
139339
|
self: "Please select the solution you want to create",
|
|
139340
|
-
mwa: "
|
|
139341
|
-
mwa_test: "
|
|
139340
|
+
mwa: "Web App Solution",
|
|
139341
|
+
mwa_test: "Web App Solution (Test)",
|
|
139342
139342
|
module: "Module Solution",
|
|
139343
|
-
inner_module: "Module Solution(Inner)",
|
|
139343
|
+
inner_module: "Module Solution (Inner)",
|
|
139344
139344
|
monorepo: "Monorepo Solution"
|
|
139345
139345
|
},
|
|
139346
139346
|
action: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modern-js/repo-generator",
|
|
3
|
-
"description": "
|
|
3
|
+
"description": "A Progressive React Framework for modern web development.",
|
|
4
4
|
"homepage": "https://modernjs.dev",
|
|
5
5
|
"bugs": "https://github.com/modern-js-dev/modern.js/issues",
|
|
6
6
|
"repository": "modern-js-dev/modern.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "0.0.0-next-
|
|
14
|
+
"version": "0.0.0-next-20230206063143",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"main": "./dist/index.js",
|
|
17
17
|
"files": [
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"@types/node": "^14",
|
|
27
27
|
"jest": "^27",
|
|
28
28
|
"typescript": "^4",
|
|
29
|
-
"@modern-js/base-generator": "0.0.0-next-
|
|
30
|
-
"@modern-js/generator-common": "0.0.0-next-
|
|
31
|
-
"@modern-js/generator-plugin": "0.0.0-next-
|
|
32
|
-
"@modern-js/module-generator": "0.0.0-next-
|
|
33
|
-
"@modern-js/
|
|
34
|
-
"@modern-js/generator
|
|
35
|
-
"@modern-js/
|
|
36
|
-
"@modern-js/utils": "0.0.0-next-
|
|
37
|
-
"@scripts/build": "0.0.0-next-
|
|
38
|
-
"@scripts/jest-config": "0.0.0-next-
|
|
29
|
+
"@modern-js/base-generator": "0.0.0-next-20230206063143",
|
|
30
|
+
"@modern-js/generator-common": "0.0.0-next-20230206063143",
|
|
31
|
+
"@modern-js/generator-plugin": "0.0.0-next-20230206063143",
|
|
32
|
+
"@modern-js/module-generator": "0.0.0-next-20230206063143",
|
|
33
|
+
"@modern-js/generator-utils": "0.0.0-next-20230206063143",
|
|
34
|
+
"@modern-js/monorepo-generator": "0.0.0-next-20230206063143",
|
|
35
|
+
"@modern-js/mwa-generator": "0.0.0-next-20230206063143",
|
|
36
|
+
"@modern-js/utils": "0.0.0-next-20230206063143",
|
|
37
|
+
"@scripts/build": "0.0.0-next-20230206063143",
|
|
38
|
+
"@scripts/jest-config": "0.0.0-next-20230206063143"
|
|
39
39
|
},
|
|
40
40
|
"sideEffects": false,
|
|
41
41
|
"publishConfig": {
|