@ws-ui/store 0.0.32 → 0.0.34

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.
package/dist/index.es.js CHANGED
@@ -14102,7 +14102,6 @@ const aP = {
14102
14102
  },
14103
14103
  selectTabByReference(e, r) {
14104
14104
  const t = [
14105
- V.SETTINGS,
14106
14105
  V.DEBUGGER
14107
14106
  ], a = r.payload;
14108
14107
  let i = e.tabs.find(({ path: s }) => a.path === s);