@schibsted/account-sdk-browser 5.0.0 → 5.0.1-beta.2
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/es5/global.js +87 -67
- package/es5/global.js.map +1 -1
- package/es5/global.min.js +1 -1
- package/es5/global.min.js.map +1 -1
- package/es5/identity.js +87 -67
- package/es5/identity.js.map +1 -1
- package/es5/identity.min.js +1 -1
- package/es5/identity.min.js.map +1 -1
- package/es5/index.js +87 -67
- package/es5/index.js.map +1 -1
- package/es5/index.min.js +1 -1
- package/es5/index.min.js.map +1 -1
- package/es5/monetization.js +1 -4
- package/es5/monetization.js.map +1 -1
- package/es5/monetization.min.js +1 -1
- package/es5/monetization.min.js.map +1 -1
- package/package.json +1 -1
- package/src/cache.d.ts +0 -3
- package/src/cache.js +0 -3
- package/src/identity.d.ts +33 -7
- package/src/identity.js +71 -56
- package/src/version.js +1 -1
package/es5/monetization.js
CHANGED
|
@@ -8779,7 +8779,6 @@ var Cache = /*#__PURE__*/function () {
|
|
|
8779
8779
|
/**
|
|
8780
8780
|
* Get a value from cache (checks that the object has not expired)
|
|
8781
8781
|
* @param {string} key
|
|
8782
|
-
* @private
|
|
8783
8782
|
* @returns {*} - The value if it exists, otherwise null
|
|
8784
8783
|
*/
|
|
8785
8784
|
_createClass(Cache, [{
|
|
@@ -8815,7 +8814,6 @@ var Cache = /*#__PURE__*/function () {
|
|
|
8815
8814
|
* @param {string} key
|
|
8816
8815
|
* @param {*} value
|
|
8817
8816
|
* @param {Number} expiresIn - Value in milliseconds until the entry expires
|
|
8818
|
-
* @private
|
|
8819
8817
|
* @returns {void}
|
|
8820
8818
|
*/
|
|
8821
8819
|
}, {
|
|
@@ -8844,7 +8842,6 @@ var Cache = /*#__PURE__*/function () {
|
|
|
8844
8842
|
/**
|
|
8845
8843
|
* Delete a cache entry
|
|
8846
8844
|
* @param {string} key
|
|
8847
|
-
* @private
|
|
8848
8845
|
* @returns {void}
|
|
8849
8846
|
*/
|
|
8850
8847
|
}, {
|
|
@@ -8971,7 +8968,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
8971
8968
|
|
|
8972
8969
|
|
|
8973
8970
|
|
|
8974
|
-
var version = '5.0.
|
|
8971
|
+
var version = '5.0.1-beta.2';
|
|
8975
8972
|
/* harmony default export */ __webpack_exports__["default"] = (version);
|
|
8976
8973
|
|
|
8977
8974
|
/***/ })
|