@graphprotocol/graph-cli 0.50.1-alpha-20230524162852-31fa433 → 0.50.1

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,13 +1,17 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.50.1-alpha-20230524162852-31fa433
3
+ ## 0.50.1
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1356](https://github.com/graphprotocol/graph-tooling/pull/1356)
8
- [`31fa433`](https://github.com/graphprotocol/graph-tooling/commit/31fa433337d925504b391984152ebcdd60863efc)
8
+ [`b7f8fba`](https://github.com/graphprotocol/graph-tooling/commit/b7f8fbabbfa36cf2eb817574fa143a58a1e2be33)
9
9
  Thanks [@saihaj](https://github.com/saihaj)! - use bytes array instead of from array
10
10
 
11
+ - [#1357](https://github.com/graphprotocol/graph-tooling/pull/1357)
12
+ [`394d48b`](https://github.com/graphprotocol/graph-tooling/commit/394d48bc67b3f25ae45490d4d26d0a51c2ab08fe)
13
+ Thanks [@saihaj](https://github.com/saihaj)! - upgrade to latest graph-ts version
14
+
11
15
  ## 0.50.0
12
16
 
13
17
  ### Minor Changes
@@ -47,7 +47,7 @@ class Scaffold {
47
47
  },
48
48
  dependencies: {
49
49
  '@graphprotocol/graph-cli': GRAPH_CLI_VERSION,
50
- '@graphprotocol/graph-ts': `0.29.1`,
50
+ '@graphprotocol/graph-ts': `0.30.0`,
51
51
  },
52
52
  devDependencies: this.protocol.hasEvents() ? { 'matchstick-as': `0.5.0` } : undefined,
53
53
  }), { parser: 'json' });
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.50.1-alpha-20230524162852-31fa433",
2
+ "version": "0.50.1",
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.50.1-alpha-20230524162852-31fa433",
3
+ "version": "0.50.1",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {