@lvce-editor/renderer-process 8.0.0 → 8.1.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.
@@ -4225,7 +4225,7 @@ const get = id => {
4225
4225
  };
4226
4226
 
4227
4227
  const objects = Object.create(null);
4228
- const transfer = (objectId, transferable) => {
4228
+ const transfer = (transferable, objectId) => {
4229
4229
  objects[objectId] = transferable;
4230
4230
  };
4231
4231
  const acquire = objectId => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "description": "",
5
5
  "main": "dist/diffWorkerMain.js",
6
6
  "type": "module",