mic-org 1.1.4 → 1.1.5

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/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -7,8 +7,8 @@
7
7
 
8
8
  ---------------------------------
9
9
 
10
- ## 版本 1.1.4
10
+ ## 版本 1.1.5
11
11
 
12
12
  - 1.优化说明文档
13
13
  - 2.链接地:http://10.252.105.30:32089/mic/
14
- - 3.去除isType功能
14
+ - 3.check方法增加formdata类型返回
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mic-org",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "main": "./dist/mic.umd.js",
5
5
  "module": "./dist/mic.es.js",
6
6
  "exports": {