Skip to content
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft.azure/autorest.nodejs",
"version": "2.2.1",
"version": "2.2.2",
"description": "The NodeJS extension for classic generators in AutoRest.",
"scripts": {
"autorest": "autorest",
Expand Down
2 changes: 1 addition & 1 deletion src/vanilla/CodeGeneratorJs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespace AutoRest.NodeJS
{
public class CodeGeneratorJs : CodeGenerator
{
private const string ClientRuntimePackage = "ms-rest version 2.4.0";
private const string ClientRuntimePackage = "ms-rest version 2.4.1";

public override string ImplementationFileExtension => ".js";

Expand Down
2 changes: 1 addition & 1 deletion src/vanilla/Model/CodeModelJs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public virtual IEnumerable<string> PackageDependencies()
{
return new[]
{
"\"ms-rest\": \"^2.4.0\""
"\"ms-rest\": \"^2.4.1\""
};
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AutoRestParameterFlattening Library with typescript type definitions for node",
"version": "1.0.0-preview",
"dependencies": {
"ms-rest": "^2.4.0"
"ms-rest": "^2.4.1"
},
"keywords": [
"node",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AutoRestParameterFlattening Library with typescript type definitions for node",
"version": "1.0.0-preview",
"dependencies": {
"ms-rest": "^2.4.0"
"ms-rest": "^2.4.1"
},
"keywords": [
"node",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AutoRestParameterFlattening Library with typescript type definitions for node",
"version": "1.0.0-preview",
"dependencies": {
"ms-rest": "^2.4.0",
"ms-rest": "^2.4.1",
"ms-rest-azure": "^2.5.5"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AutoRestParameterFlattening Library with typescript type definitions for node",
"version": "1.2.3",
"dependencies": {
"ms-rest": "^2.4.0"
"ms-rest": "^2.4.1"
},
"keywords": [
"node",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AutoRestParameterFlattening Library with typescript type definitions for node",
"version": "1.0.0-preview",
"dependencies": {
"ms-rest": "^2.4.0",
"ms-rest": "^2.4.1",
"ms-rest-azure": "^2.5.5"
},
"keywords": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AutoRestParameterFlattening Library with typescript type definitions for node",
"version": "1.0.0-preview",
"dependencies": {
"ms-rest": "^2.4.0"
"ms-rest": "^2.4.1"
},
"keywords": [
"node",
Expand Down