http-request-manager 18.15.23 → 18.15.25

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.15.23",
3
+ "version": "18.15.25",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
@@ -185,8 +185,6 @@ interface StreamProgress {
185
185
  total?: number;
186
186
  percent: number;
187
187
  stage: 'connecting' | 'streaming' | 'complete' | 'error';
188
- bytesLoaded?: number;
189
- bytesTotal?: number;
190
188
  }
191
189
  /**
192
190
  * Combined output from streaming operators
Binary file