@modern-js/plugin-server 2.2.0 → 2.4.0

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @modern-js/plugin-server
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [98a2733]
8
+ - Updated dependencies [8c2db5f]
9
+ - @modern-js/utils@2.4.0
10
+ - @modern-js/server-utils@2.4.0
11
+
12
+ ## 2.3.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [fd5a3ed]
17
+ - Updated dependencies [6ca1c0b]
18
+ - Updated dependencies [89b6739]
19
+ - @modern-js/utils@2.3.0
20
+ - @modern-js/server-utils@2.3.0
21
+
3
22
  ## 2.2.0
4
23
 
5
24
  ### Patch Changes
package/README.md CHANGED
@@ -1,30 +1,26 @@
1
-
2
1
  <p align="center">
3
2
  <a href="https://modernjs.dev" target="blank"><img src="https://lf3-static.bytednsdoc.com/obj/eden-cn/ylaelkeh7nuhfnuhf/modernjs-cover.png" width="300" alt="Modern.js Logo" /></a>
4
3
  </p>
4
+
5
+ <h1 align="center">Modern.js</h1>
6
+
5
7
  <p align="center">
6
- 现代 Web 工程体系
7
- <br/>
8
- <a href="https://modernjs.dev" target="blank">
9
- modernjs.dev
10
- </a>
11
- </p>
12
- <p align="center">
13
- The meta-framework suite designed from scratch for frontend-focused modern web development
8
+ A Progressive React Framework for modern web development.
14
9
  </p>
15
10
 
16
- # Introduction
17
-
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.
11
+ ## Getting Started
19
12
 
20
- - [Modern.js: Hello, World!](https://zhuanlan.zhihu.com/p/426707646)
13
+ Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-start) to get started with Modern.js.
21
14
 
22
- ## Getting Started
15
+ ## Documentation
23
16
 
24
- - [Quick Start](https://modernjs.dev/docs/start)
25
- - [Guides](https://modernjs.dev/docs/guides)
26
- - [API References](https://modernjs.dev/docs/apis)
17
+ - [English Documentation](https://modernjs.dev/en/)
18
+ - [中文文档](https://modernjs.dev)
27
19
 
28
20
  ## Contributing
29
21
 
30
- - [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md)
22
+ Please read the [Contributing Guide](https://github.com/modern-js-dev/modern.js/blob/main/CONTRIBUTING.md).
23
+
24
+ ## License
25
+
26
+ Modern.js is [MIT licensed](https://github.com/modern-js-dev/modern.js/blob/main/LICENSE).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modern-js/plugin-server",
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": "2.2.0",
14
+ "version": "2.4.0",
15
15
  "types": "./dist/types/cli.d.ts",
16
16
  "jsnext:source": "./src/cli",
17
17
  "main": "./dist/js/node/cli.js",
@@ -44,20 +44,20 @@
44
44
  },
45
45
  "dependencies": {
46
46
  "@babel/runtime": "^7.18.0",
47
- "@modern-js/utils": "2.2.0",
48
- "@modern-js/server-utils": "2.2.0"
47
+ "@modern-js/server-utils": "2.4.0",
48
+ "@modern-js/utils": "2.4.0"
49
49
  },
50
50
  "devDependencies": {
51
51
  "typescript": "^4",
52
52
  "@types/jest": "^27",
53
53
  "@types/node": "^14",
54
54
  "jest": "^27",
55
- "@modern-js/server-core": "2.2.0",
56
- "@modern-js/app-tools": "2.2.0",
57
- "@modern-js/core": "2.2.0",
58
- "@modern-js/types": "2.2.0",
59
- "@scripts/jest-config": "2.2.0",
60
- "@scripts/build": "2.2.0"
55
+ "@modern-js/server-core": "2.4.0",
56
+ "@modern-js/app-tools": "2.4.0",
57
+ "@modern-js/core": "2.4.0",
58
+ "@scripts/build": "2.4.0",
59
+ "@modern-js/types": "2.4.0",
60
+ "@scripts/jest-config": "2.4.0"
61
61
  },
62
62
  "sideEffects": [
63
63
  "*.css",
File without changes
File without changes
@@ -1 +0,0 @@
1
- "use strict";