run-exclusive
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -0,1 +1,6 @@ | ||
### **2.2.3** (2020-05-23) | ||
- Use mod.ts instead of deno_index.ts to align with conventions | ||
- Re-enable source map generation | ||
### **2.2.2** (2020-05-23) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "run-exclusive", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "Generate functions that do not allow parallel executions", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -21,3 +21,3 @@ <p align="center"> | ||
<b>Suitable for any JS runtime env (deno, node, old browser, react-native ...)</b> | ||
- ✅ It is both a [Deno](https://deno.land/x/evt) and an [NPM](https://www.npmjs.com/evt) module. | ||
- ✅ It is both a [Deno](https://deno.land/x/run_exclusive) and an [NPM](https://www.npmjs.com/run_exclusive) module. | ||
- ✅ Lightweight, no dependency. | ||
@@ -24,0 +24,0 @@ - ✅ No polyfills needed, the NPM module is transpiled down to ES3 |
124590