From 9921f466f403077014ef56f80c560979635fa1b0 Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Sat, 4 Jan 2025 11:21:07 +0100 Subject: [PATCH] upgrade @chubbyts/chubbyts-packaging --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1105bf5..41f4905 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Dependency injection container (DIC) types, [PSR-11][2] inspired. Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-dic-types][1]. ```ts -npm i @chubbyts/chubbyts-dic-types@^1.3.0 +npm i @chubbyts/chubbyts-dic-types@^1.3.1 ``` ## Copyright diff --git a/package.json b/package.json index 68532ac..6fe32e0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chubbyts/chubbyts-dic-types", "type": "module", - "version": "1.3.0", + "version": "1.3.1", "description": "Dependency injection container (DIC) types, PSR-11 inspired.", "keywords": [ "chubbyts", @@ -45,8 +45,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", "@types/node": "^22.10.5", "prettier": "^3.4.2", "typescript": "^5.7.2"