@lvce-editor/test-worker 5.19.0 → 5.20.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.
@@ -3548,6 +3548,7 @@ const fromId = async webViewId => {
3548
3548
  return {
3549
3549
  locator(selector, options) {
3550
3550
  const baseLocator = create(selector, options);
3551
+ // @ts-ignore
3551
3552
  baseLocator.webViewId = webViewId;
3552
3553
  return baseLocator;
3553
3554
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "5.19.0",
3
+ "version": "5.20.0",
4
4
  "description": "Test Worker",
5
5
  "repository": {
6
6
  "type": "git",