pi-outpost 0.5.2 → 0.5.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.
@@ -48544,7 +48544,7 @@ var seaExtensionFactories = [
48544
48544
  ];
48545
48545
 
48546
48546
  // ../server/src/index.ts
48547
- var VERSION2 = true ? "0.5.2" : "dev";
48547
+ var VERSION2 = true ? "0.5.4" : "dev";
48548
48548
  var LAUNCH_DIR = process.env.INIT_CWD ?? process.cwd();
48549
48549
  function complain(error) {
48550
48550
  const message = error instanceof Error ? error.message : String(error);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-outpost",
3
- "version": "0.5.2",
3
+ "version": "0.5.4",
4
4
  "type": "module",
5
5
  "description": "A web chat UI for the pi coding agent — run it with npx, no clone, no build.",
6
6
  "license": "MIT",