@devrev/ts-adaas 1.19.0 → 1.19.1

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.
@@ -428,7 +428,7 @@ class WorkerAdapter {
428
428
  create,
429
429
  });
430
430
  if (rateLimit === null || rateLimit === void 0 ? void 0 : rateLimit.delay) {
431
- await this.emit(loading_1.LoaderEventType.DataLoadingDelayed, {
431
+ await this.emit(loading_1.LoaderEventType.AttachmentLoadingDelayed, {
432
432
  delay: rateLimit.delay,
433
433
  reports: this.reports,
434
434
  processed_files: this.processedFiles,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devrev/ts-adaas",
3
- "version": "1.19.0",
3
+ "version": "1.19.1",
4
4
  "description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",