@graphprotocol/graph-cli 0.51.0-alpha-20230530234428-0b42e26 → 0.51.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.51.0-alpha-20230530234428-0b42e26
3
+ ## 0.51.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  loaders, This adds getters for derived fields defined in the schema for entities.
11
11
 
12
12
  - [#1363](https://github.com/graphprotocol/graph-tooling/pull/1363)
13
- [`0b42e26`](https://github.com/graphprotocol/graph-tooling/commit/0b42e2699cd6b9c86660800b712e09a2b4d208f1)
13
+ [`f928262`](https://github.com/graphprotocol/graph-tooling/commit/f9282626d7e906cfdc0fc826bdbc92ff2c907e97)
14
14
  Thanks [@saihaj](https://github.com/saihaj)! - add `graph clean` command to delete generated
15
15
  artifacts
16
16
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.51.0-alpha-20230530234428-0b42e26",
2
+ "version": "0.51.0",
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.51.0-alpha-20230530234428-0b42e26",
3
+ "version": "0.51.0",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {