X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=e707420ff0896c201595d94b9489c7e9186a2864;hb=086bf7bb050ac2305359a4e9d907fee5c787e5db;hp=053c681b29a3a04d71ae705768d3a5aefdd35078;hpb=80b61305c00c193b495e7ad3b3cb4c1ce7f54496;p=poolifier.git diff --git a/package.json b/package.json index 053c681b..e707420f 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,9 @@ { "name": "poolifier", - "version": "1.1.0", + "version": "1.2.0", "description": "Library on top of node js worker threads that implement various worker pools type", "main": "index.js", + "types": "index.d.ts", "scripts": { "build": "npm install", "test": "standard && nyc mocha --exit --timeout 20000 tests/*test.js ",