staklink 0.3.48 → 0.3.50
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.
- package/dist/proxy-server.cjs +2 -2
- package/dist/staklink-cli.cjs +1 -1
- package/package.json +1 -1
package/dist/proxy-server.cjs
CHANGED
|
@@ -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.
|
|
56944
|
+
var VERSION = "0.3.50";
|
|
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 -p @playwright/test playwright test ${testFilePath}`;
|
|
112001
112001
|
console.log(`Running: ${testCommand}`);
|
|
112002
112002
|
try {
|
|
112003
112003
|
const result = await runner.executeCommand(
|
package/dist/staklink-cli.cjs
CHANGED
|
@@ -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.
|
|
10951
|
+
var VERSION = "0.3.50";
|
|
10952
10952
|
|
|
10953
10953
|
// src/cli.ts
|
|
10954
10954
|
var STAKLINK_PROXY = "staklink-proxy";
|