@graphprotocol/graph-cli 0.45.2-alpha-20230410223707-9eb7ff0 → 0.45.2

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,25 +1,18 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.45.2-alpha-20230410223707-9eb7ff0
3
+ ## 0.45.2
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - [#1268](https://github.com/graphprotocol/graph-tooling/pull/1268)
8
8
  [`d473997`](https://github.com/graphprotocol/graph-tooling/commit/d473997a9fea02e91649a0e345fd84dbeff54fdf)
9
9
  Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
10
-
11
10
  - Updated dependency
12
11
  [`ipfs-http-client@55.0.0` ↗︎](https://www.npmjs.com/package/ipfs-http-client/v/55.0.0) (from
13
12
  `34.0.0`, in `dependencies`)
14
13
  - Updated dependency [`jayson@4.0.0` ↗︎](https://www.npmjs.com/package/jayson/v/4.0.0) (from
15
14
  `3.7.0`, in `dependencies`)
16
15
 
17
- - [#1273](https://github.com/graphprotocol/graph-tooling/pull/1273)
18
- [`9eb7ff0`](https://github.com/graphprotocol/graph-tooling/commit/9eb7ff0c3c5afd7c1adc6eead3844bec9a21a07b)
19
- Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
20
- - Updated dependency [`semver@7.4.0` ↗︎](https://www.npmjs.com/package/semver/v/7.4.0) (from
21
- `7.3.8`, in `dependencies`)
22
-
23
16
  ## 0.45.1
24
17
 
25
18
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.45.2-alpha-20230410223707-9eb7ff0",
2
+ "version": "0.45.2",
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.2-alpha-20230410223707-9eb7ff0",
3
+ "version": "0.45.2",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {
@@ -37,7 +37,7 @@
37
37
  "js-yaml": "3.14.1",
38
38
  "prettier": "1.19.1",
39
39
  "request": "2.88.2",
40
- "semver": "7.4.0",
40
+ "semver": "7.3.8",
41
41
  "sync-request": "6.1.0",
42
42
  "tmp-promise": "3.0.3",
43
43
  "web3-eth-abi": "1.7.0",