@graphprotocol/graph-cli 0.71.1 → 0.71.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.71.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1611](https://github.com/graphprotocol/graph-tooling/pull/1611)
8
+ [`951c2ed`](https://github.com/graphprotocol/graph-tooling/commit/951c2ed7db2f0650105c9b9059e0ccd8fd9102a0)
9
+ Thanks [@lutter](https://github.com/lutter)! - Accept declared calls in subgraph manifests
10
+
3
11
  ## 0.71.1
4
12
 
5
13
  ### Patch Changes
@@ -100,6 +100,8 @@ type ContractEventHandler {
100
100
  topic3: [String]
101
101
  handler: String!
102
102
  receipt: Boolean
103
+ # This should really be just a Map<String, String>
104
+ calls: JSON
103
105
  }
104
106
 
105
107
  type Graft {
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.71.1",
2
+ "version": "0.71.2",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.71.1",
3
+ "version": "0.71.2",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {