File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ public class JavaScriptLanguageService : LanguageProcessor
1313 public override string Name { get ; } = "JavaScript" ;
1414 public override string [ ] Extensions { get ; } = { ".api.json" } ;
1515 public override string ProcessName { get ; } = "node" ;
16- public override string VersionString { get ; } = "2.0.1 " ;
16+ public override string VersionString { get ; } = "2.0.2 " ;
1717 private readonly string _jsParserToolPath ;
1818
1919 public JavaScriptLanguageService ( IConfiguration configuration , TelemetryClient telemetryClient ) : base ( telemetryClient )
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ parameters:
77 default : ' 1.0.0-dev.20240828.2'
88 - name : JavaScriptAPIParser
99 type : string
10- default : ' @azure-tools/ts-genapi@2.0.1 '
10+ default : ' @azure-tools/ts-genapi@2.0.2 '
1111 - name : JavaScriptArtifactRegistry
1212 type : string
1313 default : ' https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry/'
You can’t perform that action at this time.
0 commit comments