@adv-ui/ma-segment-wrapper
Advanced tools
Comparing version 1.16.0 to 1.17.0
@@ -0,1 +1,2 @@ | ||
import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import { isClient } from '../utils'; | ||
@@ -7,3 +8,4 @@ import getInitialConfig from './getInitialConfig'; | ||
window.__mpi = window.__mpi || {}; | ||
window.__mpi.segmentWrapper = getInitialConfig(); // Avoid to set the initial config more than once. | ||
var oldSegmentWrapper = window.__mpi.segmentWrapper || {}; | ||
window.__mpi.segmentWrapper = _extends({}, oldSegmentWrapper, getInitialConfig()); // Avoid to set the initial config more than once. | ||
@@ -10,0 +12,0 @@ _setInitialConfig = function setInitialConfig() {}; |
{ | ||
"name": "@adv-ui/ma-segment-wrapper", | ||
"version": "1.16.0", | ||
"version": "1.17.0", | ||
"description": "Milanuncios Segment Wrapper", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is too big to display
142104
1574