X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=7ee8735760995b7f28178a37b59c3876f8b02113;hb=9122cc2c31a39f0fda89dac74d98043996ee809b;hp=f2639513581bac9488d23f495e44e9b46be5e5e8;hpb=56412ef4b887d47dff2eb81205686174f3a860aa;p=poolifier.git diff --git a/package.json b/package.json index f2639513..7ee87357 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.14", + "version": "3.1.15", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", "main": "./lib/index.cjs", + "types": "./lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", @@ -109,8 +110,8 @@ "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@types/node": "^20.10.6", - "@typescript-eslint/eslint-plugin": "^6.16.0", - "@typescript-eslint/parser": "^6.16.0", + "@typescript-eslint/eslint-plugin": "^6.17.0", + "@typescript-eslint/parser": "^6.17.0", "benchmark": "^2.1.4", "c8": "^8.0.1", "cross-env": "^7.0.3", @@ -139,7 +140,7 @@ "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^6.1.0", "sinon": "^17.0.1", - "typedoc": "^0.25.5", + "typedoc": "^0.25.6", "typescript": "~5.3.3" } }