@graphprotocol/graph-cli 0.58.0-alpha-20230912110505-e2ae2a5 → 0.58.0-alpha-20230918231341-bb53ed5
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 +7 -1
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
-
## 0.58.0-alpha-
|
|
3
|
+
## 0.58.0-alpha-20230918231341-bb53ed5
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -9,6 +9,12 @@
|
|
|
9
9
|
Thanks [@incrypto32](https://github.com/incrypto32)! - Add data source context support in ethereum
|
|
10
10
|
manifest
|
|
11
11
|
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#1451](https://github.com/graphprotocol/graph-tooling/pull/1451)
|
|
15
|
+
[`7b6cfb9`](https://github.com/graphprotocol/graph-tooling/commit/7b6cfb9c318d716c1c2b86caaf6e056a9efc6ddb)
|
|
16
|
+
Thanks [@azf20](https://github.com/azf20)! - Align zksync testnet name
|
|
17
|
+
|
|
12
18
|
## 0.57.0
|
|
13
19
|
|
|
14
20
|
### Minor Changes
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphprotocol/graph-cli",
|
|
3
|
-
"version": "0.58.0-alpha-
|
|
3
|
+
"version": "0.58.0-alpha-20230918231341-bb53ed5",
|
|
4
4
|
"description": "CLI for building for and deploying to The Graph",
|
|
5
5
|
"license": "(Apache-2.0 OR MIT)",
|
|
6
6
|
"engines": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@types/semver": "^7.3.13",
|
|
57
57
|
"@types/which": "^2.0.1",
|
|
58
58
|
"copyfiles": "^2.4.1",
|
|
59
|
-
"jest": "29.
|
|
59
|
+
"jest": "29.5.0",
|
|
60
60
|
"oclif": "3.8.1",
|
|
61
61
|
"spawn-command": "0.0.2-1",
|
|
62
62
|
"strip-ansi": "6.0.1",
|