genesys-spark 4.20.1 → 4.21.0
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/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -247,8 +247,8 @@ var intl = /*#__PURE__*/Object.freeze({
|
|
|
247
247
|
relativeTimeFormat: relativeTimeFormat
|
|
248
248
|
});
|
|
249
249
|
|
|
250
|
-
var COMPONENT_ASSET_PREFIX = '/spark-components/build-assets/4.
|
|
251
|
-
var CHART_COMPONENT_ASSET_PREFIX = '/spark-components/build-assets/4.
|
|
250
|
+
var COMPONENT_ASSET_PREFIX = '/spark-components/build-assets/4.21.0-109/genesys-webcomponents/';
|
|
251
|
+
var CHART_COMPONENT_ASSET_PREFIX = '/spark-components/build-assets/4.21.0-109/genesys-chart-webcomponents/';
|
|
252
252
|
/**
|
|
253
253
|
* TODO
|
|
254
254
|
*/
|