@xarc/app-dev 10.0.12 → 10.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.
|
@@ -42,7 +42,7 @@ export declare class AdminHttp {
|
|
|
42
42
|
_streamLogsHandler(url: Url.UrlWithStringQuery, res: http.ServerResponse): void;
|
|
43
43
|
sendLogsToStreamClients(): void;
|
|
44
44
|
_sendLogsToStreamClients(): void;
|
|
45
|
-
requestListener(req: http.IncomingMessage, res: http.ServerResponse): void;
|
|
45
|
+
requestListener(req: http.IncomingMessage, res: http.ServerResponse): void | http.ServerResponse;
|
|
46
46
|
/**
|
|
47
47
|
* Shutdown the http server
|
|
48
48
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xarc/app-dev",
|
|
3
|
-
"version": "10.0
|
|
3
|
+
"version": "10.1.0",
|
|
4
4
|
"description": "Electrode X application development support",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"homepage": "http://www.electrode.io",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"coverage": "xrun xarc/test-cov",
|
|
20
20
|
"check": "xrun xarc/check",
|
|
21
21
|
"format": "prettier --write --print-width 100 *.{js,jsx} `find . -type d -d 1 -exec echo '{}/**/*.{js,jsx}' \\; | egrep -v '(/node_modules/|/dist/|/coverage/)'`",
|
|
22
|
-
"prepublishOnly": "xrun [[build
|
|
22
|
+
"prepublishOnly": "xrun [[build], xarc/check]",
|
|
23
23
|
"docs": "xrun xarc/docs",
|
|
24
24
|
"bootstrap": "cd ../.. && npx fynpo bootstrap --only @xarc/app-dev"
|
|
25
25
|
},
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@xarc/dev-base": "^0.1.0",
|
|
59
59
|
"@xarc/run": "^1.0.5",
|
|
60
60
|
"@xarc/subapp": "^0.3.2",
|
|
61
|
-
"@xarc/webpack": "^11.0
|
|
61
|
+
"@xarc/webpack": "^11.1.0",
|
|
62
62
|
"ansi-to-html": "^0.6.8",
|
|
63
63
|
"babel-plugin-lodash": "^3.3.4",
|
|
64
64
|
"babel-plugin-minify-dead-code-elimination": "^0.5.0",
|