@graphprotocol/graph-cli 0.73.0-alpha-20240527173240-d0f0efe → 0.73.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,11 +1,11 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.73.0-alpha-20240527173240-d0f0efe
3
+ ## 0.73.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#1670](https://github.com/graphprotocol/graph-tooling/pull/1670)
8
- [`2bda657`](https://github.com/graphprotocol/graph-tooling/commit/2bda65741d2403dedb743bb34b7d678cdd85a405)
8
+ [`03c907a`](https://github.com/graphprotocol/graph-tooling/commit/03c907acbddfb9f598c8e36bbc8b6c9b3a91a43a)
9
9
  Thanks [@saihaj](https://github.com/saihaj)! - Introduce `graph publish` command.
10
10
 
11
11
  Now you can publish your subgraphs directly from the CLI. This command will build your subgraph,
@@ -33,7 +33,7 @@
33
33
  ### Patch Changes
34
34
 
35
35
  - [#1670](https://github.com/graphprotocol/graph-tooling/pull/1670)
36
- [`7d86c30`](https://github.com/graphprotocol/graph-tooling/commit/7d86c30e86c55d171241d35eca33e1030243ffa9)
36
+ [`03c907a`](https://github.com/graphprotocol/graph-tooling/commit/03c907acbddfb9f598c8e36bbc8b6c9b3a91a43a)
37
37
  Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
38
38
  - Added dependency [`open@8.4.2` ↗︎](https://www.npmjs.com/package/open/v/8.4.2) (to
39
39
  `dependencies`)
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.73.0-alpha-20240527173240-d0f0efe",
2
+ "version": "0.73.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.73.0-alpha-20240527173240-d0f0efe",
3
+ "version": "0.73.0",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {