@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 CHANGED
@@ -1,18 +1,18 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.74.0-alpha-20240612134517-9085d02
3
+ ## 0.74.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#1681](https://github.com/graphprotocol/graph-tooling/pull/1681)
8
- [`12ee2d1`](https://github.com/graphprotocol/graph-tooling/commit/12ee2d108ebb05b587d9f07a1641dbcbd3fc9871)
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
- [`9085d02`](https://github.com/graphprotocol/graph-tooling/commit/9085d02c582ac0456bf43704e149ef394b8ae533)
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
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.74.0-alpha-20240612134517-9085d02",
2
+ "version": "0.74.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.74.0-alpha-20240612134517-9085d02",
3
+ "version": "0.74.0",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {