@floomhq/floom 1.0.60 → 1.0.61

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/daemon.js +1 -1
  2. package/package.json +1 -1
package/dist/daemon.js CHANGED
@@ -11,7 +11,7 @@ const SERVICE_NAME = "floom-sync.service";
11
11
  const LAUNCHD_LABEL = "dev.floom.sync";
12
12
  const LOG_PATH = join(CONFIG_DIR, "daemon.log");
13
13
  const STATUS_PATH = join(CONFIG_DIR, "daemon-status.json");
14
- const NATIVE_BASELINE_VERSION = 2;
14
+ const NATIVE_BASELINE_VERSION = 3;
15
15
  const MIN_INTERVAL_SECONDS = 30;
16
16
  const MIN_TIMEOUT_SECONDS = 30;
17
17
  function targetsFor(value) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floomhq/floom",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "description": "Sync AI skills across agents and machines.",
5
5
  "license": "MIT",
6
6
  "type": "module",