run-exclusive
Advanced tools
Comparing version 2.2.13 to 2.2.14
@@ -0,1 +1,5 @@ | ||
### **2.2.14** (2020-08-27) | ||
- Do not use .ts files as types definition, use .d.ts files instead #4 | ||
### **2.2.12** (2020-08-10) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "run-exclusive", | ||
"version": "2.2.13", | ||
"version": "2.2.14", | ||
"description": "Generate functions that do not allow parallel executions", | ||
@@ -10,3 +10,3 @@ "repository": { | ||
"main": "lib/runExclusive.js", | ||
"types": "lib/runExclusive.ts", | ||
"types": "lib/runExclusive.d.ts", | ||
"author": "u/garronej", | ||
@@ -26,3 +26,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"minimal-polyfills": "^2.1.4" | ||
"minimal-polyfills": "^2.1.5" | ||
}, | ||
@@ -44,4 +44,4 @@ "devDependencies": { | ||
"bundle.min.js", | ||
"lib/runExclusive.ts" | ||
"src/lib/runExclusive.ts" | ||
] | ||
} |
Sorry, the diff of this file is not supported yet
81902
Updatedminimal-polyfills@^2.1.5