Skip to content

Commit cd6103c

Browse files
committed
3.0.0
1 parent df7e309 commit cd6103c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deep-tls",
3-
"version": "3.0.0-0",
3+
"version": "3.0.0",
44
"description": "deep-tls 提供了一些对数据进行深度操作的工具,如:深度相等测试、深度遍历、深拷贝等;其中,深拷贝deepCopy可对任意数据进行深度拷贝,包括 函数 function、正则 RegExp、Map、Set、Date、Array、URL 等等;支持含循环引用对象的拷贝,并且不会丢失成员的引用关系 和 类型信息,支持扩展,可根据数据类型定制拷贝逻辑,也可指定拷贝深度;所以,通过它可实现对任意类型的数据进行任意想要的拷贝",
55
"main": "dist/deep-tls.cjs.js",
66
"module": "dist/deep-tls.es.js",

0 commit comments

Comments
 (0)