@abtnode/router-provider 1.16.47-beta-20250807-110715-19ad6b43 → 1.16.47

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.
@@ -207,7 +207,6 @@ class NginxProvider extends BaseProvider {
207
207
 
208
208
  logger.debug('update nginx config', {
209
209
  routingTable,
210
- certificates,
211
210
  services,
212
211
  nodeInfo,
213
212
  wafPolicy,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.16.47-beta-20250807-110715-19ad6b43",
3
+ "version": "1.16.47",
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,11 +32,11 @@
32
32
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@abtnode/constant": "1.16.47-beta-20250807-110715-19ad6b43",
36
- "@abtnode/db-cache": "1.16.47-beta-20250807-110715-19ad6b43",
37
- "@abtnode/logger": "1.16.47-beta-20250807-110715-19ad6b43",
38
- "@abtnode/router-templates": "1.16.47-beta-20250807-110715-19ad6b43",
39
- "@abtnode/util": "1.16.47-beta-20250807-110715-19ad6b43",
35
+ "@abtnode/constant": "1.16.47",
36
+ "@abtnode/db-cache": "1.16.47",
37
+ "@abtnode/logger": "1.16.47",
38
+ "@abtnode/router-templates": "1.16.47",
39
+ "@abtnode/util": "1.16.47",
40
40
  "@arcblock/http-proxy": "^1.19.1",
41
41
  "@arcblock/is-valid-domain": "^1.0.5",
42
42
  "@ocap/util": "^1.21.2",
@@ -62,5 +62,5 @@
62
62
  "bluebird": "^3.7.2",
63
63
  "fs-extra": "^11.2.0"
64
64
  },
65
- "gitHead": "639aa367b25d6885e38cba99f73d753b2831393d"
65
+ "gitHead": "02eecfdabe8acf7a10b0cc897958667777d64f79"
66
66
  }