staklink 0.3.31 → 0.3.32

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.
@@ -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.31";
56422
+ var VERSION = "0.3.32";
56422
56423
 
56423
56424
  // node_modules/uuid/dist/esm/stringify.js
56424
56425
  var byteToHex = [];
@@ -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.31";
10909
+ var VERSION = "0.3.32";
10909
10910
 
10910
10911
  // src/cli.ts
10911
10912
  var STAKLINK_PROXY = "staklink-proxy";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "staklink",
3
3
  "displayName": "staklink",
4
4
  "description": "staklink process manager",
5
- "version": "0.3.31",
5
+ "version": "0.3.32",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {