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.
- package/dist/pi-outpost.mjs +1 -1
- package/dist/pi-outpost.sea.mjs +1 -1
- package/dist/sea-prep.blob +0 -0
- package/package.json +1 -1
package/dist/pi-outpost.mjs
CHANGED
|
@@ -50767,7 +50767,7 @@ var EMBEDDED_WEB = {
|
|
|
50767
50767
|
};
|
|
50768
50768
|
|
|
50769
50769
|
// ../server/src/index.ts
|
|
50770
|
-
var VERSION2 = true ? "0.6.
|
|
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) {
|
package/dist/pi-outpost.sea.mjs
CHANGED
|
@@ -373005,7 +373005,7 @@ var EMBEDDED_WEB = {
|
|
|
373005
373005
|
};
|
|
373006
373006
|
|
|
373007
373007
|
// ../server/src/index.ts
|
|
373008
|
-
var VERSION6 = true ? "0.6.
|
|
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) {
|
package/dist/sea-prep.blob
CHANGED
|
Binary file
|