Skip to content

Commit 7a0601f

Browse files
Update JS API parser to 2.0.2 (Azure#9182)
1 parent 582847c commit 7a0601f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dotnet/APIView/APIViewWeb/Languages/JavaScriptLanguageService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/dotnet/APIView/apiview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/'

0 commit comments

Comments
 (0)