staklink 0.3.48 → 0.3.49

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.
@@ -56941,7 +56941,7 @@ var SSEManager = class {
56941
56941
  var sseManager = new SSEManager();
56942
56942
 
56943
56943
  // src/proxy/version.ts
56944
- var VERSION = "0.3.48";
56944
+ var VERSION = "0.3.49";
56945
56945
 
56946
56946
  // node_modules/uuid/dist/esm/stringify.js
56947
56947
  var byteToHex = [];
@@ -111997,7 +111997,7 @@ ${testResultsEntry}
111997
111997
  }
111998
111998
  async function runPlaywrightTest(repoLocation, testFilePath) {
111999
111999
  const runner = new Runner(repoLocation, console.log);
112000
- const testCommand = `npx -y @playwright/test test ${testFilePath}`;
112000
+ const testCommand = `npx -y playwright test ${testFilePath}`;
112001
112001
  console.log(`Running: ${testCommand}`);
112002
112002
  try {
112003
112003
  const result = await runner.executeCommand(
@@ -10948,7 +10948,7 @@ var glob = Object.assign(glob_, {
10948
10948
  glob.glob = glob;
10949
10949
 
10950
10950
  // src/proxy/version.ts
10951
- var VERSION = "0.3.48";
10951
+ var VERSION = "0.3.49";
10952
10952
 
10953
10953
  // src/cli.ts
10954
10954
  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.48",
5
+ "version": "0.3.49",
6
6
  "type": "module",
7
7
  "publisher": "stakwork",
8
8
  "engines": {