@lvce-editor/editor-worker 19.33.0 → 19.33.1

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.
@@ -14043,7 +14043,7 @@ const renderCss = {
14043
14043
  };
14044
14044
  const renderFocus$1 = {
14045
14045
  apply: (oldState, newState) => [/* method */'setFocused', newState.focused],
14046
- isEqual: (oldState, newState) => oldState.focused === newState.focused
14046
+ isEqual: isEqual$2
14047
14047
  };
14048
14048
  const renderFocusContext = {
14049
14049
  apply: (oldState, newState) => [SetFocusContext$1, newState.uid, newState.focus, 0, newState.uid, 'Editor'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "19.33.0",
3
+ "version": "19.33.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"