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.
- package/dist/pi-outpost.mjs +1 -1
- package/package.json +1 -1
package/dist/pi-outpost.mjs
CHANGED
|
@@ -371991,7 +371991,7 @@ var seaExtensionFactories = [
|
|
|
371991
371991
|
];
|
|
371992
371992
|
|
|
371993
371993
|
// ../server/src/index.ts
|
|
371994
|
-
var VERSION6 = true ? "0.1.
|
|
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);
|