@abtnode/router-provider 1.8.65-beta-81d3340c → 1.8.65-beta-5405baf2

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.
@@ -195,8 +195,6 @@ class NginxProvider extends BaseProvider {
195
195
  this.addGlobalReqLimit(conf.nginx.http, requestLimit);
196
196
  }
197
197
 
198
- logger.debug('routing sites:', sites);
199
-
200
198
  const allRules = sites.reduce((acc, site) => {
201
199
  acc.push(...(site.rules || []));
202
200
  return acc;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.8.65-beta-81d3340c",
3
+ "version": "1.8.65-beta-5405baf2",
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.65-beta-81d3340c",
36
- "@abtnode/logger": "1.8.65-beta-81d3340c",
37
- "@abtnode/router-templates": "1.8.65-beta-81d3340c",
38
- "@abtnode/util": "1.8.65-beta-81d3340c",
35
+ "@abtnode/constant": "1.8.65-beta-5405baf2",
36
+ "@abtnode/logger": "1.8.65-beta-5405baf2",
37
+ "@abtnode/router-templates": "1.8.65-beta-5405baf2",
38
+ "@abtnode/util": "1.8.65-beta-5405baf2",
39
39
  "axios": "^0.27.2",
40
40
  "debug": "^4.3.4",
41
41
  "find-process": "^1.4.7",
@@ -62,5 +62,5 @@
62
62
  "fs-extra": "^10.1.0",
63
63
  "needle": "^3.1.0"
64
64
  },
65
- "gitHead": "5a904b9192febd1d09a759d929ca4de639a50cd1"
65
+ "gitHead": "e5dc838baded7031096118462a604fd70d78ff1c"
66
66
  }