@graphprotocol/graph-cli 0.45.0-alpha-20230404094654-95ccef5 → 0.45.0-alpha-20230404094958-e618363

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,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.45.0-alpha-20230404094654-95ccef5
3
+ ## 0.45.0-alpha-20230404094958-e618363
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -110,12 +110,12 @@
110
110
  - Updated dependency [`glob@9.3.4` ↗︎](https://www.npmjs.com/package/glob/v/9.3.4) (from `7.1.6`,
111
111
  in `dependencies`)
112
112
 
113
- - [#1254](https://github.com/graphprotocol/graph-tooling/pull/1254)
114
- [`95ccef5`](https://github.com/graphprotocol/graph-tooling/commit/95ccef5deb6ee39fa57b36b5597665fd2ed37192)
113
+ - [#1255](https://github.com/graphprotocol/graph-tooling/pull/1255)
114
+ [`e618363`](https://github.com/graphprotocol/graph-tooling/commit/e618363ff2c5fe07989b342ebd8196bd112eff0f)
115
115
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
116
116
 
117
- - Updated dependency [`prettier@2.8.7` ↗︎](https://www.npmjs.com/package/prettier/v/2.8.7) (from
118
- `1.19.1`, in `dependencies`)
117
+ - Updated dependency [`which@3.0.0` ↗︎](https://www.npmjs.com/package/which/v/3.0.0) (from
118
+ `2.0.2`, in `dependencies`)
119
119
 
120
120
  - [#1207](https://github.com/graphprotocol/graph-tooling/pull/1207)
121
121
  [`ad275b3`](https://github.com/graphprotocol/graph-tooling/commit/ad275b31e635dab03cfefda00617ef9f612b01c0)
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.45.0-alpha-20230404094654-95ccef5",
2
+ "version": "0.45.0-alpha-20230404094958-e618363",
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-alpha-20230404094654-95ccef5",
3
+ "version": "0.45.0-alpha-20230404094958-e618363",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {
@@ -35,13 +35,13 @@
35
35
  "ipfs-http-client": "34.0.0",
36
36
  "jayson": "3.7.0",
37
37
  "js-yaml": "3.14.1",
38
- "prettier": "2.8.7",
38
+ "prettier": "1.19.1",
39
39
  "request": "2.88.2",
40
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",
44
- "which": "2.0.2",
44
+ "which": "3.0.0",
45
45
  "yaml": "1.10.2"
46
46
  },
47
47
  "devDependencies": {
@@ -50,7 +50,7 @@
50
50
  "@types/jest": "^26.0.24",
51
51
  "@types/js-yaml": "^3.12.7",
52
52
  "@types/semver": "^7.3.13",
53
- "@types/which": "^2.0.1",
53
+ "@types/which": "^3.0.0",
54
54
  "copyfiles": "^2.4.1",
55
55
  "jest": "26.6.3",
56
56
  "oclif": "3.7.3",