@craftspace/cli 0.7.0 → 0.8.0
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
|
@@ -19898,7 +19898,7 @@ var SaveWorkstationBodySchema = external_exports.object({
|
|
|
19898
19898
|
var WorkstationResponseSchema = external_exports.object({ workstation: WorkstationSchema });
|
|
19899
19899
|
|
|
19900
19900
|
// ../../shared/dist/machines/machine.js
|
|
19901
|
-
var CLI_VERSION = "0.
|
|
19901
|
+
var CLI_VERSION = "0.8.0";
|
|
19902
19902
|
var CLI_PACKAGE = "@craftspace/cli";
|
|
19903
19903
|
var CLI_INSTALL = `npm i -g ${CLI_PACKAGE}`;
|
|
19904
19904
|
var MACHINE_BEAT_INTERVAL_MS = 15e3;
|