run-exclusive
Advanced tools
Comparing version 2.2.8 to 2.2.9
@@ -0,1 +1,5 @@ | ||
### **2.2.8** (2020-07-19) | ||
- Support --isolatedModules flag | ||
### **2.2.7** (2020-05-25) | ||
@@ -2,0 +6,0 @@ |
{ | ||
"name": "run-exclusive", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"description": "Generate functions that do not allow parallel executions", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
"typescript": "^3.9.7", | ||
"denoify": "^0.3.3", | ||
"denoify": "^0.3.6", | ||
"simplifyify": "8.0.1", | ||
@@ -34,0 +34,0 @@ "terser": "4.6.13" |
81323