@lvce-editor/extension-host-worker 5.21.0 → 5.22.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.
@@ -2577,6 +2577,9 @@ const registerOutputChannel = provider => {
2577
2577
  }
2578
2578
  await append(uri, text + '\n');
2579
2579
  },
2580
+ async replace(text) {
2581
+ await writeFile$2(uri, text);
2582
+ },
2580
2583
  getUri() {
2581
2584
  return uri;
2582
2585
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-host-worker",
3
- "version": "5.21.0",
3
+ "version": "5.22.0",
4
4
  "description": "Webworker for the extension host functionality in Lvce Editor.",
5
5
  "keywords": [
6
6
  "web-worker"