diff --git a/README.md b/README.md index f757398..3869c65 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,11 @@ A minimal, highly [performant][2] middleware [PSR-15][3] inspired function based ## Requirements * node: 18 - * [@chubbyts/chubbyts-dic-types][4]: ^1.3.0 - * [@chubbyts/chubbyts-http-error][5]: ^2.4.0 - * [@chubbyts/chubbyts-http-types][6]: ^1.3.0 - * [@chubbyts/chubbyts-log-types][7]: ^1.4.1 - * [@chubbyts/chubbyts-throwable-to-error][8]: ^1.3.0 + * [@chubbyts/chubbyts-dic-types][4]: ^1.3.1 + * [@chubbyts/chubbyts-http-error][5]: ^2.4.1 + * [@chubbyts/chubbyts-http-types][6]: ^1.3.1 + * [@chubbyts/chubbyts-log-types][7]: ^1.4.3 + * [@chubbyts/chubbyts-throwable-to-error][8]: ^1.3.2 ## Installation @@ -38,9 +38,9 @@ Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-framework][1]. ```sh npm i \ - @chubbyts/chubbyts-framework-router-path-to-regexp@^1.5.0 \ - @chubbyts/chubbyts-framework@^1.10.0 \ - @chubbyts/chubbyts-http@^1.3.0 + @chubbyts/chubbyts-framework-router-path-to-regexp@^1.5.1 \ + @chubbyts/chubbyts-framework@^1.10.1 \ + @chubbyts/chubbyts-http@^1.3.1 ``` ## Usage @@ -90,7 +90,7 @@ const app = createApplication([ Running the application via the standard node http implementation. ```sh -npm i @chubbyts/chubbyts-http-node-bridge@^1.3.0 +npm i @chubbyts/chubbyts-http-node-bridge@^1.3.1 ``` Check the [Usage][10] section. @@ -100,7 +100,7 @@ Check the [Usage][10] section. Running the application via the uwebsockets http implementation. Linux only. Faster than the node implemenation. ```sh -npm i @chubbyts/chubbyts-http-uwebsockets-bridge@^1.3.0 +npm i @chubbyts/chubbyts-http-uwebsockets-bridge@^1.3.1 ``` Check the [Usage][11] section. diff --git a/package.json b/package.json index fdb8106..fb8b7ea 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chubbyts/chubbyts-framework", "type": "module", - "version": "1.10.0", + "version": "1.10.1", "description": "A minimal, highly performant middleware PSR-15 inspired function based microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.", "keywords": [ "chubbyts", @@ -46,17 +46,17 @@ "node": ">=18" }, "dependencies": { - "@chubbyts/chubbyts-dic-types": "^1.3.0", - "@chubbyts/chubbyts-http-error": "^2.4.0", - "@chubbyts/chubbyts-http-node-bridge": "^1.3.0", - "@chubbyts/chubbyts-http-types": "^1.3.0", - "@chubbyts/chubbyts-log-types": "^1.4.1", - "@chubbyts/chubbyts-throwable-to-error": "^1.3.0" + "@chubbyts/chubbyts-dic-types": "^1.3.1", + "@chubbyts/chubbyts-http-error": "^2.4.1", + "@chubbyts/chubbyts-http-node-bridge": "^1.3.1", + "@chubbyts/chubbyts-http-types": "^1.3.1", + "@chubbyts/chubbyts-log-types": "^1.4.3", + "@chubbyts/chubbyts-throwable-to-error": "^1.3.2" }, "devDependencies": { - "@chubbyts/chubbyts-eslint": "^3.0.1", - "@chubbyts/chubbyts-function-mock": "^1.5.1", - "@chubbyts/chubbyts-packaging": "^3.0.0", + "@chubbyts/chubbyts-eslint": "^3.0.3", + "@chubbyts/chubbyts-function-mock": "^1.5.2", + "@chubbyts/chubbyts-packaging": "^3.0.2", "@stryker-mutator/core": "^8.7.1", "@stryker-mutator/vitest-runner": "^8.7.1", "@types/node": "^22.10.5",