@abtnode/router-provider 1.16.3 → 1.16.4-beta-f058f4e8

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.
@@ -425,6 +425,7 @@ class NginxProvider extends BaseProvider {
425
425
  ROUTING_RULE_TYPES.BLOCKLET,
426
426
  ROUTING_RULE_TYPES.GENERAL_PROXY,
427
427
  ].includes(rule.type) &&
428
+ rule.port &&
428
429
  !upstreamMap.has(String(rule.port))
429
430
  ) {
430
431
  this.addUpstreamServer(rule.port);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.16.3",
3
+ "version": "1.16.4-beta-f058f4e8",
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.16.3",
36
- "@abtnode/logger": "1.16.3",
37
- "@abtnode/router-templates": "1.16.3",
38
- "@abtnode/util": "1.16.3",
35
+ "@abtnode/constant": "1.16.4-beta-f058f4e8",
36
+ "@abtnode/logger": "1.16.4-beta-f058f4e8",
37
+ "@abtnode/router-templates": "1.16.4-beta-f058f4e8",
38
+ "@abtnode/util": "1.16.4-beta-f058f4e8",
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": "a21d48225c6f89963796871f404a2318a335701d"
65
+ "gitHead": "e15364f5d5125950c2a6fb8d964b12f1b8799ac0"
66
66
  }