@lvce-editor/test-with-playwright 10.5.0 → 11.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.
Files changed (2) hide show
  1. package/dist/main.js +2 -2
  2. package/package.json +3 -3
package/dist/main.js CHANGED
@@ -402,8 +402,8 @@ const getOptions = ({
402
402
  };
403
403
  };
404
404
 
405
- const __dirname = import.meta.dirname;
406
- const root = join(__dirname, '..', '..', '..', '..', '..');
405
+ const __dirname$1 = import.meta.dirname;
406
+ const root = join(__dirname$1, '..', '..', '..', '..', '..');
407
407
 
408
408
  const getTestWorkerUrl = () => {
409
409
  return import.meta.resolve('@lvce-editor/test-with-playwright-worker');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-with-playwright",
3
- "version": "10.5.0",
3
+ "version": "11.0.0",
4
4
  "description": "CLI tool for running Playwright tests",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,8 +12,8 @@
12
12
  "main": "dist/main.js",
13
13
  "bin": "bin/test-with-playwright.js",
14
14
  "dependencies": {
15
- "@lvce-editor/test-with-playwright-worker": "10.5.0",
16
- "@lvce-editor/test-worker": "^9.8.0"
15
+ "@lvce-editor/test-with-playwright-worker": "11.0.0",
16
+ "@lvce-editor/test-worker": "^10.0.0"
17
17
  },
18
18
  "engines": {
19
19
  "node": ">=22"