@graphprotocol/graph-cli 0.74.0-alpha-20240612134517-9085d02 → 0.74.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 +3 -3
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
-
## 0.74.0
|
|
3
|
+
## 0.74.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
7
|
- [#1681](https://github.com/graphprotocol/graph-tooling/pull/1681)
|
|
8
|
-
[`
|
|
8
|
+
[`0a16b41`](https://github.com/graphprotocol/graph-tooling/commit/0a16b41979bc0644a1599b9434d9f5bf30687f64)
|
|
9
9
|
Thanks [@saihaj](https://github.com/saihaj)! - Part of the Hosted Service migration throw an error
|
|
10
10
|
when users are trying to use `hosted-service` product in `graph [auth|deploy|init]` commands.
|
|
11
11
|
|
|
12
12
|
### Patch Changes
|
|
13
13
|
|
|
14
14
|
- [#1681](https://github.com/graphprotocol/graph-tooling/pull/1681)
|
|
15
|
-
[`
|
|
15
|
+
[`0a16b41`](https://github.com/graphprotocol/graph-tooling/commit/0a16b41979bc0644a1599b9434d9f5bf30687f64)
|
|
16
16
|
Thanks [@saihaj](https://github.com/saihaj)! - remove ipfs check for studio deploys
|
|
17
17
|
|
|
18
18
|
## 0.73.0
|
package/oclif.manifest.json
CHANGED