Skip to content

Commit a8f61bf

Browse files
committed
use up2date chubbyts-http-error
1 parent fe2dfd2 commit a8f61bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ A minimal static file handler for chubbyts-http-types.
3232
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http-static-file][1].
3333

3434
```ts
35-
npm i @chubbyts/chubbyts-http-static-file@^3.0.1
35+
npm i @chubbyts/chubbyts-http-static-file@^3.0.2
3636
```
3737

3838
## Usage

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chubbyts/chubbyts-http-static-file",
33
"type": "module",
4-
"version": "3.0.1",
4+
"version": "3.0.2",
55
"description": "A minimal static file handler for chubbyts-http-types.",
66
"keywords": [
77
"chubbyts",
@@ -41,12 +41,12 @@
4141
"node": ">=18"
4242
},
4343
"dependencies": {
44-
"@chubbyts/chubbyts-http-error": "^2.4.2",
45-
"@chubbyts/chubbyts-http-types": "^3.0.0"
44+
"@chubbyts/chubbyts-http-error": "^3.0.1",
45+
"@chubbyts/chubbyts-http-types": "^3.0.1"
4646
},
4747
"devDependencies": {
48-
"@chubbyts/chubbyts-eslint": "^4.0.2",
49-
"@chubbyts/chubbyts-function-mock": "^2.0.1",
48+
"@chubbyts/chubbyts-eslint": "^4.0.3",
49+
"@chubbyts/chubbyts-function-mock": "^2.0.2",
5050
"@stryker-mutator/core": "^9.0.1",
5151
"@stryker-mutator/vitest-runner": "^9.0.1",
5252
"@types/node": "^24.0.1",

0 commit comments

Comments
 (0)