staklink 0.3.27 → 0.3.31

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.
@@ -10905,7 +10905,7 @@ var glob = Object.assign(glob_, {
10905
10905
  glob.glob = glob;
10906
10906
 
10907
10907
  // src/proxy/version.ts
10908
- var VERSION = "0.3.27";
10908
+ var VERSION = "0.3.31";
10909
10909
 
10910
10910
  // src/cli.ts
10911
10911
  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.27",
5
+ "version": "0.3.31",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {
@@ -125,6 +125,7 @@
125
125
  "express": "^4.21.2",
126
126
  "glob": "^11.0.2",
127
127
  "jsonc-parser": "^3.3.1",
128
+ "undici": "^7.16.0",
128
129
  "uuid": "^11.1.0",
129
130
  "vscode-uri": "^3.1.0",
130
131
  "zod": "^3.24.3"