File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ A minimal static file handler for chubbyts-http-types.
32
32
Through [ NPM] ( https://www.npmjs.com ) as [ @chubbyts/chubbyts-http-static-file ] [ 1 ] .
33
33
34
34
``` ts
35
- npm i @chubbyts / chubbyts - http - static - file @^ 3.0 .1
35
+ npm i @chubbyts / chubbyts - http - static - file @^ 3.0 .2
36
36
```
37
37
38
38
## Usage
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chubbyts/chubbyts-http-static-file" ,
3
3
"type" : " module" ,
4
- "version" : " 3.0.1 " ,
4
+ "version" : " 3.0.2 " ,
5
5
"description" : " A minimal static file handler for chubbyts-http-types." ,
6
6
"keywords" : [
7
7
" chubbyts" ,
41
41
"node" : " >=18"
42
42
},
43
43
"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 "
46
46
},
47
47
"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 " ,
50
50
"@stryker-mutator/core" : " ^9.0.1" ,
51
51
"@stryker-mutator/vitest-runner" : " ^9.0.1" ,
52
52
"@types/node" : " ^24.0.1" ,
You can’t perform that action at this time.
0 commit comments