node-worker-pool-lite 0.1.2 → 0.1.3
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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-worker-pool-lite",
|
|
3
|
-
"author": "Arman Mikoyan <arman
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"author": "Arman Mikoyan <arman.mikoyan1@gmail.com>",
|
|
4
|
+
"version": "0.1.3",
|
|
5
5
|
"description": "A lightweight Node.js worker_threads pool with callback and Promise APIs.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./lib/index.js",
|
|
@@ -56,4 +56,4 @@
|
|
|
56
56
|
},
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"license": "MIT"
|
|
59
|
-
}
|
|
59
|
+
}
|