@proveanything/smartlinks 1.14.6 → 1.14.7
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/docs/API_SUMMARY.md +1 -1
- package/dist/http.js +1 -1
- package/docs/API_SUMMARY.md +1 -1
- package/package.json +1 -1
package/dist/docs/API_SUMMARY.md
CHANGED
package/dist/http.js
CHANGED
|
@@ -56,7 +56,7 @@ let cachePersistence = 'none';
|
|
|
56
56
|
/** When true (default), clear in-memory and sessionStorage caches on page load/refresh. */
|
|
57
57
|
let cacheClearOnPageLoad = true;
|
|
58
58
|
/** When true, the bearer token is saved to localStorage and restored automatically on init. */
|
|
59
|
-
let tokenPersistenceEnabled =
|
|
59
|
+
let tokenPersistenceEnabled = false;
|
|
60
60
|
const TOKEN_STORAGE_KEY = 'sl:token';
|
|
61
61
|
/**
|
|
62
62
|
* How long L2 (IndexedDB) entries are considered valid as an offline stale fallback,
|
package/docs/API_SUMMARY.md
CHANGED