@graphprotocol/graph-cli 0.98.2-alpha-20251114120016-8cd92540ca3defa5c9c513d9023d46b443c2bed8 → 0.98.2-alpha-20251114185748-9a93fc9f57e9d547c71858dba8b36c629889f308
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-20251114185748-9a93fc9f57e9d547c71858dba8b36c629889f308",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for building for and deploying to The Graph",
|
|
6
6
|
"repository": {
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"graphql": "16.11.0",
|
|
45
45
|
"immutable": "5.1.4",
|
|
46
46
|
"jayson": "4.2.0",
|
|
47
|
-
"js-yaml": "4.1.
|
|
47
|
+
"js-yaml": "4.1.1",
|
|
48
48
|
"kubo-rpc-client": "^6.0.0",
|
|
49
49
|
"open": "10.2.0",
|
|
50
50
|
"prettier": "3.6.2",
|
|
@@ -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",
|