@graphprotocol/graph-cli
Advanced tools
Comparing version 0.95.0-alpha-20250124005550-cb2be96bbd7a71c34f5d5b6a08df49a8b167c5c7 to 0.95.0-alpha-20250124005600-b1d6fa43bb9b3c90d540d1667205a7f8603e56bd
#!/usr/bin/env node | ||
import process from 'node:process'; | ||
import semver from 'semver'; | ||
import { flush, handle, run } from '@oclif/core'; | ||
import { execute } from '@oclif/core'; | ||
import { nodeVersion } from '../dist/version.js'; | ||
@@ -14,4 +14,2 @@ | ||
await run(process.argv.slice(2), import.meta.url) | ||
.catch(async error => handle(error)) | ||
.finally(async () => flush()); | ||
await execute({ dir: import.meta.url }); |
@@ -1014,3 +1014,3 @@ { | ||
}, | ||
"version": "0.95.0-alpha-20250124005550-cb2be96bbd7a71c34f5d5b6a08df49a8b167c5c7" | ||
"version": "0.95.0-alpha-20250124005600-b1d6fa43bb9b3c90d540d1667205a7f8603e56bd" | ||
} |
{ | ||
"name": "@graphprotocol/graph-cli", | ||
"version": "0.95.0-alpha-20250124005550-cb2be96bbd7a71c34f5d5b6a08df49a8b167c5c7", | ||
"version": "0.95.0-alpha-20250124005600-b1d6fa43bb9b3c90d540d1667205a7f8603e56bd", | ||
"type": "module", | ||
"description": "CLI for building for and deploying to The Graph", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/graphprotocol/graph-tooling.git", | ||
"directory": "packages/cli" | ||
}, | ||
"license": "(Apache-2.0 OR MIT)", | ||
@@ -73,2 +68,7 @@ "engines": { | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/graphprotocol/graph-tooling.git", | ||
"directory": "packages/cli" | ||
}, | ||
"oclif": { | ||
@@ -75,0 +75,0 @@ "bin": "graph", |
Sorry, the diff of this file is too big to display
860553
20362