X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=2e19649c9c7133608e9c5b63ed57b3c5b7b5979b;hb=refs%2Ftags%2Fv2.0.0-beta.2;hp=cf78b829ff2f55f308fb2265cacba6d96efae8bf;hpb=cefac5ba30860fee4cc7feab628d54bdb7601e08;p=poolifier.git diff --git a/package.json b/package.json index cf78b829..2e19649c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.0.0", + "version": "v2.0.0-beta.1", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "lib/index.js", "scripts": { @@ -9,9 +9,9 @@ "benchmark": "npm run build && node -r source-map-support/register benchmarks/bench.js", "benchmark:debug": "npm run build && node -r source-map-support/register --inspect benchmarks/bench.js", "benchmark:prod": "npm run build:prod && node -r source-map-support/register benchmarks/bench.js", - "test": "npm run build && nyc mocha -r source-map-support/register --exit --timeout 20000 --parallel 'tests/**/*.test.js'", - "test:debug": "npm run build && mocha -r source-map-support/register --inspect --exit --timeout 20000 'tests/**/*.test.js'", - "test:prod": "npm run build:prod && nyc mocha -r source-map-support/register --exit --timeout 20000 'tests/**/*.test.js'", + "test": "npm run build && nyc mocha --parallel 'tests/**/*.test.js'", + "test:debug": "npm run build && mocha --inspect 'tests/**/*.test.js'", + "test:prod": "npm run build:prod && nyc mocha --parallel 'tests/**/*.test.js'", "sonar": "sonar-scanner", "coverage": "nyc report --reporter=lcov", "coverage:html": "nyc report --reporter=html", @@ -25,13 +25,18 @@ }, "keywords": [ "node", - "thread-pool", + "pool", + "workers pool", + "threads pool", "worker-threads", "cluster", + "cluster worker", + "concurrency", "performance", "cpu", "computing", - "async-resource" + "async computing", + "async resource" ], "author": "pioardi", "contributors": [