genesys-spark 4.0.0-beta.55 → 4.0.0-beta.56
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 +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -152,7 +152,7 @@ function checkAndLoadFonts(fonts) {
|
|
|
152
152
|
})).then(function () { }); // flatten the promise array
|
|
153
153
|
}
|
|
154
154
|
|
|
155
|
-
var ASSET_PREFIX = '/spark-components/build-assets/4.0.0-beta.
|
|
155
|
+
var ASSET_PREFIX = '/spark-components/build-assets/4.0.0-beta.56-88/genesys-webcomponents/';
|
|
156
156
|
var SCRIPT_PATH = 'genesys-webcomponents.esm.js';
|
|
157
157
|
var STYLE_PATH = 'genesys-webcomponents.css';
|
|
158
158
|
var assetsOrigin = getAssetsOrigin();
|