@modern-js/server 2.8.0 → 2.9.0
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/CHANGELOG.md +12 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @modern-js/server
|
|
2
2
|
|
|
3
|
+
## 2.9.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 49bb8cd0ef: fix: move chunkmap.css comment to bottom of head
|
|
8
|
+
fix: 将 chunkmap.css 标记移动到 head 底部
|
|
9
|
+
- Updated dependencies [49bb8cd0ef]
|
|
10
|
+
- @modern-js/prod-server@2.9.0
|
|
11
|
+
- @modern-js/server-utils@2.9.0
|
|
12
|
+
- @modern-js/types@2.9.0
|
|
13
|
+
- @modern-js/utils@2.9.0
|
|
14
|
+
|
|
3
15
|
## 2.8.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.
|
|
14
|
+
"version": "2.9.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/cjs/index.js",
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"minimatch": "^3.0.4",
|
|
34
34
|
"path-to-regexp": "^6.2.0",
|
|
35
35
|
"ws": "^8.2.0",
|
|
36
|
-
"@modern-js/prod-server": "2.
|
|
37
|
-
"@modern-js/server-utils": "2.
|
|
38
|
-
"@modern-js/types": "2.
|
|
39
|
-
"@modern-js/utils": "2.
|
|
36
|
+
"@modern-js/prod-server": "2.9.0",
|
|
37
|
+
"@modern-js/server-utils": "2.9.0",
|
|
38
|
+
"@modern-js/types": "2.9.0",
|
|
39
|
+
"@modern-js/utils": "2.9.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/connect-history-api-fallback": "^1.3.5",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"typescript": "^4",
|
|
52
52
|
"webpack": "^5.75.0",
|
|
53
53
|
"websocket": "^1",
|
|
54
|
-
"@modern-js/server-core": "2.
|
|
55
|
-
"@scripts/build": "2.
|
|
56
|
-
"@scripts/jest-config": "2.
|
|
54
|
+
"@modern-js/server-core": "2.9.0",
|
|
55
|
+
"@scripts/build": "2.9.0",
|
|
56
|
+
"@scripts/jest-config": "2.9.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"devcert": "^1.0.0",
|