@salesforce/lds-drafts 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.
package/dist/ldsDrafts.js CHANGED
@@ -787,7 +787,7 @@ class DurableDraftQueue {
787
787
  try {
788
788
  await this.startQueueSafe();
789
789
  }
790
- catch (_a) {
790
+ catch {
791
791
  // An error starting the queue should not bubble up from this method
792
792
  }
793
793
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-drafts",
3
- "version": "1.321.0",
3
+ "version": "1.322.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Drafts",
6
6
  "main": "dist/ldsDrafts.js",
@@ -26,10 +26,10 @@
26
26
  "dependencies": {
27
27
  "@luvio/engine": "0.156.5",
28
28
  "@luvio/environments": "0.156.5",
29
- "@salesforce/lds-utils-adapters": "^1.321.0"
29
+ "@salesforce/lds-utils-adapters": "^1.322.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@salesforce/nimbus-plugin-lds": "^1.321.0"
32
+ "@salesforce/nimbus-plugin-lds": "^1.322.0"
33
33
  },
34
34
  "volta": {
35
35
  "extends": "../../package.json"