Skip to content

Commit

Permalink
Merge pull request Azure#365 from Azure/kamip/poly-update
Browse files Browse the repository at this point in the history
Update ms-rest-js
  • Loading branch information
kpajdzik authored Nov 7, 2018
2 parents 8a602a9 + 9db1d68 commit eb2ec89
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install -g autorest
This AutoRest extension generates TypeScript code that is compatible with:
```
"ms-rest-azure-js": "^1.0.181",
"ms-rest-js": "^1.0.461"
"ms-rest-js": "^1.0.462"
```

# Usage
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/webpack-dev-server": "^2.9.5",
"abortcontroller-polyfill": "^1.1.9",
"arraybuffer-loader": "^1.0.4",
"autorest": "^2.0.4280",
"autorest": "^2.0.4283",
"coffee-script": "^1.11.1",
"dotnet-sdk-2.0.0": "^1.4.4",
"express": "^4.16.3",
Expand All @@ -66,20 +66,20 @@
"iced-coffee-script": "^108.0.11",
"marked": "^0.3.6",
"marked-terminal": "^2.0.0",
"mocha": "^5.0.4",
"mocha": "^5.2.0",
"mocha-chrome": "^1.0.3",
"moment": "~2.21.0",
"ms-rest-azure-js": "^1.0.181",
"ms-rest-js": "^1.0.461",
"ms-rest-js": "^1.0.462",
"run-sequence": "*",
"should": "5.2.0",
"shx": "^0.2.2",
"through2-parallel": "^0.1.3",
"ts-loader": "^4.1.0",
"ts-node": "^7.0.1",
"tslib": "^1.9.2",
"tslib": "^1.9.3",
"tslint": "^5.10.0",
"typescript": "^3.1.1",
"typescript": "^3.1.6",
"underscore": "^1.8.3",
"webpack": "~4.19.1",
"webpack-cli": "~2.1.5",
Expand Down
2 changes: 1 addition & 1 deletion src/vanilla/Model/CodeModelTS.cs
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ public virtual string ConstructRuntimeImportForModelIndex()

public virtual string PackageDependencies()
{
string deps = "\"ms-rest-js\": \"^1.0.461\",\n" + "\"tslib\": \"^1.9.3\"";
string deps = "\"ms-rest-js\": \"^1.0.462\",\n" + "\"tslib\": \"^1.9.3\"";
if (Settings.MultiapiLatest)
{
string version = Settings.AliasedNpmVersion ?? "^1.0.0";
Expand Down
2 changes: 1 addition & 1 deletion test/azuremetadata/generated/Lro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "",
"dependencies": {
"ms-rest-azure-js": "^1.0.181",
"ms-rest-js": "^1.0.461",
"ms-rest-js": "^1.0.462",
"tslib": "^1.9.3"
},
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion test/metadata/generated/BodyComplex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "AutoRestComplexTestService Library with typescript type definitions for node.js and browser.",
"version": "",
"dependencies": {
"ms-rest-js": "^1.0.461",
"ms-rest-js": "^1.0.462",
"tslib": "^1.9.3"
},
"keywords": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"dependencies": {
"ms-rest-azure-js": "^1.0.181",
"ms-rest-js": "^1.0.461",
"ms-rest-js": "^1.0.462",
"tslib": "^1.9.3"
},
"keywords": [
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"dependencies": {
"ms-rest-azure-js": "^1.0.181",
"ms-rest-js": "^1.0.461",
"ms-rest-js": "^1.0.462",
"tslib": "^1.9.3"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions test/multiapi/packages/multiapi-test/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/multiapi/packages/multiapi-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "1.0.0",
"dependencies": {
"ms-rest-azure-js": "^1.0.181",
"ms-rest-js": "^1.0.461",
"ms-rest-js": "^1.0.462",
"tslib": "^1.9.3",
"@azure/multiapi-test-2018-02-01": "^1.0.0"
},
Expand Down

0 comments on commit eb2ec89

Please sign in to comment.