Skip to content

Commit f2d5554

Browse files
committed
build: update unbuild and emit .d.mts and .d.cts as well
1 parent 641dca9 commit f2d5554

File tree

2 files changed

+1775
-86
lines changed

2 files changed

+1775
-86
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@
2020
],
2121
"exports": {
2222
".": {
23-
"types": "./dist/index.d.ts",
2423
"require": "./dist/index.cjs",
2524
"import": "./dist/index.mjs"
2625
},
2726
"./nuxt": {
28-
"types": "./dist/nuxt.d.ts",
2927
"require": "./dist/nuxt.cjs",
3028
"import": "./dist/nuxt.mjs"
3129
}
@@ -93,7 +91,7 @@
9391
"lint-staged": "^13.2.2",
9492
"prettier": "^2.8.8",
9593
"typescript": "^5.0.4",
96-
"unbuild": "^1.2.1",
94+
"unbuild": "^2.0.0",
9795
"vite": "4.3.8",
9896
"vitest": "^0.31.1",
9997
"vue": "^3.3.4",

0 commit comments

Comments
 (0)