Skip to content

Commit b7cbaf4

Browse files
committed
chore: improve jsdocs
1 parent 1656f62 commit b7cbaf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/api/reference.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ async function update(
112112
* Update specific packages by name
113113
* @param packages Array of package names to update
114114
* @param options Update configuration options
115+
* @param options.latest Force update to latest versions, ignoring constraints
116+
* @param options.dryRun Preview what would be updated without actually updating
117+
* @param options.verbose Enable verbose output during updates
115118
* @returns Promise that resolves when updates are complete
116119
*/
117120
async function updateSpecificPackages(
@@ -126,6 +129,9 @@ async function updateSpecificPackages(
126129
/**
127130
* Update all installed packages
128131
* @param options Update configuration options
132+
* @param options.latest Force update to latest versions, ignoring constraints
133+
* @param options.dryRun Preview what would be updated without actually updating
134+
* @param options.verbose Enable verbose output during updates
129135
* @returns Promise that resolves when updates are complete
130136
*/
131137
async function updateAllPackages(

0 commit comments

Comments
 (0)