@lvce-editor/test-worker 11.7.0 → 11.8.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.
@@ -2687,12 +2687,10 @@ const loadFixtureToMemFs = async fileMap => {
2687
2687
  return `memfs:///fixture`;
2688
2688
  };
2689
2689
 
2690
- const Backslash = '\\';
2691
2690
  const Slash$1 = '/';
2692
2691
 
2693
2692
  const Character = {
2694
2693
  __proto__: null,
2695
- Backslash,
2696
2694
  Slash: Slash$1
2697
2695
  };
2698
2696
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/test-worker",
3
- "version": "11.7.0",
3
+ "version": "11.8.0",
4
4
  "description": "Test Worker",
5
5
  "repository": {
6
6
  "type": "git",
@@ -11,7 +11,7 @@
11
11
  "type": "module",
12
12
  "main": "dist/testWorkerMain.js",
13
13
  "dependencies": {
14
- "@lvce-editor/constants": "^2.8.0"
14
+ "@lvce-editor/constants": "^2.9.0"
15
15
  },
16
16
  "types": "dist/api.d.ts"
17
17
  }