@modern-js/server 2.0.3-alpha.0 → 2.1.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 +13 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @modern-js/server
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 3d0fb38: fix: remove the prebundle for data loader
|
|
8
|
+
fix: 移除 data loader 的预打包
|
|
9
|
+
- Updated dependencies [837620c]
|
|
10
|
+
- Updated dependencies [8a9482c]
|
|
11
|
+
- @modern-js/utils@2.1.0
|
|
12
|
+
- @modern-js/prod-server@2.1.0
|
|
13
|
+
- @modern-js/server-utils@2.1.0
|
|
14
|
+
- @modern-js/types@2.1.0
|
|
15
|
+
|
|
3
16
|
## 2.0.2
|
|
4
17
|
|
|
5
18
|
### 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.1.0",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -30,19 +30,16 @@
|
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@babel/core": "^7.18.0",
|
|
32
32
|
"@babel/register": "^7.17.7",
|
|
33
|
-
"@modern-js/prod-server": "2.0.2",
|
|
34
|
-
"@modern-js/server-utils": "2.0.2",
|
|
35
|
-
"@modern-js/types": "2.0.2",
|
|
36
|
-
"@modern-js/utils": "2.0.2",
|
|
37
33
|
"connect-history-api-fallback": "^2.0.0",
|
|
38
34
|
"minimatch": "^3.0.4",
|
|
39
35
|
"path-to-regexp": "^6.2.0",
|
|
40
|
-
"ws": "^8.2.0"
|
|
36
|
+
"ws": "^8.2.0",
|
|
37
|
+
"@modern-js/prod-server": "2.1.0",
|
|
38
|
+
"@modern-js/server-utils": "2.1.0",
|
|
39
|
+
"@modern-js/types": "2.1.0",
|
|
40
|
+
"@modern-js/utils": "2.1.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@modern-js/server-core": "2.0.2",
|
|
44
|
-
"@scripts/build": "2.0.2",
|
|
45
|
-
"@scripts/jest-config": "2.0.2",
|
|
46
43
|
"@types/connect-history-api-fallback": "^1.3.5",
|
|
47
44
|
"@types/jest": "^27",
|
|
48
45
|
"@types/minimatch": "^3.0.5",
|
|
@@ -54,7 +51,10 @@
|
|
|
54
51
|
"tsconfig-paths": "4.1.1",
|
|
55
52
|
"typescript": "^4",
|
|
56
53
|
"webpack": "^5.75.0",
|
|
57
|
-
"websocket": "^1"
|
|
54
|
+
"websocket": "^1",
|
|
55
|
+
"@modern-js/server-core": "2.1.0",
|
|
56
|
+
"@scripts/build": "2.1.0",
|
|
57
|
+
"@scripts/jest-config": "2.1.0"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"devcert": "^1.0.0",
|