@kelceyp/caw 1.0.10 → 1.0.11
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/caw.js +1 -1
- package/package.json +1 -1
package/dist/caw.js
CHANGED
|
@@ -11624,6 +11624,6 @@ if (!globalCheck.ok) {
|
|
|
11624
11624
|
console.error(globalCheck.message);
|
|
11625
11625
|
process.exit(1);
|
|
11626
11626
|
}
|
|
11627
|
-
var LAUNCHER_VERSION = "1.0.
|
|
11627
|
+
var LAUNCHER_VERSION = "1.0.11";
|
|
11628
11628
|
var app = create().name("caw").version(LAUNCHER_VERSION).command(start_default.create()).command(stop_default.create()).command(status_default.create()).command(logs_default.create()).command(upgrade_default.create());
|
|
11629
11629
|
await app.run(process.argv.slice(2));
|