There was an error while loading. Please reload this page.
.mts
1 parent 31d409a commit fa1aa74Copy full SHA for fa1aa74
2 files changed
package.json
@@ -11,11 +11,11 @@
11
},
12
"sideEffects": false,
13
"exports": {
14
- ".": "./dist/index.js"
+ ".": "./dist/index.mjs"
15
16
- "main": "./dist/index.js",
17
- "module": "./dist/index.js",
18
- "types": "./dist/index.d.ts",
+ "main": "./dist/index.mjs",
+ "module": "./dist/index.mjs",
+ "types": "./dist/index.d.mts",
19
"files": [
20
"dist"
21
],
@@ -45,7 +45,7 @@
45
"eslint": "9.39.2",
46
"lint-staged": "16.2.6",
47
"simple-git-hooks": "2.13.1",
48
- "tsdown": "0.15.12",
+ "tsdown": "0.18.1",
49
"typescript": "5.9.3",
50
"unstorage": "1.17.2",
51
"vite": "7.3.0",
0 commit comments