@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.62.0-alpha-20231115194920-fb27b99
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
- [`fb27b99`](https://github.com/graphprotocol/graph-tooling/commit/fb27b9912e6579480e453432e129e84535edbe1a)
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
 
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.62.0-alpha-20231115194920-fb27b99",
2
+ "version": "0.62.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.62.0-alpha-20231115194920-fb27b99",
3
+ "version": "0.62.0",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {