ee-core 2.7.0-beta.2 → 2.7.0-beta.3

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.
@@ -21,7 +21,7 @@
21
21
  <body>
22
22
  <div id="failure">
23
23
  <div class='base'>
24
- Booting failure, please check cross service is runing !
24
+ Startup failed, please check cross service is runing !
25
25
  </div>
26
26
  </div>
27
27
  </body>
package/html/failure.html CHANGED
@@ -21,7 +21,7 @@
21
21
  <body>
22
22
  <div id="failure">
23
23
  <div class='base'>
24
- Booting failure, please check frontend service is runing !
24
+ Startup failed, please check frontend service is runing !
25
25
  </div>
26
26
  </div>
27
27
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ee-core",
3
- "version": "2.7.0-beta.2",
3
+ "version": "2.7.0-beta.3",
4
4
  "description": "ee core",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,6 +15,7 @@
15
15
  "agentkeepalive": "^4.2.0",
16
16
  "bytenode": "^1.3.6",
17
17
  "chalk": "^4.1.2",
18
+ "cross-spawn": "^7.0.3",
18
19
  "dayjs": "^1.11.7",
19
20
  "debug": "^4.3.3",
20
21
  "egg-errors": "^2.3.0",