Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Update ms-rest version to 2.4.1 #82
Browse files Browse the repository at this point in the history
Update ms-rest version to 2.4.1
  • Loading branch information
kpajdzik authored Feb 7, 2019
2 parents d4fc652 + f2a97ce commit a46e366
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
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

0 comments on commit a46e366

Please sign in to comment.