run-exclusive
Advanced tools
Comparing version 2.2.7 to 2.2.8
@@ -0,1 +1,5 @@ | ||
### **2.2.7** (2020-05-25) | ||
- FIX: Go to definition redirect to source .ts file ( instead of .d.ts ) | ||
### **2.2.6** (2020-05-25) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "run-exclusive", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"description": "Generate functions that do not allow parallel executions", | ||
@@ -25,3 +25,3 @@ "repository": { | ||
"dependencies": { | ||
"minimal-polyfills": "^2.1.2" | ||
"minimal-polyfills": "^2.1.3" | ||
}, | ||
@@ -31,4 +31,4 @@ "devDependencies": { | ||
"ts-evt": "^4.3.3", | ||
"typescript": "^3.9.3", | ||
"denoify": "^0.2.15", | ||
"typescript": "^3.9.7", | ||
"denoify": "^0.3.3", | ||
"simplifyify": "8.0.1", | ||
@@ -35,0 +35,0 @@ "terser": "4.6.13" |
81251
Updatedminimal-polyfills@^2.1.3