@devrev/ts-adaas 1.7.1-beta.2 → 1.7.2-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -157,6 +157,8 @@ class Uploader {
157
157
  'Content-Length': constants_1.MAX_DEVREV_ARTIFACT_SIZE,
158
158
  }
159
159
  : {})),
160
+ maxRedirects: 0, // Prevents buffering
161
+ validateStatus: () => true, // Prevents errors on redirects
160
162
  });
161
163
  return response;
162
164
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devrev/ts-adaas",
3
- "version": "1.7.1-beta.2",
3
+ "version": "1.7.2-beta.0",
4
4
  "description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",