@azure/ms-rest-js
Advanced tools
Comparing version 1.2.5 to 1.2.6
@@ -131,3 +131,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Workaround for https://github.com/axios/axios/issues/1362 | ||
maxContentLength: 1024 * 1024 * 1024 * 10, | ||
maxContentLength: Infinity, | ||
responseType: httpRequest.streamResponseBody ? "stream" : "text", | ||
@@ -134,0 +134,0 @@ cancelToken: cancelToken, |
@@ -130,3 +130,3 @@ // Copyright (c) Microsoft Corporation. All rights reserved. | ||
// Workaround for https://github.com/axios/axios/issues/1362 | ||
maxContentLength: 1024 * 1024 * 1024 * 10, | ||
maxContentLength: Infinity, | ||
responseType: httpRequest.streamResponseBody ? "stream" : "text", | ||
@@ -133,0 +133,0 @@ cancelToken, |
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.2.5", | ||
"version": "1.2.6", | ||
"description": "Isomorphic client Runtime for Typescript/node.js/browser javascript client libraries generated using AutoRest", | ||
@@ -11,0 +11,0 @@ "tags": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1699376