@salesforce/lds-durable-storage 1.445.0 → 1.446.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.
@@ -35,4 +35,4 @@ function getDurableStorageImplementation() {
35
35
  }
36
36
 
37
37
  export { clearStorages, createStorage, getDurableStorageImplementation, setDurableStorageImplementation };
38
- // version: 1.445.0-117c9de71a
38
+ // version: 1.446.0-f73bd65030
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-durable-storage",
3
- "version": "1.445.0",
3
+ "version": "1.446.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Durable Storage",
6
6
  "main": "dist/ldsDurableStorage.js",
@@ -20,7 +20,7 @@
20
20
  "test:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
21
21
  },
22
22
  "dependencies": {
23
- "@salesforce/lds-aura-storage": "^1.445.0"
23
+ "@salesforce/lds-aura-storage": "^1.446.0"
24
24
  },
25
25
  "volta": {
26
26
  "extends": "../../package.json"