@goldskycom/cli 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -40761,7 +40761,7 @@ var builder4 = (yargs) => yargs.positional("nameAndVersion", {
40761
40761
  }).option("path", {
40762
40762
  describe: "Path to subgraph",
40763
40763
  type: "string",
40764
- default: import_path8.default.join(process.cwd(), "build")
40764
+ default: import_path8.default.join(process.cwd())
40765
40765
  }).option("overwrite", {
40766
40766
  describe: "Overwrite existing subgraph with the matching name/version",
40767
40767
  type: "boolean",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@goldskycom/cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "The Goldsky CLI to deploy subgraphs, index & transform blockchain data, configure webhooks, and access your data in real-time.",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [