concurrency.js 0.0.22-beta → 0.0.23-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.mjs +1 -0
  2. package/package.json +1 -1
package/index.mjs CHANGED
@@ -18,5 +18,6 @@
18
18
  import { _concurrencyThreads, _concurrencyProcesses } from "./src/concurrency.js";
19
19
 
20
20
  export { _concurrencyThreads, _concurrencyProcesses }
21
+
21
22
  export default _concurrencyThreads
22
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "concurrency.js",
3
- "version": "0.0.22-beta",
3
+ "version": "0.0.23-beta",
4
4
  "description": "npm module to work with concurrency - worker threads and worker processes easily using simple functions and script files",
5
5
  "main": "index.js",
6
6
  "directories": {