@lowentry/react-redux 1.2.1 → 1.2.3

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/LeRed.js +1 -1
  2. package/package.json +3 -3
package/LeRed.js CHANGED
@@ -959,7 +959,7 @@ export const LeRed = (() =>
959
959
  store = LeRed.configureStore(store);
960
960
  return React.createElement(ReactRedux.Provider, {store}, children);
961
961
  }
962
- return React.createElement(ReactRedux.Provider, {}, children);
962
+ return children;
963
963
  });
964
964
 
965
965
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowentry/react-redux",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "Provides utilities for React and Redux.",
@@ -16,10 +16,10 @@
16
16
  "states",
17
17
  "slices"
18
18
  ],
19
- "homepage": "https://github.com/patrickvane/lowentry-react-redux",
19
+ "homepage": "https://github.com/LowEntry/lowentry-react-redux",
20
20
  "repository": {
21
21
  "type": "git",
22
- "url": "git+https://github.com/patrickvane/lowentry-react-redux.git"
22
+ "url": "git+https://github.com/LowEntry/lowentry-react-redux.git"
23
23
  },
24
24
  "scripts": {
25
25
  "test": "node --check index.js"