Skip to content

Commit 4c97e2e

Browse files
committed
feat!: require rolldown v1.0.0
1 parent 39834c9 commit 4c97e2e

4 files changed

Lines changed: 615 additions & 659 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ A Rolldown plugin to generate and bundle dts files.
88

99
## Install
1010

11-
Requires **`rolldown@1.0.0-rc.12`** or later.
11+
Requires Rolldown 1.0.0 or later.
1212

1313
```bash
1414
npm i -D rolldown-plugin-dts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"peerDependencies": {
5656
"@ts-macro/tsc": "^0.3.6",
5757
"@typescript/native-preview": ">=7.0.0-dev.20260325.1",
58-
"rolldown": "^1.0.0-rc.12",
58+
"rolldown": "^1.0.0",
5959
"typescript": "^6.0.0",
6060
"vue-tsc": "~3.2.0"
6161
},

0 commit comments

Comments
 (0)