Skip to content

Commit 0a2514a

Browse files
chore: upgrade dependencies
1 parent a93a5da commit 0a2514a

File tree

2 files changed

+200
-186
lines changed

2 files changed

+200
-186
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"sideEffects": false,
2828
"exports": {
2929
".": {
30-
"types": "./dist/index.d.ts",
31-
"default": "./dist/index.js"
30+
"types": "./dist/index.d.mts",
31+
"default": "./dist/index.mjs"
3232
}
3333
},
34-
"types": "./dist/index.d.ts",
34+
"types": "./dist/index.d.mts",
3535
"files": [
3636
"dist"
3737
],
@@ -51,7 +51,7 @@
5151
"bumpp": "^10.3.1",
5252
"eslint": "^9.39.1",
5353
"gpt-tokenizer": "^3.4.0",
54-
"tsdown": "^0.15.12",
54+
"tsdown": "^0.16.2",
5555
"tsx": "^4.20.6",
5656
"typescript": "^5.9.3",
5757
"vitest": "^4.0.8"

0 commit comments

Comments
 (0)