From 5664840ddcecdcbe92d7270583c196e383e13742 Mon Sep 17 00:00:00 2001 From: Hein Date: Mon, 13 Jan 2025 22:13:57 +0200 Subject: [PATCH] RELEASING: Releasing 1 package(s) Releases: @warkypublic/artemis-kit@1.0.4 [skip ci] --- .changeset/config.json | 4 ++-- CHANGELOG.md | 6 ++++++ package.json | 20 ++++++++++++++++++-- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 2eada15..d892b21 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -1,11 +1,11 @@ { "$schema": "https://unpkg.com/@changesets/config@3.0.4/schema.json", "changelog": "@changesets/cli/changelog", - "commit": false, + "commit": true, "fixed": [], "linked": [], "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", "ignore": [] -} +} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0881220..77996a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @warkypublic/artemis-kit +## 1.0.4 + +### Patch Changes + +- Fixed public exports + ## 1.0.3 ### Patch Changes diff --git a/package.json b/package.json index 837ea6d..1297e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@warkypublic/artemis-kit", - "version": "1.0.3", + "version": "1.0.4", "description": "A comprehensive TypeScript/JavaScript utility library focused on precision and efficiency.", "type": "module", "main": "./src/index.ts", @@ -13,6 +13,9 @@ }, "typesVersions": { "*": { + ".": [ + "./src/index.ts" + ], "dataqueue": [ "./src/dataqueue/index.ts" ], @@ -27,9 +30,22 @@ "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { - ".": "./dist/index.ts", + ".": "./dist/index.js", "./dataqueue": "./dist/dataqueue.js", "./object": "./dist/object.js" + }, + "typesVersions": { + "*": { + ".": [ + "./dist/index.d.ts" + ], + "dataqueue": [ + "./dist/dataqueue..d.ts" + ], + "object": [ + "./dist/object.d.ts" + ] + } } }, "files": [