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",
"changelog": "@changesets/cli/changelog",
"commit": false,
"commit": true,
"fixed": [],
"linked": [],
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
}
}

View File

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

View File

@ -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": [