@lvce-editor/test-with-playwright-worker 19.0.0 → 20.0.0

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.
@@ -1338,7 +1338,6 @@ async function getPorts(options) {
1338
1338
  }
1339
1339
 
1340
1340
  const getPort = () => {
1341
- // @ts-ignore
1342
1341
  return getPorts();
1343
1342
  };
1344
1343
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-with-playwright-worker",
3
- "version": "19.0.0",
3
+ "version": "20.0.0",
4
4
  "description": "Worker package for test-with-playwright",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,8 @@
12
12
  "type": "module",
13
13
  "main": "dist/workerMain.js",
14
14
  "dependencies": {
15
- "@playwright/test": "1.61.0"
15
+ "@playwright/test": "1.61.0",
16
+ "get-port": "^7.2.0"
16
17
  },
17
18
  "engines": {
18
19
  "node": ">=24"