staklink 0.3.0 → 0.3.4

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.
@@ -10896,7 +10896,7 @@ var glob = Object.assign(glob_, {
10896
10896
  glob.glob = glob;
10897
10897
 
10898
10898
  // src/proxy/version.ts
10899
- var VERSION = "0.3.0";
10899
+ var VERSION = "0.3.2";
10900
10900
 
10901
10901
  // src/cli.ts
10902
10902
  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.0",
5
+ "version": "0.3.4",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {