@abtnode/schema 1.16.15-beta-18951729 → 1.16.15-beta-375899b6

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/index.js CHANGED
@@ -943,6 +943,7 @@ type BlockletMeta {
943
943
  bundleDid: String
944
944
  bundleName: String
945
945
  navigation: [Any!]
946
+ resources: [String!]
946
947
  }
947
948
 
948
949
  type BlockletMetaInterface {
@@ -943,6 +943,7 @@ type BlockletMeta {
943
943
  bundleDid: String
944
944
  bundleName: String
945
945
  navigation: [Any!]
946
+ resources: [String!]
946
947
  }
947
948
 
948
949
  type BlockletMetaInterface {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.15-beta-18951729",
6
+ "version": "1.16.15-beta-375899b6",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "6ba076bcc138a3b9948771deae0f723a5104f70f",
16
+ "gitHead": "c999a7f47ecdca1494eb53fc177d28899b3effc9",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }