@graphprotocol/graph-cli 0.45.0-alpha-20230403191605-33e321b → 0.45.0-alpha-20230403192556-8ed4cd2

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-20230403191605-33e321b
3
+ ## 0.45.0-alpha-20230403192556-8ed4cd2
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -32,6 +32,20 @@
32
32
  - Updated dependency [`chokidar@3.5.3` ↗︎](https://www.npmjs.com/package/chokidar/v/3.5.3) (from
33
33
  `3.5.1`, in `dependencies`)
34
34
 
35
+ - [#1226](https://github.com/graphprotocol/graph-tooling/pull/1226)
36
+ [`ae76840`](https://github.com/graphprotocol/graph-tooling/commit/ae76840703fa62260d161968abfc461290ecfd22)
37
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
38
+
39
+ - Updated dependency [`debug@4.3.4` ↗︎](https://www.npmjs.com/package/debug/v/4.3.4) (from
40
+ `4.3.1`, in `dependencies`)
41
+
42
+ - [#1228](https://github.com/graphprotocol/graph-tooling/pull/1228)
43
+ [`8ed4cd2`](https://github.com/graphprotocol/graph-tooling/commit/8ed4cd293ec27fbf4bd63ae255337da78a98a341)
44
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
45
+
46
+ - Updated dependency [`semver@7.3.8` ↗︎](https://www.npmjs.com/package/semver/v/7.3.8) (from
47
+ `7.3.5`, in `dependencies`)
48
+
35
49
  - [#1232](https://github.com/graphprotocol/graph-tooling/pull/1232)
36
50
  [`dc1e433`](https://github.com/graphprotocol/graph-tooling/commit/dc1e43304cf382d67bbd4f2f5d9f80e3fe676b47)
37
51
  Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
@@ -39,6 +53,27 @@
39
53
  - Updated dependency [`@oclif/core@2.8.0` ↗︎](https://www.npmjs.com/package/@oclif/core/v/2.8.0)
40
54
  (from `2.0.7`, in `dependencies`)
41
55
 
56
+ - [#1234](https://github.com/graphprotocol/graph-tooling/pull/1234)
57
+ [`2f6838a`](https://github.com/graphprotocol/graph-tooling/commit/2f6838ac06e0d3b672565594a1acd817d46cb450)
58
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
59
+
60
+ - Updated dependency [`fs-extra@9.1.0` ↗︎](https://www.npmjs.com/package/fs-extra/v/9.1.0) (from
61
+ `9.0.0`, in `dependencies`)
62
+
63
+ - [#1240](https://github.com/graphprotocol/graph-tooling/pull/1240)
64
+ [`ef99d62`](https://github.com/graphprotocol/graph-tooling/commit/ef99d6234de249a04e9d5f09d1f0909f9261d413)
65
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
66
+
67
+ - Updated dependency [`js-yaml@3.14.1` ↗︎](https://www.npmjs.com/package/js-yaml/v/3.14.1) (from
68
+ `3.13.1`, in `dependencies`)
69
+
70
+ - [#1243](https://github.com/graphprotocol/graph-tooling/pull/1243)
71
+ [`5682ab5`](https://github.com/graphprotocol/graph-tooling/commit/5682ab5aab38013aa68936d70458962f2927db75)
72
+ Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
73
+
74
+ - Updated dependency [`yaml@1.10.2` ↗︎](https://www.npmjs.com/package/yaml/v/1.10.2) (from
75
+ `1.9.2`, in `dependencies`)
76
+
42
77
  - [#1207](https://github.com/graphprotocol/graph-tooling/pull/1207)
43
78
  [`ad275b3`](https://github.com/graphprotocol/graph-tooling/commit/ad275b31e635dab03cfefda00617ef9f612b01c0)
44
79
  Thanks [@saihaj](https://github.com/saihaj)! - bring back short hand for version and help
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.45.0-alpha-20230403191605-33e321b",
2
+ "version": "0.45.0-alpha-20230403192556-8ed4cd2",
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-20230403191605-33e321b",
3
+ "version": "0.45.0-alpha-20230403192556-8ed4cd2",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {
@@ -24,35 +24,35 @@
24
24
  "binary-install-raw": "0.0.13",
25
25
  "chalk": "3.0.0",
26
26
  "chokidar": "3.5.3",
27
- "debug": "4.3.1",
27
+ "debug": "4.3.4",
28
28
  "docker-compose": "0.23.4",
29
29
  "dockerode": "2.5.8",
30
- "fs-extra": "9.0.0",
30
+ "fs-extra": "9.1.0",
31
31
  "glob": "7.1.6",
32
32
  "gluegun": "https://github.com/edgeandnode/gluegun#v4.3.1-pin-colors-dep",
33
33
  "graphql": "15.5.0",
34
34
  "immutable": "4.2.1",
35
35
  "ipfs-http-client": "34.0.0",
36
36
  "jayson": "3.6.6",
37
- "js-yaml": "3.13.1",
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
42
  "tmp-promise": "3.0.2",
43
43
  "web3-eth-abi": "1.7.0",
44
44
  "which": "2.0.2",
45
- "yaml": "1.9.2"
45
+ "yaml": "1.10.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/debug": "^4.1.7",
49
49
  "@types/fs-extra": "^9.0.13",
50
- "@types/jest": "^29.0.0",
50
+ "@types/jest": "^26.0.24",
51
51
  "@types/js-yaml": "^3.12.7",
52
52
  "@types/semver": "^7.3.13",
53
53
  "@types/which": "^2.0.1",
54
54
  "copyfiles": "^2.4.1",
55
- "jest": "29.5.0",
55
+ "jest": "26.6.3",
56
56
  "oclif": "3.7.3",
57
57
  "spawn-command": "0.0.2-1",
58
58
  "strip-ansi": "6.0.1",