@salesforce/lds-aura-storage 1.278.0 → 1.279.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/ldsStorage.js +3 -3
- package/package.json +1 -1
package/dist/ldsStorage.js
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
* For full license text, see the LICENSE.txt file
|
5
5
|
*/
|
6
6
|
|
7
|
-
/*
|
7
|
+
/*
|
8
8
|
* ATTENTION!
|
9
9
|
* THIS IS A GENERATED FILE FROM https://github.com/salesforce-experience-platform-emu/lds-lightning-platform
|
10
10
|
* If you would like to contribute to LDS, please follow the steps outlined in the git repo.
|
@@ -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 = "
|
20
|
+
const STORAGE_VERSION = "21eae5cb0";
|
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.
|
58
|
+
// version: 1.279.0-21eae5cb0
|