openship 0.1.8 → 0.1.9

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
@@ -5960,7 +5960,7 @@ var cacheCommand = new Command22("cache").description("Manage the local download
5960
5960
 
5961
5961
  // src/index.ts
5962
5962
  var program = new Command23();
5963
- program.name("openship").description("Openship CLI \u2014 install, run, and manage Openship from your terminal").version("0.1.8").option("--json", "Machine-readable JSON output (stdout data only)").hook("preAction", (thisCommand) => {
5963
+ program.name("openship").description("Openship CLI \u2014 install, run, and manage Openship from your terminal").version("0.1.9").option("--json", "Machine-readable JSON output (stdout data only)").hook("preAction", (thisCommand) => {
5964
5964
  if (thisCommand.opts().json) setJsonMode(true);
5965
5965
  });
5966
5966
  program.addCommand(upCommand);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openship",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "Openship CLI - deploy, manage, and open your Openship platform from the terminal",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {