pi-outpost 0.1.0 → 0.1.1

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.
@@ -371991,7 +371991,7 @@ var seaExtensionFactories = [
371991
371991
  ];
371992
371992
 
371993
371993
  // ../server/src/index.ts
371994
- var VERSION6 = true ? "0.1.0" : "dev";
371994
+ var VERSION6 = true ? "0.1.1" : "dev";
371995
371995
  var LAUNCH_DIR = process.env.INIT_CWD ?? process.cwd();
371996
371996
  function complain(error40) {
371997
371997
  const message = error40 instanceof Error ? error40.message : String(error40);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-outpost",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
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",