@abtnode/types
Advanced tools
Comparing version 1.16.38-beta-20250110-093740-edc58f78 to 1.16.38-beta-20250114-011103-277f0108
@@ -122,2 +122,5 @@ // package: abt_node | ||
}; | ||
export type TBlockletDockerMeta = { | ||
image: string; | ||
}; | ||
export type TBlockletMeta = { | ||
@@ -160,2 +163,3 @@ did: string; | ||
owner?: TBlockletMetaOwner; | ||
docker?: TBlockletDockerMeta; | ||
}; | ||
@@ -162,0 +166,0 @@ export type TSimpleBlockletMeta = { |
{ | ||
"name": "@abtnode/types", | ||
"version": "1.16.38-beta-20250110-093740-edc58f78", | ||
"version": "1.16.38-beta-20250114-011103-277f0108", | ||
"description": "Typescript definitions generated from protobuf", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7d1378d7023358e653ca092bfe2dd2c4e4a0aa02" | ||
"gitHead": "9e4d26709a9d8b01f6a0a9158220da8504132997" | ||
} |
58424
2374