@salesforce/lds-aura-storage 1.381.0 → 1.382.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.
@@ -17,7 +17,7 @@ import auraStorage from 'aura-storage';
17
17
  // The VERSION environment variable is replaced by rollup during the bundling and replaces it with
18
18
  // the commit hash. This avoid having a cache hit on data that has been stored by a previous
19
19
  // version of LDS.
20
- const STORAGE_VERSION = "426ce583c6";
20
+ const STORAGE_VERSION = "8ca71123b0";
21
21
  // AuraStorage treats `secure` as a must-have whereas `persistent` is a nice-to-have. Secure and
22
22
  // persistent storage is only possible with CryptoAdapter. Availability of that adapter is
23
23
  // controlled by the application.
@@ -55,4 +55,4 @@ function clearStorages() {
55
55
  }
56
56
 
57
57
  export { clearStorages, createStorage };
58
- // version: 1.381.0-426ce583c6
58
+ // version: 1.382.0-8ca71123b0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-aura-storage",
3
- "version": "1.381.0",
3
+ "version": "1.382.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "LDS Network Adapter for Aura Runtime",
6
6
  "main": "dist/ldsStorage.js",