From e335e60ce4d04e8387a0936da58ad71893f565ca Mon Sep 17 00:00:00 2001 From: Ben Rabinovich Date: Thu, 14 Aug 2025 12:54:36 +0300 Subject: [PATCH 1/2] feat: repo metasata --- package.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 240d1a8..f027a74 100644 --- a/package.json +++ b/package.json @@ -64,5 +64,12 @@ "ai", "llm", "agents" - ] + ], + "repository": { + "type": "git", + "url": "https://github.com/code-rabi/toolception.git" + }, + "bugs": { + "url": "https://github.com/code-rabi/toolception/issues" + } } From 3500cc6143d733a3b6597cb378bee048980953e2 Mon Sep 17 00:00:00 2001 From: Ben Rabinovich Date: Thu, 14 Aug 2025 12:55:32 +0300 Subject: [PATCH 2/2] chore: update patch version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f027a74..0ffa137 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toolception", - "version": "0.2.0", + "version": "0.2.1", "private": false, "type": "module", "main": "dist/index.js",