@graphprotocol/graph-cli
Advanced tools
Comparing version
@@ -635,3 +635,3 @@ import fs from 'node:fs'; | ||
// Validate network matches if loading from IPFS | ||
if (ipfsNode && source && source.startsWith('Qm')) { | ||
if (ipfsNode && source?.startsWith('Qm')) { | ||
const ipfs = createIpfsClient(ipfsNode); | ||
@@ -638,0 +638,0 @@ try { |
@@ -1014,3 +1014,3 @@ { | ||
}, | ||
"version": "0.96.0-alpha-20250130075143-7efc3f2c8183b3e731bcb1a7c40d286ea9337642" | ||
"version": "0.96.0-alpha-20250130081352-3a75a7fd2231fb7cd2ed22c8020b1dd5539efa70" | ||
} |
{ | ||
"name": "@graphprotocol/graph-cli", | ||
"version": "0.96.0-alpha-20250130075143-7efc3f2c8183b3e731bcb1a7c40d286ea9337642", | ||
"version": "0.96.0-alpha-20250130081352-3a75a7fd2231fb7cd2ed22c8020b1dd5539efa70", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "CLI for building for and deploying to The Graph", |
Sorry, the diff of this file is too big to display
871210
0