@graphprotocol/graph-cli 0.98.2-alpha-20251025041038-1aa8f32269c0b7d8fd00e7779eb36387c78bf566 → 0.98.2-alpha-20251027184652-cedb3dee7bf432433e03cba027b13a3f4516b0e1
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-20251027184652-cedb3dee7bf432433e03cba027b13a3f4516b0e1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for building for and deploying to The Graph",
|
|
6
6
|
"repository": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
|
|
30
|
-
"@oclif/core": "4.
|
|
30
|
+
"@oclif/core": "4.5.5",
|
|
31
31
|
"@oclif/plugin-autocomplete": "^3.2.11",
|
|
32
32
|
"@oclif/plugin-not-found": "^3.2.29",
|
|
33
33
|
"@oclif/plugin-warn-if-update-available": "^3.1.24",
|
|
@@ -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": "^4.0.0"
|
|
72
72
|
},
|
|
73
73
|
"publishConfig": {
|
|
74
74
|
"access": "public",
|