baja-lite 1.3.39 → 1.3.40

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/object.js +2 -1
  2. package/package.json +1 -1
package/object.js CHANGED
@@ -1,4 +1,5 @@
1
- import iterate from "iterare";
1
+ import * as ite from 'iterare';
2
+ const iterate = ite.iterate;
2
3
  /**
3
4
  * 对象对象(等同与convertBean)
4
5
  * 仅会将classType有的属性进行转换
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "baja-lite",
3
- "version": "1.3.39",
3
+ "version": "1.3.40",
4
4
  "description": "some util for self",
5
5
  "homepage": "https://github.com/void-soul/util-man",
6
6
  "repository": {