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 1a75294 commit 50d64fc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ A CORS middleware for @chubbyts/chubbyts-http-types.
## Requirements

* node: 18
* [@chubbyts/chubbyts-http-types][2]: ^1.3.0
* [@chubbyts/chubbyts-http-types][2]: ^1.3.1

## Installation

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

```ts
npm i @chubbyts/chubbyts-http-cors@^1.3.0
npm i @chubbyts/chubbyts-http-cors@^1.3.1
```

## Usage
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-http-cors",
"type": "module",
"version": "1.3.0",
"version": "1.3.1",
"description": "A CORS middleware for @chubbyts/chubbyts-http-types.",
"keywords": [],
"author": "Dominik Zogg",
Expand Down Expand Up @@ -38,12 +38,12 @@
"node": ">=18"
},
"dependencies": {
"@chubbyts/chubbyts-http-types": "^1.3.0"
"@chubbyts/chubbyts-http-types": "^1.3.1"
},
"devDependencies": {
"@chubbyts/chubbyts-eslint": "^3.0.1",
"@chubbyts/chubbyts-function-mock": "^1.5.1",
"@chubbyts/chubbyts-packaging": "^3.0.0",
"@chubbyts/chubbyts-eslint": "^3.0.3",
"@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",
Expand Down

0 comments on commit 50d64fc

Please sign in to comment.