RELEASING: Releasing 1 package(s)

Releases:
  @warkypublic/artemis-kit@1.0.4

[skip ci]
This commit is contained in:
Warky 2025-01-13 22:13:57 +02:00
parent 38edf8def5
commit 5664840ddc
3 changed files with 26 additions and 4 deletions

View File

@ -1,11 +1,11 @@
{ {
"$schema": "https://unpkg.com/@changesets/config@3.0.4/schema.json", "$schema": "https://unpkg.com/@changesets/config@3.0.4/schema.json",
"changelog": "@changesets/cli/changelog", "changelog": "@changesets/cli/changelog",
"commit": false, "commit": true,
"fixed": [], "fixed": [],
"linked": [], "linked": [],
"access": "public", "access": "public",
"baseBranch": "main", "baseBranch": "main",
"updateInternalDependencies": "patch", "updateInternalDependencies": "patch",
"ignore": [] "ignore": []
} }

View File

@ -1,5 +1,11 @@
# @warkypublic/artemis-kit # @warkypublic/artemis-kit
## 1.0.4
### Patch Changes
- Fixed public exports
## 1.0.3 ## 1.0.3
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@warkypublic/artemis-kit", "name": "@warkypublic/artemis-kit",
"version": "1.0.3", "version": "1.0.4",
"description": "A comprehensive TypeScript/JavaScript utility library focused on precision and efficiency.", "description": "A comprehensive TypeScript/JavaScript utility library focused on precision and efficiency.",
"type": "module", "type": "module",
"main": "./src/index.ts", "main": "./src/index.ts",
@ -13,6 +13,9 @@
}, },
"typesVersions": { "typesVersions": {
"*": { "*": {
".": [
"./src/index.ts"
],
"dataqueue": [ "dataqueue": [
"./src/dataqueue/index.ts" "./src/dataqueue/index.ts"
], ],
@ -27,9 +30,22 @@
"module": "./dist/index.js", "module": "./dist/index.js",
"types": "./dist/index.d.ts", "types": "./dist/index.d.ts",
"exports": { "exports": {
".": "./dist/index.ts", ".": "./dist/index.js",
"./dataqueue": "./dist/dataqueue.js", "./dataqueue": "./dist/dataqueue.js",
"./object": "./dist/object.js" "./object": "./dist/object.js"
},
"typesVersions": {
"*": {
".": [
"./dist/index.d.ts"
],
"dataqueue": [
"./dist/dataqueue..d.ts"
],
"object": [
"./dist/object.d.ts"
]
}
} }
}, },
"files": [ "files": [