Skip to content

Commit a183341

Browse files
committed
support @chubbyts/chubbyts-http-types 1.3.1 and 2.0.0
1 parent a252a75 commit a183341

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Chubbyts Http multipart request handling.
2424
## Requirements
2525

2626
* node: 18
27-
* [@chubbyts/chubbyts-http-types][2]: ^1.3.1
27+
* [@chubbyts/chubbyts-http-types][2]: ^1.3.1 || ^2.0.0
2828
* [busboy][3]: ^1.6.0
2929

3030
## Installation
3131

3232
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http-multipart][1].
3333

3434
```sh
35-
npm i @chubbyts/chubbyts-http-multipart@^1.2.1
35+
npm i @chubbyts/chubbyts-http-multipart@^1.3.0
3636
```
3737

3838
## Usage

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chubbyts/chubbyts-http-multipart",
33
"type": "module",
4-
"version": "1.2.1",
4+
"version": "1.3.0",
55
"description": "Chubbyts Http multipart request handling",
66
"keywords": [
77
"chubbyts",
@@ -43,24 +43,24 @@
4343
"node": ">=18"
4444
},
4545
"dependencies": {
46-
"@chubbyts/chubbyts-http-types": "^1.3.1",
46+
"@chubbyts/chubbyts-http-types": "^1.3.1 || ^2.0.0",
4747
"busboy": "^1.6.0"
4848
},
4949
"devDependencies": {
50-
"@chubbyts/chubbyts-eslint": "^3.0.3",
50+
"@chubbyts/chubbyts-eslint": "^3.0.4",
5151
"@chubbyts/chubbyts-function-mock": "^1.5.2",
5252
"@chubbyts/chubbyts-packaging": "^3.0.2",
5353
"@stryker-mutator/core": "^8.7.1",
5454
"@stryker-mutator/vitest-runner": "^8.7.1",
5555
"@types/busboy": "^1.5.4",
56-
"@types/node": "^22.10.5",
57-
"@types/qs": "^6.9.17",
58-
"@vitest/coverage-v8": "^2.1.8",
56+
"@types/node": "^22.13.1",
57+
"@types/qs": "^6.9.18",
58+
"@vitest/coverage-v8": "^3.0.5",
5959
"form-data": "^4.0.1",
6060
"prettier": "^3.4.2",
61-
"qs": "^6.13.1",
62-
"typescript": "^5.7.2",
63-
"vitest": "^2.1.8"
61+
"qs": "^6.14.0",
62+
"typescript": "^5.7.3",
63+
"vitest": "^3.0.5"
6464
},
6565
"publishConfig": {
6666
"access": "public"

0 commit comments

Comments
 (0)