@abtnode/router-provider 1.16.34-beta-20241214-102147-410be539 → 1.16.34-beta-20241216-230644-e9ec07d8
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/default/proxy.js +1 -1
- package/package.json +7 -7
package/lib/default/proxy.js
CHANGED
|
@@ -19,7 +19,7 @@ const isString = require('lodash/isString');
|
|
|
19
19
|
const isObject = require('lodash/isObject');
|
|
20
20
|
const isFunction = require('lodash/isFunction');
|
|
21
21
|
const hash = require('object-hash');
|
|
22
|
-
const LRUCache = require('lru-cache');
|
|
22
|
+
const { LRUCache } = require('lru-cache');
|
|
23
23
|
const tls = require('tls');
|
|
24
24
|
|
|
25
25
|
// eslint-disable-next-line global-require
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/router-provider",
|
|
3
|
-
"version": "1.16.34-beta-
|
|
3
|
+
"version": "1.16.34-beta-20241216-230644-e9ec07d8",
|
|
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.34-beta-
|
|
36
|
-
"@abtnode/logger": "1.16.34-beta-
|
|
37
|
-
"@abtnode/router-templates": "1.16.34-beta-
|
|
38
|
-
"@abtnode/util": "1.16.34-beta-
|
|
35
|
+
"@abtnode/constant": "1.16.34-beta-20241216-230644-e9ec07d8",
|
|
36
|
+
"@abtnode/logger": "1.16.34-beta-20241216-230644-e9ec07d8",
|
|
37
|
+
"@abtnode/router-templates": "1.16.34-beta-20241216-230644-e9ec07d8",
|
|
38
|
+
"@abtnode/util": "1.16.34-beta-20241216-230644-e9ec07d8",
|
|
39
39
|
"@arcblock/http-proxy": "^1.19.1",
|
|
40
40
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
41
41
|
"axios": "^1.7.5",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"fs-extra": "^11.2.0",
|
|
46
46
|
"get-port": "^5.1.1",
|
|
47
47
|
"lodash": "^4.17.21",
|
|
48
|
-
"lru-cache": "^
|
|
48
|
+
"lru-cache": "^11.0.2",
|
|
49
49
|
"nginx-conf": "^1.7.0",
|
|
50
50
|
"object-hash": "^3.0.0",
|
|
51
51
|
"port-used": "^2.0.8",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"bluebird": "^3.7.2",
|
|
60
60
|
"fs-extra": "^11.2.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "053345d37470cb508a807085f14690cfec6073af"
|
|
63
63
|
}
|