@abtnode/types 1.16.28-beta-bfbab430 → 1.16.28-beta-17c98819

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.
Files changed (2) hide show
  1. package/lib/type_pb.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -139,6 +139,7 @@ export type TBlockletMeta = {
139
139
  navigation: Record<string, any>[];
140
140
  resources: string[];
141
141
  resource?: TBlockletResource;
142
+ engine?: Record<string, any>;
142
143
  };
143
144
  export type TSimpleBlockletMeta = {
144
145
  did: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.28-beta-bfbab430",
3
+ "version": "1.16.28-beta-17c98819",
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": "f1fbf0752de46be00d1faa0d54eb7d28016e0bb9"
39
+ "gitHead": "952ebe5b093575757efe06237c3c3e80b6909d50"
40
40
  }