From 50d64fc889b246c1c6c57669cf773da2a4cb09de Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Sat, 4 Jan 2025 11:38:51 +0100 Subject: [PATCH] upgrade @chubbyts/chubbyts-packaging --- README.md | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d4ec68a..eaf3e19 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 7ab08e8..b0081d1 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",