@graphprotocol/graph-cli 0.66.0 → 0.67.0-alpha-20240117094658-7a3c277

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,14 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.67.0-alpha-20240117094658-7a3c277
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1409](https://github.com/graphprotocol/graph-tooling/pull/1409)
8
+ [`7a3c277`](https://github.com/graphprotocol/graph-tooling/commit/7a3c2777c32082acbe0ac7ddc4089c3893d8bd39)
9
+ Thanks [@incrypto32](https://github.com/incrypto32)! - Add support for endBlock in subgraph
10
+ manifest
11
+
3
12
  ## 0.66.0
4
13
 
5
14
  ### Minor Changes
@@ -41,6 +41,7 @@ type DataSource {
41
41
  type ContractSource {
42
42
  owner: String
43
43
  startBlock: BigInt
44
+ endBlock: BigInt
44
45
  }
45
46
 
46
47
  type ContractMapping {
@@ -41,6 +41,7 @@ type DataSource {
41
41
 
42
42
  type ContractSource {
43
43
  startBlock: BigInt
44
+ endBlock: BigInt
44
45
  }
45
46
 
46
47
  type ContractMapping {
@@ -45,6 +45,7 @@ type ContractSource {
45
45
  address: String
46
46
  abi: String!
47
47
  startBlock: BigInt
48
+ endBlock: BigInt
48
49
  }
49
50
 
50
51
  type ContractMapping {
@@ -42,6 +42,7 @@ type DataSource {
42
42
  type ContractSource {
43
43
  account: String
44
44
  startBlock: BigInt
45
+ endBlock: BigInt
45
46
  accounts: PartialAccount
46
47
  }
47
48
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.66.0",
2
+ "version": "0.67.0-alpha-20240117094658-7a3c277",
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.66.0",
3
+ "version": "0.67.0-alpha-20240117094658-7a3c277",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {