@graphprotocol/graph-cli 0.63.0 → 0.63.1-alpha-20231211194638-c4e5de3
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 +9 -0
- package/dist/scaffold/index.js +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
+
## 0.63.1-alpha-20231211194638-c4e5de3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1539](https://github.com/graphprotocol/graph-tooling/pull/1539)
|
|
8
|
+
[`c4e5de3`](https://github.com/graphprotocol/graph-tooling/commit/c4e5de3b13c3d91a75f31972197e34b31851fc8f)
|
|
9
|
+
Thanks [@saihaj](https://github.com/saihaj)! - upgrade `graph init` to use latest version of
|
|
10
|
+
`graph-ts`
|
|
11
|
+
|
|
3
12
|
## 0.63.0
|
|
4
13
|
|
|
5
14
|
### 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.32.0`,
|
|
51
51
|
},
|
|
52
52
|
devDependencies: this.protocol.hasEvents() ? { 'matchstick-as': `0.5.0` } : undefined,
|
|
53
53
|
}), { parser: 'json' });
|
package/oclif.manifest.json
CHANGED