## [Unreleased]
-## [4.0.2] - 2024-05-06
-
### Fixed
- Ensure poolifier worker task performance measurement requirements are synchronized with task function objects' worker choice strategies.
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/poolifier",
- "version": "4.0.2",
+ "version": "4.0.1",
"exports": "./src/index.ts",
"publish": {
"include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "4.0.2",
+ "version": "4.0.1",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"type": "module",
sonar.javascript.exclusions=lib/**/*.mjs
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
-sonar.projectVersion=4.0.2
+sonar.projectVersion=4.0.1
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
sonar.sources=lib
-export const version = '4.0.2'
+export const version = '4.0.1'