@abtnode/types 1.16.15-beta-d8e7b6c0 → 1.16.15-beta-9318a201

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
@@ -123,6 +123,7 @@ export type TBlockletMeta = {
123
123
  bundleDid: string,
124
124
  bundleName: string,
125
125
  navigation: Record<string, any>[],
126
+ resources: string[],
126
127
  }
127
128
  export type TSimpleBlockletMeta = {
128
129
  did: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.15-beta-d8e7b6c0",
3
+ "version": "1.16.15-beta-9318a201",
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": "87ebe2e8267e634e2217d7ca28231d0b01636ae6"
39
+ "gitHead": "f3722cbd4fe10c5fa083cad7e859ecff6095060d"
40
40
  }