Skip to content

Commit

Permalink
upgrade @chubbyts/chubbyts-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 4, 2025
1 parent 1be7773 commit 68681aa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ 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

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
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 68681aa

Please sign in to comment.