@abtnode/schema 1.6.19 → 1.6.20

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
@@ -545,6 +545,7 @@ type AccessKey {
545
545
 
546
546
  type BlockletCapabilities {
547
547
  clusterMode: Boolean
548
+ component: Boolean
548
549
  }
549
550
 
550
551
  type BlockletDiff {
@@ -545,6 +545,7 @@ type AccessKey {
545
545
 
546
546
  type BlockletCapabilities {
547
547
  clusterMode: Boolean
548
+ component: Boolean
548
549
  }
549
550
 
550
551
  type BlockletDiff {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.19",
6
+ "version": "1.6.20",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,5 +13,5 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "MIT",
16
- "gitHead": "42a1290f14fca261eccafb05561eecf8683ed66a"
16
+ "gitHead": "e695a9fa4e2cbf7fcef554be3309090c37919d94"
17
17
  }