@newview/tools 1.1.5 → 1.1.6

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/package.json +1 -1
  2. package/readme.md +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newview/tools",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "author": "newview",
5
5
  "main": "dist/tools.js",
6
6
  "module": "./dist/tools.esm.js",
package/readme.md CHANGED
@@ -1,9 +1,9 @@
1
+ ## 1.1.6
2
+ 加密/解密异常处理
1
3
 
2
4
  ## 1.1.5
3
5
  添加设计稿适配工具方法
4
6
 
5
-
6
-
7
7
  ### 1.1.4
8
8
  utilities 增加生成编号方法
9
9