@kelceyp/caw 1.0.3 → 1.0.4
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
|
@@ -9378,6 +9378,6 @@ if (!globalCheck.ok) {
|
|
|
9378
9378
|
console.error(globalCheck.message);
|
|
9379
9379
|
process.exit(1);
|
|
9380
9380
|
}
|
|
9381
|
-
var LAUNCHER_VERSION = "1.0.
|
|
9381
|
+
var LAUNCHER_VERSION = "1.0.4";
|
|
9382
9382
|
var app = create().name("caw").version(LAUNCHER_VERSION).command(start_default.create()).command(stop_default.create()).command(status_default.create()).command(logs_default.create());
|
|
9383
9383
|
await app.run(process.argv.slice(2));
|