@graphprotocol/graph-cli 0.62.0-alpha-20231115194920-fb27b99 → 0.62.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 +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.62.0
|
|
3
|
+
## 0.62.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
Thanks [@saihaj](https://github.com/saihaj)! - include user agent for CLI fetch calls
|
|
16
16
|
|
|
17
17
|
- [#1508](https://github.com/graphprotocol/graph-tooling/pull/1508)
|
|
18
|
-
[`
|
|
18
|
+
[`f5ffcf1`](https://github.com/graphprotocol/graph-tooling/commit/f5ffcf12bf9241c948b8d0b0d023416f66b68d7f)
|
|
19
19
|
Thanks [@saihaj](https://github.com/saihaj)! - respect `--protocol` and `--network` provided from
|
|
20
20
|
flags of `graph init`
|
|
21
21
|
|
package/oclif.manifest.json
CHANGED