@salesforce/lds-utils-adapters 1.321.0 → 1.322.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.
@@ -356,7 +356,7 @@ class AsyncWorkerPool {
356
356
  try {
357
357
  cancelFn();
358
358
  }
359
- catch (_a) {
359
+ catch {
360
360
  success = false;
361
361
  }
362
362
  }
@@ -368,7 +368,7 @@ class AsyncWorkerPool {
368
368
  try {
369
369
  cancelFn();
370
370
  }
371
- catch (_b) {
371
+ catch {
372
372
  success = false;
373
373
  }
374
374
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-utils-adapters",
3
- "version": "1.321.0",
3
+ "version": "1.322.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Adapter Utilities",
6
6
  "main": "dist/ldsAdapterUtils.js",