Skip to content

Commit

Permalink
upgrade @chubbyts/chubbyts-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 4, 2025
1 parent 90a0e9f commit 6acd2db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Creates http error which can be catched and converted to error responses.
Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-http-error][1].

```ts
npm i @chubbyts/chubbyts-http-error@^2.4.0
npm i @chubbyts/chubbyts-http-error@^2.4.1
```

## Usage
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-http-error",
"type": "module",
"version": "2.4.0",
"version": "2.4.1",
"description": "Creates http error which can be catched and converted to error responses.",
"keywords": [
"chubbyts",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^3.0.1",
"@chubbyts/chubbyts-packaging": "^3.0.0",
"@chubbyts/chubbyts-eslint": "^3.0.3",
"@chubbyts/chubbyts-packaging": "^3.0.2",
"@stryker-mutator/core": "^8.7.1",
"@stryker-mutator/vitest-runner": "^8.7.1",
"@types/node": "^22.10.5",
Expand Down

0 comments on commit 6acd2db

Please sign in to comment.