@ocap/proto 1.13.78 → 1.13.82

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Core Schema
2
2
 
3
- Defines data structure for ABT Node backend API, and maintains schema for GQL endpoint.
3
+ Defines data structure for Blocklet Server backend API, and maintains schema for GQL endpoint.
4
4
 
5
5
  ## Development
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ocap/proto",
3
3
  "description": "Static modules generated from forge-sdk protobuf files",
4
- "version": "1.13.78",
4
+ "version": "1.13.82",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",
@@ -47,5 +47,5 @@
47
47
  "debug": "^4.3.2",
48
48
  "lodash": "^4.17.21"
49
49
  },
50
- "gitHead": "427091e2d69b996a69c39ed7d55a999638728f02"
50
+ "gitHead": "cbf2a9bf153362db17a4b39c37b63e65d07eab00"
51
51
  }