Skip to content

Commit 6baef63

Browse files
author
Dominik Zogg
committed
upgrade @chubbyts/chubbyts-packaging
1 parent 815cec0 commit 6baef63

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ A minimal static file handler for chubbyts-http-types.
2424
## Requirements
2525

2626
* 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
2929

3030
## Installation
3131

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@^2.1.0
35+
npm i @chubbyts/chubbyts-http-static-file@^2.1.1
3636
```
3737

3838
## Usage

package.json

Lines changed: 6 additions & 6 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": "2.1.0",
4+
"version": "2.1.1",
55
"description": "A minimal static file handler for chubbyts-http-types.",
66
"keywords": [
77
"chubbyts",
@@ -42,13 +42,13 @@
4242
"node": ">=18"
4343
},
4444
"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"
4747
},
4848
"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",
5252
"@stryker-mutator/core": "^8.7.1",
5353
"@stryker-mutator/vitest-runner": "^8.7.1",
5454
"@types/node": "^22.10.5",

0 commit comments

Comments
 (0)