@abtnode/types 1.16.38-beta-20250110-093740-edc58f78 → 1.16.38-beta-20250114-011103-277f0108
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 +4 -0
- package/package.json +2 -2
package/lib/type_pb.d.ts
CHANGED
@@ -119,6 +119,9 @@ export type TChildConfig = {
|
|
119
119
|
mountPoint: string;
|
120
120
|
required: boolean;
|
121
121
|
};
|
122
|
+
export type TBlockletDockerMeta = {
|
123
|
+
image: string;
|
124
|
+
};
|
122
125
|
export type TBlockletMeta = {
|
123
126
|
did: string;
|
124
127
|
name: string;
|
@@ -156,6 +159,7 @@ export type TBlockletMeta = {
|
|
156
159
|
resource?: TBlockletResource;
|
157
160
|
engine?: Record<string, any>;
|
158
161
|
owner?: TBlockletMetaOwner;
|
162
|
+
docker?: TBlockletDockerMeta;
|
159
163
|
};
|
160
164
|
export type TSimpleBlockletMeta = {
|
161
165
|
did: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@abtnode/types",
|
3
|
-
"version": "1.16.38-beta-
|
3
|
+
"version": "1.16.38-beta-20250114-011103-277f0108",
|
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": "9e4d26709a9d8b01f6a0a9158220da8504132997"
|
40
40
|
}
|