@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 +6 -2
- package/dist/scaffold/index.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
-
## 0.50.1
|
|
3
|
+
## 0.50.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- [#1356](https://github.com/graphprotocol/graph-tooling/pull/1356)
|
|
8
|
-
[`
|
|
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
|
package/dist/scaffold/index.js
CHANGED
|
@@ -47,7 +47,7 @@ class Scaffold {
|
|
|
47
47
|
},
|
|
48
48
|
dependencies: {
|
|
49
49
|
'@graphprotocol/graph-cli': GRAPH_CLI_VERSION,
|
|
50
|
-
'@graphprotocol/graph-ts': `0.
|
|
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' });
|
package/oclif.manifest.json
CHANGED