Skip to content

Commit

Permalink
Update JS API parser version to 2.0.3 (#4874)
Browse files Browse the repository at this point in the history
Update JS API parser version to 2.0.3
  • Loading branch information
praveenkuttappan authored Oct 26, 2024
1 parent 265c4fc commit a27be92
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].2"
$apiviewParser = "@azure-tools/[email protected].3"
Write-Host "Installing $($apiviewParser)"
npm install $apiviewParser --registry $NpmDevopsFeedRegistry
$installedPath = npm ls @azure-tools/ts-genapi -p
Expand Down

0 comments on commit a27be92

Please sign in to comment.