egg 3.15.0 → 3.16.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/lib/core/messenger/ipc.js +1 -1
- package/lib/core/messenger/local.js +1 -1
- package/package.json +10 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "egg",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.16.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"tag": "latest"
|
|
6
6
|
},
|
|
@@ -24,7 +24,6 @@
|
|
|
24
24
|
"cache-content-type": "^1.0.1",
|
|
25
25
|
"circular-json-for-egg": "^1.0.0",
|
|
26
26
|
"cluster-client": "^3.3.0",
|
|
27
|
-
"debug": "^4.3.4",
|
|
28
27
|
"delegates": "^1.0.0",
|
|
29
28
|
"egg-cluster": "^2.0.0",
|
|
30
29
|
"egg-cookies": "^2.6.1",
|
|
@@ -38,7 +37,7 @@
|
|
|
38
37
|
"egg-multipart": "^3.1.0",
|
|
39
38
|
"egg-onerror": "^2.1.1",
|
|
40
39
|
"egg-schedule": "^4.0.0",
|
|
41
|
-
"egg-security": "^
|
|
40
|
+
"egg-security": "^3.0.0",
|
|
42
41
|
"egg-session": "^3.3.0",
|
|
43
42
|
"egg-static": "^2.2.0",
|
|
44
43
|
"egg-view": "^2.1.3",
|
|
@@ -60,7 +59,7 @@
|
|
|
60
59
|
},
|
|
61
60
|
"devDependencies": {
|
|
62
61
|
"@eggjs/tsconfig": "^1.1.0",
|
|
63
|
-
"@types/node": "^
|
|
62
|
+
"@types/node": "^20.1.2",
|
|
64
63
|
"@umijs/preset-react": "^2.1.6",
|
|
65
64
|
"address": "^1.2.1",
|
|
66
65
|
"antd": "^4.23.2",
|
|
@@ -68,8 +67,8 @@
|
|
|
68
67
|
"coffee": "^5.4.0",
|
|
69
68
|
"dumi": "^1.1.47",
|
|
70
69
|
"dumi-theme-egg": "^1.2.2",
|
|
71
|
-
"egg-bin": "^
|
|
72
|
-
"egg-mock": "^5
|
|
70
|
+
"egg-bin": "^6",
|
|
71
|
+
"egg-mock": "^5",
|
|
73
72
|
"egg-plugin-puml": "^2.4.0",
|
|
74
73
|
"egg-tracer": "^2.0.0",
|
|
75
74
|
"egg-view-nunjucks": "^2.3.0",
|
|
@@ -91,8 +90,8 @@
|
|
|
91
90
|
"spy": "^1.0.0",
|
|
92
91
|
"supertest": "^6.2.4",
|
|
93
92
|
"ts-node": "^10.9.1",
|
|
94
|
-
"tsd": "^0.
|
|
95
|
-
"typescript": "^
|
|
93
|
+
"tsd": "^0.28.1",
|
|
94
|
+
"typescript": "^5.0.4",
|
|
96
95
|
"umi": "^3.5.36"
|
|
97
96
|
},
|
|
98
97
|
"main": "index.js",
|
|
@@ -109,9 +108,9 @@
|
|
|
109
108
|
"lint": "eslint app config lib test *.js",
|
|
110
109
|
"tsd": "tsd",
|
|
111
110
|
"test": "npm run lint -- --fix && npm run tsd && npm run test-local",
|
|
112
|
-
"test-local": "egg-bin test",
|
|
113
|
-
"test-local-changed": "egg-bin test --changed",
|
|
114
|
-
"cov": "egg-bin cov --timeout 100000",
|
|
111
|
+
"test-local": "egg-bin test --ts false",
|
|
112
|
+
"test-local-changed": "egg-bin test --changed --ts false",
|
|
113
|
+
"cov": "egg-bin cov --timeout 100000 --ts false",
|
|
115
114
|
"ci": "npm run lint && npm run tsd && npm run cov",
|
|
116
115
|
"site:dev": "APP_ROOT=./site dumi dev",
|
|
117
116
|
"site:build": "APP_ROOT=./site dumi build",
|