File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ A minimal static file handler for chubbyts-http-types.
24
24
## Requirements
25
25
26
26
* node: 18
27
- * [ @chubbyts/chubbyts-http-error ] [ 2 ] : ^2.4.0
28
- * [ @chubbyts/chubbyts-http-types ] [ 3 ] : ^1.3.0
27
+ * [ @chubbyts/chubbyts-http-error ] [ 2 ] : ^2.4.1
28
+ * [ @chubbyts/chubbyts-http-types ] [ 3 ] : ^1.3.1
29
29
30
30
## Installation
31
31
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 @^ 2.1 .0
35
+ npm i @chubbyts / chubbyts - http - static - file @^ 2.1 .1
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" : " 2.1.0 " ,
4
+ "version" : " 2.1.1 " ,
5
5
"description" : " A minimal static file handler for chubbyts-http-types." ,
6
6
"keywords" : [
7
7
" chubbyts" ,
42
42
"node" : " >=18"
43
43
},
44
44
"dependencies" : {
45
- "@chubbyts/chubbyts-http-error" : " ^2.4.0 " ,
46
- "@chubbyts/chubbyts-http-types" : " ^1.3.0 "
45
+ "@chubbyts/chubbyts-http-error" : " ^2.4.1 " ,
46
+ "@chubbyts/chubbyts-http-types" : " ^1.3.1 "
47
47
},
48
48
"devDependencies" : {
49
- "@chubbyts/chubbyts-eslint" : " ^3.0.1 " ,
50
- "@chubbyts/chubbyts-function-mock" : " ^1.5.1 " ,
51
- "@chubbyts/chubbyts-packaging" : " ^3.0.0 " ,
49
+ "@chubbyts/chubbyts-eslint" : " ^3.0.3 " ,
50
+ "@chubbyts/chubbyts-function-mock" : " ^1.5.2 " ,
51
+ "@chubbyts/chubbyts-packaging" : " ^3.0.2 " ,
52
52
"@stryker-mutator/core" : " ^8.7.1" ,
53
53
"@stryker-mutator/vitest-runner" : " ^8.7.1" ,
54
54
"@types/node" : " ^22.10.5" ,
You can’t perform that action at this time.
0 commit comments