@salesforce/lds-durable-storage 1.421.1 → 1.422.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.
@@ -34,4 +34,4 @@ function getDurableStorageImplementation() {
34
34
  }
35
35
 
36
36
  export { clearStorages, createStorage, getDurableStorageImplementation, setDurableStorageImplementation };
37
- // version: 1.421.1-4ac91ce6d0
37
+ // version: 1.422.0-6c9a1d2120
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-durable-storage",
3
- "version": "1.421.1",
3
+ "version": "1.422.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Durable Storage",
6
6
  "main": "dist/ldsDurableStorage.js",