@modern-js/plugin-server 2.6.0 → 2.8.0
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +22 -0
- package/README.md +2 -2
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# @modern-js/plugin-server
|
2
2
|
|
3
|
+
## 2.8.0
|
4
|
+
|
5
|
+
### Patch Changes
|
6
|
+
|
7
|
+
- Updated dependencies [1104a9f18b]
|
8
|
+
- Updated dependencies [2c1151271d]
|
9
|
+
- Updated dependencies [1f6ca2c7fb]
|
10
|
+
- @modern-js/utils@2.8.0
|
11
|
+
- @modern-js/server-utils@2.8.0
|
12
|
+
|
13
|
+
## 2.7.0
|
14
|
+
|
15
|
+
### Patch Changes
|
16
|
+
|
17
|
+
- Updated dependencies [0f15fc597c]
|
18
|
+
- Updated dependencies [dcad887024]
|
19
|
+
- Updated dependencies [a4672f7c16]
|
20
|
+
- Updated dependencies [7fff9020e1]
|
21
|
+
- Updated dependencies [84bfb439b8]
|
22
|
+
- @modern-js/utils@2.7.0
|
23
|
+
- @modern-js/server-utils@2.7.0
|
24
|
+
|
3
25
|
## 2.6.0
|
4
26
|
|
5
27
|
### Patch Changes
|
package/README.md
CHANGED
@@ -19,8 +19,8 @@ Please follow [Quick Start](https://modernjs.dev/en/guides/get-started/quick-sta
|
|
19
19
|
|
20
20
|
## Contributing
|
21
21
|
|
22
|
-
Please read the [Contributing Guide](https://github.com/
|
22
|
+
Please read the [Contributing Guide](https://github.com/web-infra-dev/modern.js/blob/main/CONTRIBUTING.md).
|
23
23
|
|
24
24
|
## License
|
25
25
|
|
26
|
-
Modern.js is [MIT licensed](https://github.com/
|
26
|
+
Modern.js is [MIT licensed](https://github.com/web-infra-dev/modern.js/blob/main/LICENSE).
|
package/package.json
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
"name": "@modern-js/plugin-server",
|
3
3
|
"description": "A Progressive React Framework for modern web development.",
|
4
4
|
"homepage": "https://modernjs.dev",
|
5
|
-
"bugs": "https://github.com/
|
6
|
-
"repository": "
|
5
|
+
"bugs": "https://github.com/web-infra-dev/modern.js/issues",
|
6
|
+
"repository": "web-infra-dev/modern.js",
|
7
7
|
"license": "MIT",
|
8
8
|
"keywords": [
|
9
9
|
"react",
|
@@ -11,7 +11,7 @@
|
|
11
11
|
"modern",
|
12
12
|
"modern.js"
|
13
13
|
],
|
14
|
-
"version": "2.
|
14
|
+
"version": "2.8.0",
|
15
15
|
"types": "./dist/types/cli.d.ts",
|
16
16
|
"jsnext:source": "./src/cli",
|
17
17
|
"main": "./dist/cjs/cli.js",
|
@@ -44,20 +44,20 @@
|
|
44
44
|
},
|
45
45
|
"dependencies": {
|
46
46
|
"@babel/runtime": "^7.18.0",
|
47
|
-
"@modern-js/
|
48
|
-
"@modern-js/utils": "2.
|
47
|
+
"@modern-js/utils": "2.8.0",
|
48
|
+
"@modern-js/server-utils": "2.8.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.
|
56
|
-
"@modern-js/app-tools": "2.
|
57
|
-
"@modern-js/core": "2.
|
58
|
-
"@modern-js/types": "2.
|
59
|
-
"@scripts/
|
60
|
-
"@scripts/
|
55
|
+
"@modern-js/server-core": "2.8.0",
|
56
|
+
"@modern-js/app-tools": "2.8.0",
|
57
|
+
"@modern-js/core": "2.8.0",
|
58
|
+
"@modern-js/types": "2.8.0",
|
59
|
+
"@scripts/build": "2.8.0",
|
60
|
+
"@scripts/jest-config": "2.8.0"
|
61
61
|
},
|
62
62
|
"sideEffects": [
|
63
63
|
"*.css",
|