@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.
- package/dist/index.js +1 -1
- 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()
|
|
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