@modern-js/server 1.4.8 → 1.4.9
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/jest.config.js +0 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @modern-js/server
|
|
2
2
|
|
|
3
|
+
## 1.4.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bebb39b6: chore: improve devDependencies and peerDependencies
|
|
8
|
+
- Updated dependencies [bebb39b6]
|
|
9
|
+
- Updated dependencies [afc836f4]
|
|
10
|
+
- Updated dependencies [132f7b53]
|
|
11
|
+
- @modern-js/prod-server@1.0.6
|
|
12
|
+
- @modern-js/server-utils@1.2.2
|
|
13
|
+
- @modern-js/hmr-client@1.2.3
|
|
14
|
+
- @modern-js/utils@1.3.7
|
|
15
|
+
|
|
3
16
|
## 1.4.8
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/jest.config.js
CHANGED
|
@@ -2,7 +2,6 @@ const sharedConfig = require('@scripts/jest-config');
|
|
|
2
2
|
|
|
3
3
|
/** @type {import('@jest/types').Config.InitialOptions} */
|
|
4
4
|
module.exports = {
|
|
5
|
-
// eslint-disable-next-line node/no-unsupported-features/es-syntax
|
|
6
5
|
...sharedConfig,
|
|
7
6
|
testEnvironment: 'node',
|
|
8
7
|
rootDir: __dirname,
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"modern",
|
|
12
12
|
"modern.js"
|
|
13
13
|
],
|
|
14
|
-
"version": "1.4.
|
|
14
|
+
"version": "1.4.9",
|
|
15
15
|
"jsnext:source": "./src/index.ts",
|
|
16
16
|
"types": "./dist/types/index.d.ts",
|
|
17
17
|
"main": "./dist/js/node/index.js",
|
|
@@ -28,12 +28,12 @@
|
|
|
28
28
|
}
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@modern-js/prod-server": "^1.0.5",
|
|
32
31
|
"@babel/register": "^7.15.3",
|
|
33
32
|
"@modern-js/bff-utils": "^1.2.2",
|
|
34
|
-
"@modern-js/hmr-client": "^1.2.
|
|
35
|
-
"@modern-js/server
|
|
36
|
-
"@modern-js/utils": "^1.
|
|
33
|
+
"@modern-js/hmr-client": "^1.2.3",
|
|
34
|
+
"@modern-js/prod-server": "^1.0.6",
|
|
35
|
+
"@modern-js/server-utils": "^1.2.2",
|
|
36
|
+
"@modern-js/utils": "^1.3.7",
|
|
37
37
|
"chokidar": "^3.5.2",
|
|
38
38
|
"devcert": "^1.1.3",
|
|
39
39
|
"launch-editor": "^2.2.1",
|
|
@@ -44,10 +44,11 @@
|
|
|
44
44
|
"ws": "^8.2.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
|
-
"@modern-js/
|
|
48
|
-
"@modern-js/core": "
|
|
47
|
+
"@modern-js/core": "1.6.1",
|
|
48
|
+
"@modern-js/server-core": "1.2.5",
|
|
49
|
+
"@modern-js/types": "^1.3.6",
|
|
49
50
|
"@scripts/build": "0.0.0",
|
|
50
|
-
"@
|
|
51
|
+
"@scripts/jest-config": "0.0.0",
|
|
51
52
|
"@types/jest": "^26",
|
|
52
53
|
"@types/minimatch": "^3.0.5",
|
|
53
54
|
"@types/node": "^14",
|
|
@@ -55,8 +56,7 @@
|
|
|
55
56
|
"@types/ws": "^7.4.7",
|
|
56
57
|
"jest": "^27",
|
|
57
58
|
"typescript": "^4",
|
|
58
|
-
"webpack": "^5.
|
|
59
|
-
"@scripts/jest-config": "0.0.0",
|
|
59
|
+
"webpack": "^5.71.0",
|
|
60
60
|
"websocket": "^1"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|