@ocap/proto 1.27.15 → 1.28.0

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/gen/spec.json CHANGED
@@ -533,6 +533,10 @@
533
533
  "tokenFactoryFilter": {
534
534
  "type": "TokenFactoryFilter",
535
535
  "id": 14
536
+ },
537
+ "includeData": {
538
+ "type": "bool",
539
+ "id": 15
536
540
  }
537
541
  }
538
542
  },
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.27.15",
4
+ "version": "1.28.0",
5
5
  "author": {
6
6
  "name": "wangshijun",
7
7
  "email": "shijun@arcblock.io",