Skip to content

Commit e3502b6

Browse files
authored
fix: rename ./lib to ./pack in sync-remote-deps.ts (#585)
The `vp lib` → `vp pack` rename (#575) missed updating the hardcoded `./lib` export key in the sync-remote-deps script, causing the daily upstream upgrade PR to re-add a stale `./lib` export.
1 parent 75efe47 commit e3502b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/tools/src/sync-remote-deps.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,8 @@ export async function syncRemote() {
759759
pluginutilsPackage,
760760
);
761761

762-
// additional tsdown exports
763-
mergedExports['./lib'] = {
762+
// additional tsdown exports (vp pack)
763+
mergedExports['./pack'] = {
764764
default: './dist/tsdown/index.js',
765765
types: './dist/tsdown/index-types.d.ts',
766766
};

0 commit comments

Comments
 (0)