X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=package.json;h=2d7d16cd1b7f0539050751a813ee9c7b997c5cc7;hb=368019dd961273898357919aad6c0c4229b9e2b4;hp=befeb316bd5695dd558e7223d2c8da5253fa4b13;hpb=e45f940434b881099d6d197fa73258f2763acee3;p=poolifier.git diff --git a/package.json b/package.json index befeb316..2d7d16cd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.7.3", + "version": "2.7.4", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", @@ -22,7 +22,7 @@ "benchmark": "pnpm build && node -r source-map-support/register benchmarks/internal/bench.mjs", "benchmark:debug": "pnpm build && node -r source-map-support/register --inspect benchmarks/internal/bench.mjs", "benchmark:prod": "pnpm build:prod && node benchmarks/internal/bench.mjs", - "test": "pnpm build && c8 mocha 'tests/**/*.test.js'", + "test": "pnpm build --environment SOURCEMAP:false && c8 mocha 'tests/**/*.test.js'", "test:debug": "pnpm build && mocha --no-parallel --inspect 'tests/**/*.test.js'", "coverage": "c8 report --reporter=lcov", "coverage:html": "c8 report --reporter=html", @@ -109,7 +109,7 @@ "@rollup/plugin-terser": "^0.4.3", "@rollup/plugin-typescript": "^11.1.4", "@types/node": "^20.6.5", - "@typescript-eslint/eslint-plugin": "^6.7.2", + "@typescript-eslint/eslint-plugin": "^6.7.3", "@typescript-eslint/parser": "^6.7.2", "benchmark": "^2.1.4", "c8": "^8.0.1",