@onehat/data 1.19.8 → 1.19.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/data",
3
- "version": "1.19.8",
3
+ "version": "1.19.9",
4
4
  "description": "JS data modeling package with adapters for many storage mediums.",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -3,6 +3,7 @@
3
3
  import PercentIntProperty from './PercentInt.js';
4
4
  import Formatters from '../Util/Formatters.js';
5
5
  import Parsers from '../Util/Parsers.js';
6
+ import _ from 'lodash';
6
7
 
7
8
  /**
8
9
  * Class represents a Property that stores a percentage value.