@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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
-
## 0.51.2
|
|
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
|
-
[`
|
|
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
|
|
package/oclif.manifest.json
CHANGED