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,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$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",
|
||||||
|
@ -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
|
||||||
|
20
package.json
20
package.json
@ -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": [
|
||||||
|
Loading…
Reference in New Issue
Block a user