@abtnode/schema 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.
package/lib/index.js CHANGED
@@ -1212,6 +1212,7 @@ type BlockletMeta {
1212
1212
  navigation: [Any!]
1213
1213
  resources: [String!]
1214
1214
  resource: BlockletResource
1215
+ engine: Any
1215
1216
  }
1216
1217
 
1217
1218
  type BlockletMetaInterface {
@@ -1212,6 +1212,7 @@ type BlockletMeta {
1212
1212
  navigation: [Any!]
1213
1213
  resources: [String!]
1214
1214
  resource: BlockletResource
1215
+ engine: Any
1215
1216
  }
1216
1217
 
1217
1218
  type BlockletMetaInterface {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.28-beta-bfbab430",
6
+ "version": "1.16.28-beta-17c98819",
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": "f1fbf0752de46be00d1faa0d54eb7d28016e0bb9",
16
+ "gitHead": "952ebe5b093575757efe06237c3c3e80b6909d50",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }