+1
-1
| { | ||
| "name": "mx-tool", | ||
| "version": "1.0.15", | ||
| "version": "1.0.16", | ||
| "description": "#### Description 提供摩西的标准时间 等基础能力", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -79,3 +79,3 @@ "use strict"; | ||
| for (let i = 0; i < posList.length; i++) { | ||
| useFullList.push(posList[i]); | ||
| useFullList.push(args[posList[i]]); | ||
| } | ||
@@ -82,0 +82,0 @@ key += crypto_1.createHash("md5").update(JSON.stringify(useFullList)).digest("hex"); |
@@ -75,3 +75,3 @@ // 提供一个异步同时等待的方法 | ||
| for (let i = 0; i < posList.length; i++) { | ||
| useFullList.push(posList[i]) | ||
| useFullList.push(args[posList[i]]) | ||
| } | ||
@@ -78,0 +78,0 @@ key += createHash("md5").update(JSON.stringify(useFullList)).digest("hex") |
161989
0.01%