staklink 0.3.55 → 0.3.56

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.
@@ -56958,7 +56958,7 @@ var SSEManager = class {
56958
56958
  var sseManager = new SSEManager();
56959
56959
 
56960
56960
  // src/proxy/version.ts
56961
- var VERSION = "0.3.55";
56961
+ var VERSION = "0.3.56";
56962
56962
 
56963
56963
  // node_modules/uuid/dist/esm/stringify.js
56964
56964
  var byteToHex = [];
@@ -10967,7 +10967,7 @@ var glob = Object.assign(glob_, {
10967
10967
  glob.glob = glob;
10968
10968
 
10969
10969
  // src/proxy/version.ts
10970
- var VERSION = "0.3.55";
10970
+ var VERSION = "0.3.56";
10971
10971
 
10972
10972
  // src/cli.ts
10973
10973
  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.55",
5
+ "version": "0.3.56",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {
@@ -124,6 +124,7 @@
124
124
  "express": "^4.21.2",
125
125
  "glob": "^11.0.2",
126
126
  "jsonc-parser": "^3.3.1",
127
+ "playwright-core": "^1.56.1",
127
128
  "undici": "^7.16.0",
128
129
  "uuid": "^11.1.0",
129
130
  "vscode-uri": "^3.1.0",