@lowentry/react-redux 0.2.2 → 0.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 (3) hide show
  1. package/LeRed.js +1 -1
  2. package/LeUtils.js +1 -1
  3. package/package.json +1 -1
package/LeRed.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as FastDeepEqualReact from 'fast-deep-equal/react';
1
+ import FastDeepEqualReact from 'fast-deep-equal/react';
2
2
  import * as RTK from '@reduxjs/toolkit';
3
3
  import * as React from 'react';
4
4
  import * as ReactDOM from 'react-dom';
package/LeUtils.js CHANGED
@@ -1,4 +1,4 @@
1
- import * as FastDeepEqual from 'fast-deep-equal';
1
+ import FastDeepEqual from 'fast-deep-equal';
2
2
  import {ISSET, IS_OBJECT, STRING, INT, FLOAT, FLOAT_ANY, INT_LAX} from './LeTypes.js';
3
3
 
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lowentry/react-redux",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "A plugin for React and Redux, to make it easier to create new components and state code.",