pi-outpost 0.6.3 → 0.6.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.
@@ -50767,7 +50767,7 @@ var EMBEDDED_WEB = {
50767
50767
  };
50768
50768
 
50769
50769
  // ../server/src/index.ts
50770
- var VERSION2 = true ? "0.6.3" : "dev";
50770
+ var VERSION2 = true ? "0.6.4" : "dev";
50771
50771
  var PI_SDK_VERSION = true ? "0.80.9" : "dev";
50772
50772
  var LAUNCH_DIR = process.env.INIT_CWD ?? process.cwd();
50773
50773
  function complain(error) {
@@ -373005,7 +373005,7 @@ var EMBEDDED_WEB = {
373005
373005
  };
373006
373006
 
373007
373007
  // ../server/src/index.ts
373008
- var VERSION6 = true ? "0.6.3" : "dev";
373008
+ var VERSION6 = true ? "0.6.4" : "dev";
373009
373009
  var PI_SDK_VERSION = true ? "0.80.9" : "dev";
373010
373010
  var LAUNCH_DIR = process.env.INIT_CWD ?? process.cwd();
373011
373011
  function complain(error40) {
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-outpost",
3
- "version": "0.6.3",
3
+ "version": "0.6.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",