diff --git a/lerna.json b/lerna.json index 6cbc2b3..8523d62 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.3.5", + "version": "0.3.6", "packages": ["packages/*"], "changelog": { "repo": "walrus", diff --git a/packages/array-move/package.json b/packages/array-move/package.json index 7c42402..61c2be6 100644 --- a/packages/array-move/package.json +++ b/packages/array-move/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/array-move", - "version": "0.3.5", + "version": "0.3.6", "description": "将数组项移动到其他位置", "author": "Pansy Team", "license": "MIT", diff --git a/packages/common-regexp/package.json b/packages/common-regexp/package.json index ef11062..12d4dca 100644 --- a/packages/common-regexp/package.json +++ b/packages/common-regexp/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/common-regexp", - "version": "0.3.5", + "version": "0.3.6", "description": "常见正则表达式", "author": "Pansy Team", "license": "MIT", diff --git a/packages/delay/package.json b/packages/delay/package.json index f4ea3de..5282b6b 100644 --- a/packages/delay/package.json +++ b/packages/delay/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/delay", - "version": "0.3.5", + "version": "0.3.6", "description": "休眠函数", "author": "Pansy Team", "license": "MIT", diff --git a/packages/dent/package.json b/packages/dent/package.json index 436075f..ae143e7 100644 --- a/packages/dent/package.json +++ b/packages/dent/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/dent", - "version": "0.3.5", + "version": "0.3.6", "description": "每一行紧跟前导空白的插入值为多行时,保持缩进,且移除每一行的公共前导空白", "author": "Pansy Team", "license": "MIT", @@ -16,8 +16,8 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/indent": "^0.3.5", - "@pansy/is-array": "^0.3.5" + "@pansy/indent": "^0.3.6", + "@pansy/is-array": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/enhance-type/package.json b/packages/enhance-type/package.json index 46de9f0..ea7d3e3 100644 --- a/packages/enhance-type/package.json +++ b/packages/enhance-type/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/enhance-type", - "version": "0.3.5", + "version": "0.3.6", "description": "增强类型", "author": "Pansy Team", "license": "MIT", diff --git a/packages/get-type/package.json b/packages/get-type/package.json index 17df2bc..eeee6df 100644 --- a/packages/get-type/package.json +++ b/packages/get-type/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/get-type", - "version": "0.3.5", + "version": "0.3.6", "description": "检测 `value` 的类型", "author": "Pansy Team", "license": "MIT", @@ -16,7 +16,7 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/enhance-type": "^0.3.5" + "@pansy/enhance-type": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/group-by/package.json b/packages/group-by/package.json index 0b6f990..8840ef8 100644 --- a/packages/group-by/package.json +++ b/packages/group-by/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/group-by", - "version": "0.3.5", + "version": "0.3.6", "description": "根据迭代函数返回的值对数组进行分组。", "author": "Pansy Team", "license": "MIT", diff --git a/packages/indent/package.json b/packages/indent/package.json index 90ed1f4..8c6e0ca 100644 --- a/packages/indent/package.json +++ b/packages/indent/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/indent", - "version": "0.3.5", + "version": "0.3.6", "description": "每一行紧跟前导空白的插入值为多行时,保持缩进。", "author": "Pansy Team", "license": "MIT", @@ -16,8 +16,8 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/is-array": "^0.3.5", - "@pansy/is-function": "^0.3.5" + "@pansy/is-array": "^0.3.6", + "@pansy/is-function": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/is-array/package.json b/packages/is-array/package.json index 9d3cede..40c4fd8 100644 --- a/packages/is-array/package.json +++ b/packages/is-array/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-array", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为数组", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-boolean/package.json b/packages/is-boolean/package.json index efc907a..d96102e 100644 --- a/packages/is-boolean/package.json +++ b/packages/is-boolean/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-boolean", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为boolean", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-date/package.json b/packages/is-date/package.json index 6f14a48..a49c6a8 100644 --- a/packages/is-date/package.json +++ b/packages/is-date/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-date", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否是一个日期", "author": "Pansy Team", "license": "MIT", @@ -16,7 +16,7 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/get-type": "^0.3.5" + "@pansy/get-type": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/is-empty-object/package.json b/packages/is-empty-object/package.json index e8cfbf1..4880142 100644 --- a/packages/is-empty-object/package.json +++ b/packages/is-empty-object/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-empty-object", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为一个空对象", "author": "Pansy Team", "license": "MIT", @@ -16,7 +16,7 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/is-array": "^0.3.5" + "@pansy/is-array": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/is-function/package.json b/packages/is-function/package.json index 878a479..d2ea2ba 100644 --- a/packages/is-function/package.json +++ b/packages/is-function/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-function", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为函数", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-integer/package.json b/packages/is-integer/package.json index 7d81a58..0b6575c 100644 --- a/packages/is-integer/package.json +++ b/packages/is-integer/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-integer", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为一个整数", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-nan/package.json b/packages/is-nan/package.json index 6485d7f..4615d6e 100644 --- a/packages/is-nan/package.json +++ b/packages/is-nan/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-nan", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为`NaN`", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-negative-integer/package.json b/packages/is-negative-integer/package.json index 6d94820..2803e3d 100644 --- a/packages/is-negative-integer/package.json +++ b/packages/is-negative-integer/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-negative-integer", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为一个负整数", "author": "Pansy Team", "license": "MIT", @@ -16,7 +16,7 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/is-integer": "^0.3.5" + "@pansy/is-integer": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/is-nil/package.json b/packages/is-nil/package.json index a1d9363..847ea06 100644 --- a/packages/is-nil/package.json +++ b/packages/is-nil/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-nil", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为null或undefined", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-nulll/package.json b/packages/is-nulll/package.json index c490ed7..d460a07 100644 --- a/packages/is-nulll/package.json +++ b/packages/is-nulll/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-null", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为空", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-number/package.json b/packages/is-number/package.json index 4184ce4..b8247b9 100644 --- a/packages/is-number/package.json +++ b/packages/is-number/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-number", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为数字", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-object/package.json b/packages/is-object/package.json index 21dd685..eae6176 100644 --- a/packages/is-object/package.json +++ b/packages/is-object/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-object", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为对象", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-plain-object/package.json b/packages/is-plain-object/package.json index 819cf09..a58679a 100644 --- a/packages/is-plain-object/package.json +++ b/packages/is-plain-object/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-plain-object", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为简单对象", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-promise/package.json b/packages/is-promise/package.json index 51d2c79..f68e4f7 100644 --- a/packages/is-promise/package.json +++ b/packages/is-promise/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-promise", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为`promise`", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-regexp/package.json b/packages/is-regexp/package.json index f869f3a..d080814 100644 --- a/packages/is-regexp/package.json +++ b/packages/is-regexp/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-regexp", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为正则表达式", "author": "Pansy Team", "license": "MIT", @@ -16,7 +16,7 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/get-type": "^0.3.5" + "@pansy/get-type": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/is-string/package.json b/packages/is-string/package.json index 4c7d294..9732bd8 100644 --- a/packages/is-string/package.json +++ b/packages/is-string/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-string", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为空", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-symbol/package.json b/packages/is-symbol/package.json index f5d6695..bf7214d 100644 --- a/packages/is-symbol/package.json +++ b/packages/is-symbol/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-symbol", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为原始 `Symbol` 或者 `Symbol` 对象", "author": "Pansy Team", "license": "MIT", @@ -16,7 +16,7 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/get-type": "^0.3.5" + "@pansy/get-type": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/is-undefined/package.json b/packages/is-undefined/package.json index f127134..7638417 100644 --- a/packages/is-undefined/package.json +++ b/packages/is-undefined/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-undefined", - "version": "0.3.5", + "version": "0.3.6", "description": "判断当前值是否为undefined", "author": "Pansy Team", "license": "MIT", diff --git a/packages/is-url/package.json b/packages/is-url/package.json index 953bb0c..d770ee4 100644 --- a/packages/is-url/package.json +++ b/packages/is-url/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/is-url", - "version": "0.3.5", + "version": "0.3.6", "description": "判断字符串是否为Url", "author": "Pansy Team", "license": "MIT", @@ -16,7 +16,7 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/is-string": "^0.3.5" + "@pansy/is-string": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/key-code/package.json b/packages/key-code/package.json index 5e0d886..b840bb4 100644 --- a/packages/key-code/package.json +++ b/packages/key-code/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/key-code", - "version": "0.3.5", + "version": "0.3.6", "description": "一些按键代码定义和实用程序", "author": "Pansy Team", "license": "MIT", diff --git a/packages/number-precision/package.json b/packages/number-precision/package.json index d9cdedb..c8e8a57 100644 --- a/packages/number-precision/package.json +++ b/packages/number-precision/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/number-precision", - "version": "0.3.5", + "version": "0.3.6", "description": "解决浮动运算问题,避免小数点后产生多数值和计算精度损失", "author": "Pansy Team", "license": "MIT", diff --git a/packages/pansy-utils/package.json b/packages/pansy-utils/package.json index 72e3623..0fae632 100644 --- a/packages/pansy-utils/package.json +++ b/packages/pansy-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/utils", - "version": "0.3.5", + "version": "0.3.6", "description": "小巧实用的工具类库", "main": "dist/index.js", "module": "dist/index.esm.js", @@ -14,38 +14,38 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/array-move": "^0.3.5", - "@pansy/common-regexp": "^0.3.5", - "@pansy/delay": "^0.3.5", - "@pansy/dent": "^0.3.5", - "@pansy/get-type": "^0.3.5", - "@pansy/group-by": "^0.3.5", - "@pansy/indent": "^0.3.5", - "@pansy/is-array": "^0.3.5", - "@pansy/is-boolean": "^0.3.5", - "@pansy/is-date": "^0.3.5", - "@pansy/is-empty-object": "^0.3.5", - "@pansy/is-function": "^0.3.5", - "@pansy/is-integer": "^0.3.5", - "@pansy/is-nan": "^0.3.5", - "@pansy/is-negative-integer": "^0.3.5", - "@pansy/is-nil": "^0.3.5", - "@pansy/is-null": "^0.3.5", - "@pansy/is-number": "^0.3.5", - "@pansy/is-object": "^0.3.5", - "@pansy/is-plain-object": "^0.3.5", - "@pansy/is-promise": "^0.3.5", - "@pansy/is-regexp": "^0.3.5", - "@pansy/is-string": "^0.3.5", - "@pansy/is-symbol": "^0.3.5", - "@pansy/is-undefined": "^0.3.5", - "@pansy/is-url": "^0.3.5", - "@pansy/key-code": "^0.3.5", - "@pansy/number-precision": "^0.3.5", - "@pansy/policy": "^0.3.5", - "@pansy/replace-object-keys": "^0.3.5", - "@pansy/round": "^0.3.5", - "@pansy/url-utils": "^0.3.5" + "@pansy/array-move": "^0.3.6", + "@pansy/common-regexp": "^0.3.6", + "@pansy/delay": "^0.3.6", + "@pansy/dent": "^0.3.6", + "@pansy/get-type": "^0.3.6", + "@pansy/group-by": "^0.3.6", + "@pansy/indent": "^0.3.6", + "@pansy/is-array": "^0.3.6", + "@pansy/is-boolean": "^0.3.6", + "@pansy/is-date": "^0.3.6", + "@pansy/is-empty-object": "^0.3.6", + "@pansy/is-function": "^0.3.6", + "@pansy/is-integer": "^0.3.6", + "@pansy/is-nan": "^0.3.6", + "@pansy/is-negative-integer": "^0.3.6", + "@pansy/is-nil": "^0.3.6", + "@pansy/is-null": "^0.3.6", + "@pansy/is-number": "^0.3.6", + "@pansy/is-object": "^0.3.6", + "@pansy/is-plain-object": "^0.3.6", + "@pansy/is-promise": "^0.3.6", + "@pansy/is-regexp": "^0.3.6", + "@pansy/is-string": "^0.3.6", + "@pansy/is-symbol": "^0.3.6", + "@pansy/is-undefined": "^0.3.6", + "@pansy/is-url": "^0.3.6", + "@pansy/key-code": "^0.3.6", + "@pansy/number-precision": "^0.3.6", + "@pansy/policy": "^0.3.6", + "@pansy/replace-object-keys": "^0.3.6", + "@pansy/round": "^0.3.6", + "@pansy/url-utils": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/policy/package.json b/packages/policy/package.json index b65124b..6a7cc34 100644 --- a/packages/policy/package.json +++ b/packages/policy/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/policy", - "version": "0.3.5", + "version": "0.3.6", "description": "解析权限策略,并提供验证功能", "author": "Pansy Team", "license": "MIT", @@ -16,9 +16,9 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/group-by": "^0.3.5", - "@pansy/is-array": "^0.3.5", - "@pansy/is-string": "^0.3.5" + "@pansy/group-by": "^0.3.6", + "@pansy/is-array": "^0.3.6", + "@pansy/is-string": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/replace-object-keys/package.json b/packages/replace-object-keys/package.json index 274b46e..f2d4be9 100644 --- a/packages/replace-object-keys/package.json +++ b/packages/replace-object-keys/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/replace-object-keys", - "version": "0.3.5", + "version": "0.3.6", "description": "替换对象键名,支持普通对象、对象数组以及树对象,支持过滤功能", "author": "Pansy Team", "license": "MIT", @@ -16,9 +16,9 @@ "build": "node ../../node_modules/@walrus/pansy/dist/cli.js" }, "dependencies": { - "@pansy/is-array": "^0.3.5", - "@pansy/is-empty-object": "^0.3.5", - "@pansy/is-object": "^0.3.5" + "@pansy/is-array": "^0.3.6", + "@pansy/is-empty-object": "^0.3.6", + "@pansy/is-object": "^0.3.6" }, "publishConfig": { "access": "public" diff --git a/packages/round/package.json b/packages/round/package.json index 54a77d1..674905d 100644 --- a/packages/round/package.json +++ b/packages/round/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/round", - "version": "0.3.5", + "version": "0.3.6", "description": "对传入的数字按给定的精度返回", "author": "Pansy Team", "license": "MIT", diff --git a/packages/url-utils/package.json b/packages/url-utils/package.json index 0a31ccc..ca000cf 100644 --- a/packages/url-utils/package.json +++ b/packages/url-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pansy/url-utils", - "version": "0.3.5", + "version": "0.3.6", "description": "url相关工具方法", "author": "Pansy Team", "license": "MIT",