@modern-js/repo-generator 0.0.0-next-20230206051444 → 0.0.0-next-20230206053555

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.
Files changed (3) hide show
  1. package/README.md +1 -2
  2. package/dist/index.js +4 -4
  3. 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
- The meta-framework suite designed from scratch for frontend-focused modern web development
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: "MWA Solution",
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: "MWA Solution",
139341
- mwa_test: "MWA Solution(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": "The meta-framework suite designed from scratch for frontend-focused modern web development.",
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-20230206051444",
14
+ "version": "0.0.0-next-20230206053555",
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-20230206051444",
30
- "@modern-js/generator-common": "0.0.0-next-20230206051444",
31
- "@modern-js/generator-plugin": "0.0.0-next-20230206051444",
32
- "@modern-js/module-generator": "0.0.0-next-20230206051444",
33
- "@modern-js/mwa-generator": "0.0.0-next-20230206051444",
34
- "@modern-js/generator-utils": "0.0.0-next-20230206051444",
35
- "@modern-js/monorepo-generator": "0.0.0-next-20230206051444",
36
- "@modern-js/utils": "0.0.0-next-20230206051444",
37
- "@scripts/build": "0.0.0-next-20230206051444",
38
- "@scripts/jest-config": "0.0.0-next-20230206051444"
29
+ "@modern-js/base-generator": "0.0.0-next-20230206053555",
30
+ "@modern-js/generator-common": "0.0.0-next-20230206053555",
31
+ "@modern-js/generator-plugin": "0.0.0-next-20230206053555",
32
+ "@modern-js/generator-utils": "0.0.0-next-20230206053555",
33
+ "@modern-js/module-generator": "0.0.0-next-20230206053555",
34
+ "@modern-js/monorepo-generator": "0.0.0-next-20230206053555",
35
+ "@modern-js/mwa-generator": "0.0.0-next-20230206053555",
36
+ "@modern-js/utils": "0.0.0-next-20230206053555",
37
+ "@scripts/build": "0.0.0-next-20230206053555",
38
+ "@scripts/jest-config": "0.0.0-next-20230206053555"
39
39
  },
40
40
  "sideEffects": false,
41
41
  "publishConfig": {