@abtnode/router-provider 1.16.34-beta-20241113-102431-65542b84 → 1.16.34-beta-20241120-080738-bbbe036c
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/base.js +4 -0
- package/package.json +6 -6
package/lib/base.js
CHANGED
|
@@ -37,6 +37,10 @@ class BaseProvider {
|
|
|
37
37
|
throw new Error('rotateLogs method is not implemented');
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
+
getLogFilesForToday() {
|
|
41
|
+
throw new Error('getLogFilesForToday method is not implemented');
|
|
42
|
+
}
|
|
43
|
+
|
|
40
44
|
// eslint-disable-next-line no-unused-vars
|
|
41
45
|
searchCache(pattern, group) {
|
|
42
46
|
throw new Error('searchCache method is not implemented');
|
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-20241120-080738-bbbe036c",
|
|
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-20241120-080738-bbbe036c",
|
|
36
|
+
"@abtnode/logger": "1.16.34-beta-20241120-080738-bbbe036c",
|
|
37
|
+
"@abtnode/router-templates": "1.16.34-beta-20241120-080738-bbbe036c",
|
|
38
|
+
"@abtnode/util": "1.16.34-beta-20241120-080738-bbbe036c",
|
|
39
39
|
"@arcblock/http-proxy": "^1.19.1",
|
|
40
40
|
"@arcblock/is-valid-domain": "^1.0.5",
|
|
41
41
|
"axios": "^1.7.5",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"bluebird": "^3.7.2",
|
|
60
60
|
"fs-extra": "^11.2.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "4bc345b51743e28a95bf09f7e0c0740838b39ad3"
|
|
63
63
|
}
|