Skip to content

Commit

Permalink
Update JS parser verison (#9145)
Browse files Browse the repository at this point in the history
* Update JS parser version
  • Loading branch information
praveenkuttappan authored Oct 11, 2024
1 parent 7c98f1b commit 68c10a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class JavaScriptLanguageService : LanguageProcessor
public override string Name { get; } = "JavaScript";
public override string[] Extensions { get; } = { ".api.json" };
public override string ProcessName { get; } = "node";
public override string VersionString { get; } = "2.0.0";
public override string VersionString { get; } = "2.0.1";
private readonly string _jsParserToolPath;

public JavaScriptLanguageService(IConfiguration configuration, TelemetryClient telemetryClient) : base(telemetryClient)
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/APIView/apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
default: '1.0.0-dev.20240828.2'
- name: JavaScriptAPIParser
type: string
default: '@azure-tools/[email protected].0'
default: '@azure-tools/[email protected].1'
- name: JavaScriptArtifactRegistry
type: string
default: 'https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-js/npm/registry/'
Expand Down

0 comments on commit 68c10a4

Please sign in to comment.