staklink 0.3.14 → 0.3.15

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.
@@ -33928,7 +33928,7 @@ var SSEManager = class {
33928
33928
  var sseManager = new SSEManager();
33929
33929
 
33930
33930
  // src/proxy/version.ts
33931
- var VERSION = "0.3.13";
33931
+ var VERSION = "0.3.15";
33932
33932
 
33933
33933
  // node_modules/uuid/dist/esm/stringify.js
33934
33934
  var byteToHex = [];
@@ -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.13";
10908
+ var VERSION = "0.3.15";
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.14",
5
+ "version": "0.3.15",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {