mirror of
https://github.com/Warky-Devs/artemis-kit.git
synced 2025-05-19 03:37:30 +00:00
RELEASING: Releasing 1 package(s)
Releases: @warkypublic/artemis-kit@1.0.4 [skip ci]
This commit is contained in:
parent
38edf8def5
commit
5664840ddc
@ -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": []
|
||||
}
|
||||
}
|
@ -1,5 +1,11 @@
|
||||
# @warkypublic/artemis-kit
|
||||
|
||||
## 1.0.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- Fixed public exports
|
||||
|
||||
## 1.0.3
|
||||
|
||||
### Patch Changes
|
||||
|
20
package.json
20
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": [
|
||||
|
Loading…
Reference in New Issue
Block a user