cogsbox-state 0.5.290 → 0.5.291

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/package.json +1 -1
  2. package/src/store.ts +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogsbox-state",
3
- "version": "0.5.290",
3
+ "version": "0.5.291",
4
4
  "description": "React state management library with form controls and server sync",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
package/src/store.ts CHANGED
@@ -337,7 +337,6 @@ export const getGlobalStore = create<CogsGlobalState>((set, get) => ({
337
337
  if (Array.isArray(current)) {
338
338
  current.push({});
339
339
  }
340
-
341
340
  return { shadowStateStore: newShadow };
342
341
  });
343
342
  },