@graphprotocol/graph-cli 0.45.0 → 0.45.1-rc-20230409224053-9573567

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,5 +1,15 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.45.1-rc-20230409224053-9573567
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1263](https://github.com/graphprotocol/graph-tooling/pull/1263)
8
+ [`2ba2ba9`](https://github.com/graphprotocol/graph-tooling/commit/2ba2ba96c6cdc10461903b0712f122eb6d245f86)
9
+ Thanks [@mihirgupta0900](https://github.com/mihirgupta0900)! - Fixes dependency error from
10
+ `ipfs-http-client` and `concat-stream`. Visit
11
+ https://github.com/graphprotocol/graph-tooling/issues/1262 for more details.
12
+
3
13
  ## 0.45.0
4
14
 
5
15
  ### Minor Changes
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.45.0",
2
+ "version": "0.45.1-rc-20230409224053-9573567",
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.45.0",
3
+ "version": "0.45.1-rc-20230409224053-9573567",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {