@abtnode/schema 1.16.19-beta-7b2db880 → 1.16.19-beta-7d3ef675

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
@@ -1571,6 +1571,7 @@ type Project {
1571
1571
  blockletScreenshots: [String!]
1572
1572
  createdAt: String
1573
1573
  updatedAt: String
1574
+ componentDid: String
1574
1575
  }
1575
1576
 
1576
1577
  type Release {
@@ -1571,6 +1571,7 @@ type Project {
1571
1571
  blockletScreenshots: [String!]
1572
1572
  createdAt: String
1573
1573
  updatedAt: String
1574
+ componentDid: String
1574
1575
  }
1575
1576
 
1576
1577
  type Release {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.19-beta-7b2db880",
6
+ "version": "1.16.19-beta-7d3ef675",
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": "598b576b97dd7accbfa1bb509b75e423ad27e5e2",
16
+ "gitHead": "af968e7bab22e67bd42d3dc93ff3ce827b9a91fe",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }