Skip to content

Commit

Permalink
Update JS API parser to 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan committed Oct 16, 2024
1 parent 7c734cc commit f4d31f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/emitters/scripts/Generate-APIView-CodeFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if (!(Test-Path -Path $ArtifactPath))
exit 1
}

$apiviewParser = "@azure-tools/[email protected].1"
$apiviewParser = "@azure-tools/[email protected].2"
Write-Host "Installing $($apiviewParser)"
npm install $apiviewParser --registry $NpmDevopsFeedRegistry
$installedPath = npm ls @azure-tools/ts-genapi -p
Expand Down

0 comments on commit f4d31f8

Please sign in to comment.