@abtnode/schema 1.16.3 → 1.16.4-beta-8682e092

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
@@ -904,6 +904,7 @@ type BlockletState {
904
904
  migratedFrom: [BlockletMigrateRecord!]
905
905
  appPid: String
906
906
  externalSk: Boolean
907
+ externalSkSource: String
907
908
  structVersion: String
908
909
  }
909
910
 
@@ -904,6 +904,7 @@ type BlockletState {
904
904
  migratedFrom: [BlockletMigrateRecord!]
905
905
  appPid: String
906
906
  externalSk: Boolean
907
+ externalSkSource: String
907
908
  structVersion: String
908
909
  }
909
910
 
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.3",
6
+ "version": "1.16.4-beta-8682e092",
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": "MIT",
16
- "gitHead": "a21d48225c6f89963796871f404a2318a335701d",
16
+ "gitHead": "ab6fc7aeaec32f14ec2153976f2121aa893486b5",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }