@abtnode/schema 1.16.27-beta-d27e19fa → 1.16.27-beta-21d213c5

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
@@ -1758,6 +1758,7 @@ type Project {
1758
1758
  lastReleaseFiles: [String!]
1759
1759
  connectedStores: [ConnectedStore!]
1760
1760
  tenantScope: String
1761
+ createdBy: String
1761
1762
  }
1762
1763
 
1763
1764
  type Release {
@@ -1758,6 +1758,7 @@ type Project {
1758
1758
  lastReleaseFiles: [String!]
1759
1759
  connectedStores: [ConnectedStore!]
1760
1760
  tenantScope: String
1761
+ createdBy: String
1761
1762
  }
1762
1763
 
1763
1764
  type Release {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.27-beta-d27e19fa",
6
+ "version": "1.16.27-beta-21d213c5",
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": "7a83c248c1e5738e6d95e54fc26699f865479dab",
16
+ "gitHead": "1beb3311565336a17ee1b049379a8c864f494242",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }