@abtnode/router-provider 1.17.6-beta-20251217-011553-818fcc8e → 1.17.6-beta-20251217-144034-62fafb94

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.
Files changed (2) hide show
  1. package/lib/nginx/index.js +0 -13
  2. package/package.json +7 -7
@@ -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-20251217-011553-818fcc8e",
3
+ "version": "1.17.6-beta-20251217-144034-62fafb94",
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-20251217-011553-818fcc8e",
34
- "@abtnode/db-cache": "1.17.6-beta-20251217-011553-818fcc8e",
35
- "@abtnode/logger": "1.17.6-beta-20251217-011553-818fcc8e",
36
- "@abtnode/router-templates": "1.17.6-beta-20251217-011553-818fcc8e",
37
- "@abtnode/util": "1.17.6-beta-20251217-011553-818fcc8e",
33
+ "@abtnode/constant": "1.17.6-beta-20251217-144034-62fafb94",
34
+ "@abtnode/db-cache": "1.17.6-beta-20251217-144034-62fafb94",
35
+ "@abtnode/logger": "1.17.6-beta-20251217-144034-62fafb94",
36
+ "@abtnode/router-templates": "1.17.6-beta-20251217-144034-62fafb94",
37
+ "@abtnode/util": "1.17.6-beta-20251217-144034-62fafb94",
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": "e4291b92297d4b9abfdc5c1e5bbe262882fe34f2"
63
+ "gitHead": "9f47bf4e66af87c562f846e5470f45491506ab36"
64
64
  }