@abtnode/types 1.16.43-beta-20250505-062139-b156e7da → 1.16.43-beta-20250507-131727-e3e5be46
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/rpc_pb.d.ts +1 -0
- package/package.json +2 -2
package/lib/rpc_pb.d.ts
CHANGED
@@ -119,6 +119,7 @@ export type TRequestInstallComponent = {
|
|
119
119
|
downloadTokenList: type_pb.TDownloadToken[];
|
120
120
|
skipNavigation: boolean;
|
121
121
|
onlyRequired: boolean;
|
122
|
+
dist?: type_pb.TBlockletDist;
|
122
123
|
};
|
123
124
|
export type TResponseCheckComponentsForUpdates = {
|
124
125
|
code: enum_pb.StatusCodeMap[keyof enum_pb.StatusCodeMap];
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.43-beta-
|
3
|
+
"version": "1.16.43-beta-20250507-131727-e3e5be46",
|
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": "80efb9a6cd9fab9a323e484da38a8b457ba0f419"
|
40
40
|
}
|