@lvce-editor/ipc 8.2.1 → 9.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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -423,7 +423,7 @@ const getActualData = (message, handle) => {
423
423
  if (handle) {
424
424
  return {
425
425
  ...message,
426
- params: [...message.params, handle]
426
+ params: [handle, ...message.params]
427
427
  };
428
428
  }
429
429
  return message;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/ipc",
3
- "version": "8.2.1",
3
+ "version": "9.0.0",
4
4
  "description": "Inter Process Communication for Lvce Editor",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",