@schibsted/account-sdk-browser 5.0.0 → 5.0.1-beta

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.
@@ -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.0';
8971
+ var version = '5.0.1-beta';
8975
8972
  /* harmony default export */ __webpack_exports__["default"] = (version);
8976
8973
 
8977
8974
  /***/ })