pi-outpost 0.5.2 → 0.5.3
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/package.json +1 -1
package/dist/pi-outpost.mjs
CHANGED
|
@@ -48544,7 +48544,7 @@ var seaExtensionFactories = [
|
|
|
48544
48544
|
];
|
|
48545
48545
|
|
|
48546
48546
|
// ../server/src/index.ts
|
|
48547
|
-
var VERSION2 = true ? "0.5.
|
|
48547
|
+
var VERSION2 = true ? "0.5.3" : "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);
|