@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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.7.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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@craftspace/cli",
3
- "version": "0.7.0",
3
+ "version": "0.8.0",
4
4
  "type": "module",
5
5
  "description": "Sign a Mac or Linux machine into Craftspace and keep its agent setup in step.",
6
6
  "license": "MIT",