@graphprotocol/graph-cli 0.98.2-alpha-20251125181629-32f06cd8a8bd7b36e871c87f7a607191bd79daca → 0.98.2-alpha-20251126021616-c91fcf76d5bc658fdce0cf050d8e4511f741e677
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 +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphprotocol/graph-cli",
|
|
3
|
-
"version": "0.98.2-alpha-
|
|
3
|
+
"version": "0.98.2-alpha-20251126021616-c91fcf76d5bc658fdce0cf050d8e4511f741e677",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for building for and deploying to The Graph",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@pinax/graph-networks-registry": "^0.7.0",
|
|
35
35
|
"@whatwg-node/fetch": "^0.10.1",
|
|
36
36
|
"assemblyscript": "0.19.23",
|
|
37
|
-
"chokidar": "
|
|
37
|
+
"chokidar": "5.0.0",
|
|
38
38
|
"debug": "4.4.3",
|
|
39
39
|
"decompress": "^4.2.1",
|
|
40
40
|
"docker-compose": "1.3.0",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"spawn-command": "1.0.0",
|
|
69
69
|
"strip-ansi": "7.1.2",
|
|
70
70
|
"typescript": "5.7.3",
|
|
71
|
-
"vitest": "^
|
|
71
|
+
"vitest": "^3.0.0"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public",
|