@abtnode/router-provider 1.8.0 → 1.8.1
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/default/proxy.js +1 -0
- package/package.json +6 -6
package/lib/default/proxy.js
CHANGED
|
@@ -496,6 +496,7 @@ module.exports = class ReverseProxy {
|
|
|
496
496
|
return Promise.all(
|
|
497
497
|
[this.server, this.httpsServer]
|
|
498
498
|
.filter((s) => s)
|
|
499
|
+
// eslint-disable-next-line no-promise-executor-return
|
|
499
500
|
.map((server) => new Promise((resolve) => server.close(resolve)))
|
|
500
501
|
);
|
|
501
502
|
} catch (err) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.1",
|
|
4
4
|
"description": "Routing engine implementations for abt node",
|
|
5
5
|
"author": "polunzh <polunzh@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/ArcBlock/blocklet-server#readme",
|
|
@@ -32,10 +32,10 @@
|
|
|
32
32
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@abtnode/constant": "1.8.
|
|
36
|
-
"@abtnode/logger": "1.8.
|
|
37
|
-
"@abtnode/router-templates": "1.8.
|
|
38
|
-
"@abtnode/util": "1.8.
|
|
35
|
+
"@abtnode/constant": "1.8.1",
|
|
36
|
+
"@abtnode/logger": "1.8.1",
|
|
37
|
+
"@abtnode/router-templates": "1.8.1",
|
|
38
|
+
"@abtnode/util": "1.8.1",
|
|
39
39
|
"axios": "^0.27.2",
|
|
40
40
|
"debug": "^4.3.3",
|
|
41
41
|
"find-process": "^1.4.3",
|
|
@@ -62,5 +62,5 @@
|
|
|
62
62
|
"fs-extra": "^10.0.1",
|
|
63
63
|
"needle": "^3.0.0"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "c970b8a386bebd7fe6dbc8b8eedf8bd8328b4bb5"
|
|
66
66
|
}
|