@lingxiteam/ebe-utils 0.0.12 → 0.0.13

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.
@@ -20,7 +20,7 @@ const push = (data: any, path: string, value: any) => {
20
20
  * @param data 数据对象
21
21
  * @param path 路径
22
22
  * @param deleteCb 元素函数 返回true表示移除, 否则保留
23
- * @returns
23
+ * @returns 数组
24
24
  */
25
25
  const remove = (
26
26
  data: any,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/ebe-utils",
3
- "version": "0.0.12",
3
+ "version": "0.0.13",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -17,7 +17,7 @@
17
17
  "@babel/parser": "^7.12.12",
18
18
  "@babel/traverse": "^7.12.12",
19
19
  "@babel/types": "^7.12.12",
20
- "@lingxiteam/ebe": "0.0.12",
20
+ "@lingxiteam/ebe": "0.0.13",
21
21
  "cac": "^6.7.14",
22
22
  "fs-extra": "9.x"
23
23
  },