@abtnode/types 1.16.49-beta-20250821-102221-1b7283d6 → 1.16.49-beta-20250822-070545-6d3344cc
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/type_pb.d.ts +0 -1
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
|
@@ -1234,7 +1234,6 @@ export type TTrafficInsight = {
|
|
|
1234
1234
|
export type TNodeRuntimeConfig = {
|
|
1235
1235
|
blockletMaxMemoryLimit: number;
|
|
1236
1236
|
daemonMaxMemoryLimit: number;
|
|
1237
|
-
proxyMaxMemoryLimit: number;
|
|
1238
1237
|
};
|
|
1239
1238
|
export type TConnectedEndpoint = {
|
|
1240
1239
|
endpointId: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abtnode/types",
|
|
3
|
-
"version": "1.16.49-beta-
|
|
3
|
+
"version": "1.16.49-beta-20250822-070545-6d3344cc",
|
|
4
4
|
"description": "Typescript definitions generated from protobuf",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"abtnode",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"bugs": {
|
|
37
37
|
"url": "https://github.com/ArcBlock/abt-node/issues"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "c5560fe749fe495b03003ac7325da29c71f5e62b"
|
|
40
40
|
}
|