staklink 0.3.31 → 0.3.33
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/proxy-server.cjs +3 -2
- package/dist/staklink-cli.cjs +3 -2
- package/package.json +1 -1
package/dist/proxy-server.cjs
CHANGED
|
@@ -48158,7 +48158,7 @@ var PM2Manager = class {
|
|
|
48158
48158
|
env: {
|
|
48159
48159
|
...process.env,
|
|
48160
48160
|
// Important: inherit ALL environment
|
|
48161
|
-
PATH: process.env.PATH || "/usr/local/bin:/usr/bin:/bin",
|
|
48161
|
+
PATH: process.env.PATH || "/root/.cargo/bin:/usr/local/bin:/usr/bin:/bin",
|
|
48162
48162
|
HOME: process.env.HOME || "/root",
|
|
48163
48163
|
...env
|
|
48164
48164
|
// Then override with custom env
|
|
@@ -48424,6 +48424,7 @@ async function findAndLoadPm2Config(workspaceRoot2, log_cb) {
|
|
|
48424
48424
|
async function findPm2Config(workspaceRoot2, log_cb) {
|
|
48425
48425
|
log_cb?.(`Searching for PM2 config in workspace: ${workspaceRoot2}`);
|
|
48426
48426
|
const configPaths = [
|
|
48427
|
+
"/workspaces/.pod-config/.user-dockerfile/pm2.config.js",
|
|
48427
48428
|
path.join(workspaceRoot2, "pm2.config.js"),
|
|
48428
48429
|
path.join(workspaceRoot2, ".devcontainer", "pm2.config.js")
|
|
48429
48430
|
];
|
|
@@ -56418,7 +56419,7 @@ var SSEManager = class {
|
|
|
56418
56419
|
var sseManager = new SSEManager();
|
|
56419
56420
|
|
|
56420
56421
|
// src/proxy/version.ts
|
|
56421
|
-
var VERSION = "0.3.
|
|
56422
|
+
var VERSION = "0.3.33";
|
|
56422
56423
|
|
|
56423
56424
|
// node_modules/uuid/dist/esm/stringify.js
|
|
56424
56425
|
var byteToHex = [];
|
package/dist/staklink-cli.cjs
CHANGED
|
@@ -3698,7 +3698,7 @@ var PM2Manager = class {
|
|
|
3698
3698
|
env: {
|
|
3699
3699
|
...process.env,
|
|
3700
3700
|
// Important: inherit ALL environment
|
|
3701
|
-
PATH: process.env.PATH || "/usr/local/bin:/usr/bin:/bin",
|
|
3701
|
+
PATH: process.env.PATH || "/root/.cargo/bin:/usr/local/bin:/usr/bin:/bin",
|
|
3702
3702
|
HOME: process.env.HOME || "/root",
|
|
3703
3703
|
...env
|
|
3704
3704
|
// Then override with custom env
|
|
@@ -3920,6 +3920,7 @@ async function findAndLoadPm2Config(workspaceRoot2, log_cb) {
|
|
|
3920
3920
|
async function findPm2Config(workspaceRoot2, log_cb) {
|
|
3921
3921
|
log_cb?.(`Searching for PM2 config in workspace: ${workspaceRoot2}`);
|
|
3922
3922
|
const configPaths = [
|
|
3923
|
+
"/workspaces/.pod-config/.user-dockerfile/pm2.config.js",
|
|
3923
3924
|
path.join(workspaceRoot2, "pm2.config.js"),
|
|
3924
3925
|
path.join(workspaceRoot2, ".devcontainer", "pm2.config.js")
|
|
3925
3926
|
];
|
|
@@ -10905,7 +10906,7 @@ var glob = Object.assign(glob_, {
|
|
|
10905
10906
|
glob.glob = glob;
|
|
10906
10907
|
|
|
10907
10908
|
// src/proxy/version.ts
|
|
10908
|
-
var VERSION = "0.3.
|
|
10909
|
+
var VERSION = "0.3.33";
|
|
10909
10910
|
|
|
10910
10911
|
// src/cli.ts
|
|
10911
10912
|
var STAKLINK_PROXY = "staklink-proxy";
|