@inappstory/js-sdk 3.14.5 → 3.14.6

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.
@@ -9,7 +9,6 @@ import { createPortal as __WEBPACK_EXTERNAL_MODULE_react_dom_7dac9eee_createPort
9
9
  (module, __webpack_exports__, __webpack_require__) {
10
10
 
11
11
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
12
- /* harmony export */ Ay: () => (__WEBPACK_DEFAULT_EXPORT__),
13
12
  /* harmony export */ DD: () => (/* binding */ title),
14
13
  /* harmony export */ J3: () => (/* binding */ _2),
15
14
  /* harmony export */ Qs: () => (/* binding */ content),
@@ -46,6 +45,10 @@ var _4 = `favorite-story-list--VK1Sc`;
46
45
 
47
46
  /* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (___CSS_LOADER_EXPORT___);
48
47
 
48
+ /* harmony export */ __webpack_require__.d(__webpack_exports__, [
49
+ /* harmony export */ "Ay", 0, /* export default binding */ __WEBPACK_DEFAULT_EXPORT__
50
+ /* harmony export */ ]);
51
+
49
52
 
50
53
  /***/ },
51
54
 
@@ -918,17 +921,17 @@ module.exports = styleTagTransform;
918
921
  /******/ });
919
922
  /************************************************************************/
920
923
  /******/ // The module cache
921
- /******/ var __webpack_module_cache__ = {};
924
+ /******/ const __webpack_module_cache__ = {};
922
925
  /******/
923
926
  /******/ // The require function
924
927
  /******/ function __webpack_require__(moduleId) {
925
928
  /******/ // Check if module is in cache
926
- /******/ var cachedModule = __webpack_module_cache__[moduleId];
929
+ /******/ const cachedModule = __webpack_module_cache__[moduleId];
927
930
  /******/ if (cachedModule !== undefined) {
928
931
  /******/ return cachedModule.exports;
929
932
  /******/ }
930
933
  /******/ // Create a new module (and put it into the cache)
931
- /******/ var module = __webpack_module_cache__[moduleId] = {
934
+ /******/ const module = __webpack_module_cache__[moduleId] = {
932
935
  /******/ id: moduleId,
933
936
  /******/ // no module.loaded needed
934
937
  /******/ exports: {}
@@ -946,7 +949,7 @@ module.exports = styleTagTransform;
946
949
  /******/ (() => {
947
950
  /******/ // getDefaultExport function for compatibility with non-harmony modules
948
951
  /******/ __webpack_require__.n = (module) => {
949
- /******/ var getter = module && module.__esModule ?
952
+ /******/ const getter = module && module.__esModule ?
950
953
  /******/ () => (module['default']) :
951
954
  /******/ () => (module);
952
955
  /******/ __webpack_require__.d(getter, { a: getter });
@@ -956,11 +959,26 @@ module.exports = styleTagTransform;
956
959
  /******/
957
960
  /******/ /* webpack/runtime/define property getters */
958
961
  /******/ (() => {
959
- /******/ // define getter functions for harmony exports
962
+ /******/ // define getter/value functions for harmony exports
960
963
  /******/ __webpack_require__.d = (exports, definition) => {
961
- /******/ for(var key in definition) {
962
- /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
963
- /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
964
+ /******/ if(Array.isArray(definition)) {
965
+ /******/ var i = 0;
966
+ /******/ while(i < definition.length) {
967
+ /******/ var key = definition[i++];
968
+ /******/ var binding = definition[i++];
969
+ /******/ if(!__webpack_require__.o(exports, key)) {
970
+ /******/ if(binding === 0) {
971
+ /******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
972
+ /******/ } else {
973
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
974
+ /******/ }
975
+ /******/ } else if(binding === 0) { i++; }
976
+ /******/ }
977
+ /******/ } else {
978
+ /******/ for(var key in definition) {
979
+ /******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
980
+ /******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
981
+ /******/ }
964
982
  /******/ }
965
983
  /******/ }
966
984
  /******/ };
@@ -2045,11 +2063,11 @@ class StoryManagerAdapter {
2045
2063
  return StoryManagerAdapter.instance;
2046
2064
  }
2047
2065
  get sdkVersionName() {
2048
- const sdkVersionName = "3.14.5";
2066
+ const sdkVersionName = "3.14.6";
2049
2067
  return sdkVersionName || "0.0.0";
2050
2068
  }
2051
2069
  get sdkVersionCode() {
2052
- const sdkVersionCode = 31405;
2070
+ const sdkVersionCode = 31406;
2053
2071
  return sdkVersionCode ? parseInt(sdkVersionCode) : 0;
2054
2072
  }
2055
2073
  get deviceId() {