@graphprotocol/graph-cli 0.45.0-alpha-20230403200143-dd2ee8b → 0.45.0-alpha-20230403201634-7f0c2a5

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-20230403200143-dd2ee8b
3
+ ## 0.45.0-alpha-20230403201634-7f0c2a5
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -46,6 +46,20 @@
46
46
  - Updated dependency [`debug@4.3.4` ↗︎](https://www.npmjs.com/package/debug/v/4.3.4) (from
47
47
  `4.3.1`, in `dependencies`)
48
48
 
49
+ - [#1228](https://github.com/graphprotocol/graph-tooling/pull/1228)
50
+ [`cefbf3a`](https://github.com/graphprotocol/graph-tooling/commit/cefbf3a0d4601d79c4700eed45f1fc3ede35fbd7)
51
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
52
+
53
+ - Updated dependency [`semver@7.3.8` ↗︎](https://www.npmjs.com/package/semver/v/7.3.8) (from
54
+ `7.3.5`, in `dependencies`)
55
+
56
+ - [#1229](https://github.com/graphprotocol/graph-tooling/pull/1229)
57
+ [`425558f`](https://github.com/graphprotocol/graph-tooling/commit/425558f3211ed79bbfc090d21e39a0eea7cb7cb5)
58
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
59
+
60
+ - Updated dependency [`tmp-promise@3.0.3` ↗︎](https://www.npmjs.com/package/tmp-promise/v/3.0.3)
61
+ (from `3.0.2`, in `dependencies`)
62
+
49
63
  - [#1232](https://github.com/graphprotocol/graph-tooling/pull/1232)
50
64
  [`dc1e433`](https://github.com/graphprotocol/graph-tooling/commit/dc1e43304cf382d67bbd4f2f5d9f80e3fe676b47)
51
65
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
@@ -60,6 +74,13 @@
60
74
  - Updated dependency [`fs-extra@9.1.0` ↗︎](https://www.npmjs.com/package/fs-extra/v/9.1.0) (from
61
75
  `9.0.0`, in `dependencies`)
62
76
 
77
+ - [#1239](https://github.com/graphprotocol/graph-tooling/pull/1239)
78
+ [`b331905`](https://github.com/graphprotocol/graph-tooling/commit/b331905790c193183fb9cad834f488027cb3fd91)
79
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
80
+
81
+ - Updated dependency [`jayson@3.7.0` ↗︎](https://www.npmjs.com/package/jayson/v/3.7.0) (from
82
+ `3.6.6`, in `dependencies`)
83
+
63
84
  - [#1240](https://github.com/graphprotocol/graph-tooling/pull/1240)
64
85
  [`ef99d62`](https://github.com/graphprotocol/graph-tooling/commit/ef99d6234de249a04e9d5f09d1f0909f9261d413)
65
86
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.45.0-alpha-20230403200143-dd2ee8b",
2
+ "version": "0.45.0-alpha-20230403201634-7f0c2a5",
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-20230403200143-dd2ee8b",
3
+ "version": "0.45.0-alpha-20230403201634-7f0c2a5",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {
@@ -33,13 +33,13 @@
33
33
  "graphql": "15.5.0",
34
34
  "immutable": "4.2.1",
35
35
  "ipfs-http-client": "34.0.0",
36
- "jayson": "3.6.6",
36
+ "jayson": "3.7.0",
37
37
  "js-yaml": "3.14.1",
38
38
  "prettier": "1.19.1",
39
39
  "request": "2.88.2",
40
- "semver": "7.3.5",
40
+ "semver": "7.3.8",
41
41
  "sync-request": "6.1.0",
42
- "tmp-promise": "3.0.2",
42
+ "tmp-promise": "3.0.3",
43
43
  "web3-eth-abi": "1.7.0",
44
44
  "which": "2.0.2",
45
45
  "yaml": "1.10.2"