diff --git a/README.md b/README.md index 27a5862..6075286 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A simple negotiation library. Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-negotiation][1]. ```ts -npm i @chubbyts/chubbyts-negotiation@^3.3.0 +npm i @chubbyts/chubbyts-negotiation@^3.3.1 ``` ## Usage diff --git a/package.json b/package.json index b70d2e6..4a0a749 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chubbyts/chubbyts-negotiation", "type": "module", - "version": "3.3.0", + "version": "3.3.1", "description": "A simple negotiation library.", "keywords": [ "chubbyts", @@ -45,8 +45,8 @@ }, "dependencies": {}, "devDependencies": { - "@chubbyts/chubbyts-eslint": "^3.0.1", - "@chubbyts/chubbyts-packaging": "^3.0.0", + "@chubbyts/chubbyts-eslint": "^3.0.3", + "@chubbyts/chubbyts-packaging": "^3.0.2", "@stryker-mutator/core": "^8.7.1", "@stryker-mutator/vitest-runner": "^8.7.1", "@types/node": "^22.10.5",