@abtnode/router-provider 1.17.6-beta-20251217-011553-818fcc8e → 1.17.6-beta-20251218-120326-5b44dadf
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/nginx/index.js +0 -13
- package/package.json +7 -7
package/lib/nginx/index.js
CHANGED
|
@@ -216,19 +216,6 @@ class NginxProvider extends BaseProvider {
|
|
|
216
216
|
cacheEnabled,
|
|
217
217
|
});
|
|
218
218
|
|
|
219
|
-
logger.debug('update nginx config', {
|
|
220
|
-
routingTable,
|
|
221
|
-
services,
|
|
222
|
-
nodeInfo,
|
|
223
|
-
wafPolicy,
|
|
224
|
-
blockPolicy,
|
|
225
|
-
proxyPolicy,
|
|
226
|
-
requestLimit,
|
|
227
|
-
enableDefaultServer,
|
|
228
|
-
enableIpServer,
|
|
229
|
-
cacheEnabled,
|
|
230
|
-
});
|
|
231
|
-
|
|
232
219
|
if (!Array.isArray(routingTable)) {
|
|
233
220
|
throw new Error('routingTable must be an array');
|
|
234
221
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.17.6-beta-
|
|
3
|
+
"version": "1.17.6-beta-20251218-120326-5b44dadf",
|
|
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",
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
"url": "https://github.com/ArcBlock/blocklet-server/issues"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@abtnode/constant": "1.17.6-beta-
|
|
34
|
-
"@abtnode/db-cache": "1.17.6-beta-
|
|
35
|
-
"@abtnode/logger": "1.17.6-beta-
|
|
36
|
-
"@abtnode/router-templates": "1.17.6-beta-
|
|
37
|
-
"@abtnode/util": "1.17.6-beta-
|
|
33
|
+
"@abtnode/constant": "1.17.6-beta-20251218-120326-5b44dadf",
|
|
34
|
+
"@abtnode/db-cache": "1.17.6-beta-20251218-120326-5b44dadf",
|
|
35
|
+
"@abtnode/logger": "1.17.6-beta-20251218-120326-5b44dadf",
|
|
36
|
+
"@abtnode/router-templates": "1.17.6-beta-20251218-120326-5b44dadf",
|
|
37
|
+
"@abtnode/util": "1.17.6-beta-20251218-120326-5b44dadf",
|
|
38
38
|
"@arcblock/http-proxy": "^1.19.1",
|
|
39
39
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
40
40
|
"@ocap/util": "^1.27.15",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"bluebird": "^3.7.2",
|
|
61
61
|
"fs-extra": "^11.2.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a07b4f70aa6dddea49ed794423b47d36dc206e53"
|
|
64
64
|
}
|