@graphprotocol/graph-cli 0.51.2-alpha-20230621180341-b8655ac → 0.51.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,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.51.2-alpha-20230621180341-b8655ac
3
+ ## 0.51.2
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -16,7 +16,7 @@
16
16
  Thanks [@saihaj](https://github.com/saihaj)! - do not crash for codegen when it is substreams
17
17
 
18
18
  - [#1382](https://github.com/graphprotocol/graph-tooling/pull/1382)
19
- [`37a1e4d`](https://github.com/graphprotocol/graph-tooling/commit/37a1e4d1beaed7f069d617194f24e5449aa74ded)
19
+ [`d2a1aa6`](https://github.com/graphprotocol/graph-tooling/commit/d2a1aa6faec41a1b08035caf58113669963f5919)
20
20
  Thanks [@saihaj](https://github.com/saihaj)! - Only ask directory and subgraph name when using
21
21
  `graph init --from-example ...`
22
22
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.51.2-alpha-20230621180341-b8655ac",
2
+ "version": "0.51.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.51.2-alpha-20230621180341-b8655ac",
3
+ "version": "0.51.2",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {