Skip to content

Commit

Permalink
support @chubbyts/chubbyts-http-types 1.3.1 and 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Feb 4, 2025
1 parent 11ccf8d commit 2c20fd7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
* node: 18
* [@chubbyts/chubbyts-decode-encode][2]: ^1.4.1
* [@chubbyts/chubbyts-http-error][3]: ^2.4.1
* [@chubbyts/chubbyts-http-types][4]: ^1.3.1
* [@chubbyts/chubbyts-http-types][4]: ^1.3.1 || ^2.0.0
* [@chubbyts/chubbyts-log-types][5]: ^1.4.3
* [@chubbyts/chubbyts-negotiation][6]: ^3.3.1
* [@chubbyts/chubbyts-throwable-to-error][7]: ^1.3.2
* [qs][8]: ^6.13.1
* [uuid][9]: ^11.0.3
* [qs][8]: ^6.14.0
* [uuid][9]: ^11.0.5
* [zod][10]: ^3.24.1

## Installation

Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-api][1].

```ts
npm i @chubbyts/chubbyts-api@^4.4
npm i @chubbyts/chubbyts-api@^4.5.0
```

## Usage
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-api",
"type": "module",
"version": "4.4.0",
"version": "4.5.0",
"description": "",
"keywords": [
"chubbyts",
Expand Down Expand Up @@ -44,27 +44,27 @@
"dependencies": {
"@chubbyts/chubbyts-decode-encode": "^1.4.1",
"@chubbyts/chubbyts-http-error": "^2.4.1",
"@chubbyts/chubbyts-http-types": "^1.3.1",
"@chubbyts/chubbyts-http-types": "^1.3.1 || ^2.0.0",
"@chubbyts/chubbyts-log-types": "^1.4.3",
"@chubbyts/chubbyts-negotiation": "^3.3.1",
"@chubbyts/chubbyts-throwable-to-error": "^1.3.2",
"qs": "^6.13.1",
"uuid": "^11.0.3",
"qs": "^6.14.0",
"uuid": "^11.0.5",
"zod": "^3.24.1"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^3.0.3",
"@chubbyts/chubbyts-eslint": "^3.0.4",
"@chubbyts/chubbyts-function-mock": "^1.5.2",
"@chubbyts/chubbyts-packaging": "^3.0.2",
"@stryker-mutator/core": "^8.7.1",
"@stryker-mutator/vitest-runner": "^8.7.1",
"@types/node": "^22.10.5",
"@types/qs": "^6.9.17",
"@types/node": "^22.13.1",
"@types/qs": "^6.9.18",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/coverage-v8": "^3.0.5",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
"typescript": "^5.7.3",
"vitest": "^3.0.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2c20fd7

Please sign in to comment.