Skip to content

Commit 116e235

Browse files
committed
update to undici 8.x / typescript 6.x
1 parent d19c196 commit 116e235

3 files changed

Lines changed: 25 additions & 24 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ A minimal, highly [performant][2] middleware [PSR-15][3] inspired function based
2626
## Requirements
2727

2828
* node: 20
29-
* [@chubbyts/chubbyts-dic-types][4]: ^2.0.2
30-
* [@chubbyts/chubbyts-http-error][5]: ^3.1.3
31-
* [@chubbyts/chubbyts-log-types][7]: ^3.0.3
32-
* [@chubbyts/chubbyts-throwable-to-error][8]: ^2.0.4
33-
* [@chubbyts/chubbyts-undici-server][9]: ^1.0.3
29+
* [@chubbyts/chubbyts-dic-types][4]: ^2.1.0
30+
* [@chubbyts/chubbyts-http-error][5]: ^3.2.0
31+
* [@chubbyts/chubbyts-log-types][7]: ^3.1.0
32+
* [@chubbyts/chubbyts-throwable-to-error][8]: ^2.1.0
33+
* [@chubbyts/chubbyts-undici-server][9]: ^1.1.0
3434

3535
## Installation
3636

3737
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-framework][1].
3838

3939
```sh
4040
npm i \
41-
@chubbyts/chubbyts-framework-router-path-to-regexp@^3.0.2 \
42-
@chubbyts/chubbyts-framework@^3.0.3
41+
@chubbyts/chubbyts-framework-router-path-to-regexp@^3.1.0 \
42+
@chubbyts/chubbyts-framework@^3.1.0
4343
```
4444

4545
## Usage

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chubbyts/chubbyts-framework",
33
"type": "module",
4-
"version": "3.0.3",
4+
"version": "3.1.0",
55
"description": "A minimal, highly performant middleware PSR-15 inspired function based micro framework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.",
66
"keywords": [
77
"chubbyts",
@@ -44,23 +44,23 @@
4444
"node": ">=20"
4545
},
4646
"dependencies": {
47-
"@chubbyts/chubbyts-dic-types": "^2.0.2",
48-
"@chubbyts/chubbyts-http-error": "^3.1.3",
49-
"@chubbyts/chubbyts-log-types": "^3.0.3",
50-
"@chubbyts/chubbyts-throwable-to-error": "^2.0.4",
51-
"@chubbyts/chubbyts-undici-server": "^1.0.3"
47+
"@chubbyts/chubbyts-dic-types": "^2.1.0",
48+
"@chubbyts/chubbyts-http-error": "^3.2.0",
49+
"@chubbyts/chubbyts-log-types": "^3.1.0",
50+
"@chubbyts/chubbyts-throwable-to-error": "^2.1.0",
51+
"@chubbyts/chubbyts-undici-server": "^1.1.0"
5252
},
5353
"devDependencies": {
54-
"@chubbyts/chubbyts-eslint": "^5.0.0",
55-
"@chubbyts/chubbyts-function-mock": "^2.0.4",
56-
"@stryker-mutator/core": "^9.6.0",
57-
"@stryker-mutator/vitest-runner": "^9.6.0",
58-
"@types/node": "^25.5.0",
59-
"@vitest/coverage-v8": "^4.1.0",
60-
"prettier": "^3.8.1",
61-
"typedoc": "^0.28.17",
62-
"typescript": "^5.9.3",
63-
"vitest": "^4.1.0"
54+
"@chubbyts/chubbyts-eslint": "^5.1.0",
55+
"@chubbyts/chubbyts-function-mock": "^2.1.0",
56+
"@stryker-mutator/core": "^9.6.1",
57+
"@stryker-mutator/vitest-runner": "^9.6.1",
58+
"@types/node": "^25.6.0",
59+
"@vitest/coverage-v8": "^4.1.4",
60+
"prettier": "^3.8.2",
61+
"typedoc": "^0.28.19",
62+
"typescript": "^6.0.2",
63+
"vitest": "^4.1.4"
6464
},
6565
"publishConfig": {
6666
"access": "public"
@@ -71,5 +71,5 @@
7171
"unrs-resolver"
7272
]
7373
},
74-
"packageManager": "pnpm@10.32.1+sha512.a706938f0e89ac1456b6563eab4edf1d1faf3368d1191fc5c59790e96dc918e4456ab2e67d613de1043d2e8c81f87303e6b40d4ffeca9df15ef1ad567348f2be"
74+
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
7575
}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "nodenext",
77
"moduleResolution": "nodenext",
88
"outDir": "dist",
9+
"rootDir": ".",
910
"skipLibCheck": true,
1011
"strict": true,
1112
"target": "ES2021"

0 commit comments

Comments
 (0)