perstack 0.0.137 → 0.0.138
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/bin/cli.js +2 -2
- package/dist/bin/cli.js.map +1 -1
- package/package.json +3 -3
package/dist/bin/cli.js
CHANGED
|
@@ -93737,7 +93737,7 @@ var import_dist = (/* @__PURE__ */ __commonJSMin(((exports) => {
|
|
|
93737
93737
|
})))();
|
|
93738
93738
|
function getEnvironmentSection() {
|
|
93739
93739
|
const lines = [`- Platform: ${os.platform()} ${os.release()} (${os.arch()})`];
|
|
93740
|
-
if (process.env.PERSTACK_SANDBOX === "1") lines.push("- Sandbox: This is an isolated container environment (Ubuntu). You can freely install packages with `
|
|
93740
|
+
if (process.env.PERSTACK_SANDBOX === "1") lines.push("- Sandbox: This is an isolated container environment (Ubuntu). You can freely install packages with `apt-get install` and run arbitrary commands without affecting the host system.");
|
|
93741
93741
|
return `Environment:\n${lines.join("\n")}`;
|
|
93742
93742
|
}
|
|
93743
93743
|
function getDelegateMetaInstruction() {
|
|
@@ -125766,7 +125766,7 @@ async function startHandler(expertKey, query, options, handlerOptions) {
|
|
|
125766
125766
|
//#endregion
|
|
125767
125767
|
//#region package.json
|
|
125768
125768
|
var name = "perstack";
|
|
125769
|
-
var version = "0.0.
|
|
125769
|
+
var version = "0.0.138";
|
|
125770
125770
|
var description = "PerStack CLI";
|
|
125771
125771
|
//#endregion
|
|
125772
125772
|
//#region bin/cli.ts
|