@lumi.ai/runner 0.15.21 → 0.15.22

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/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -1068,7 +1068,7 @@ function mcpUrl(config2) {
1068
1068
  }
1069
1069
 
1070
1070
  // src/version.ts
1071
- var RUNNER_VERSION = true ? "0.15.21" : "0.0.0-dev";
1071
+ var RUNNER_VERSION = true ? "0.15.22" : "0.0.0-dev";
1072
1072
 
1073
1073
  // src/auth.ts
1074
1074
  import { signInWithCustomToken } from "firebase/auth";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lumi.ai/runner",
3
- "version": "0.15.21",
3
+ "version": "0.15.22",
4
4
  "type": "module",
5
5
  "description": "Lumi Crew runner daemon — claims jobs from your Ships and executes them as headless Claude sessions on your own machine.",
6
6
  "//name": "The ONLY package in this monorepo published to the public registry, so it is the one that does not follow the internal @lumi/crew-* convention: `@lumi` is not a scope we own, `@lumi.ai` is (the npm org). The workspace DIRECTORY stays packages/crew/runner — renaming the package is not renaming the folder.",