@juze/utils
Advanced tools
+11
-0
@@ -6,2 +6,13 @@ # Change Log | ||
| # [0.2.0](https://github.com/noshower/lerna-demo/compare/v0.1.0...v0.2.0) (2021-03-17) | ||
| ### Features | ||
| * **n:** utils 新增clone 方法 ([7eb2b67](https://github.com/noshower/lerna-demo/commit/7eb2b67b799755da08248b19d29aaa05c2bd320d)) | ||
| # 0.1.0 (2021-03-17) | ||
@@ -8,0 +19,0 @@ |
+5
-0
@@ -11,5 +11,10 @@ const _ = require("lodash"); | ||
| const clone = (obj) => { | ||
| return _.clone(obj); | ||
| }; | ||
| module.exports = { | ||
| get, | ||
| set, | ||
| clone, | ||
| }; |
+2
-2
| { | ||
| "name": "@juze/utils", | ||
| "version": "0.1.0", | ||
| "version": "0.2.0", | ||
| "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM", | ||
@@ -33,3 +33,3 @@ "keywords": [], | ||
| }, | ||
| "gitHead": "81d38f525678e0939d34853df3562fe524058eaf" | ||
| "gitHead": "a491df840878b2eee15a04d2c341bb00da430357" | ||
| } |
3084
10.9%15
36.36%