From 5526523016c4a79d9bed32d41dcb9504a5108cab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Fri, 6 Sep 2024 12:02:11 +0200 Subject: [PATCH 1/2] fix: correct index.js path --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8054dcd..54fb73a 100644 --- a/package.json +++ b/package.json @@ -19,8 +19,8 @@ "lint:fix": "npm run lint -- --fix", "test": "jest" }, - "main": "dist/index.js", - "types": "dist/index.d.ts", + "main": "dist/src/index.js", + "types": "dist/src/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/CodelyTV/typescript-primitives-type" From 2808bb8d281311dbf047ac1dd8668ad8d558df19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=20G=C3=B3mez?= Date: Fri, 6 Sep 2024 12:02:55 +0200 Subject: [PATCH 2/2] chore: bump bugfix version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 54fb73a..b97de27 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codelytv/primitives-type", - "version": "1.1.0", + "version": "1.1.1", "description": "Type entity primitives from value objects", "keywords": [ "typescript",