@acidgreen-au/ag-cicd-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/cli.mjs +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -769,7 +769,7 @@ async function dev(_options, command) {
769
769
  name: "shopify",
770
770
  prefixColor: "magenta"
771
771
  }], {
772
- killOthers: ["failure", "success"],
772
+ killOthersOn: ["failure", "success"],
773
773
  restartTries: 0
774
774
  });
775
775
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acidgreen-au/ag-cicd-cli",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Acidgreen CI/CD CLI tools",
5
5
  "type": "module",
6
6
  "bin": {