genesys-spark 4.201.0 → 4.201.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -221,8 +221,8 @@ var sparkIntl = /*#__PURE__*/Object.freeze({
221
221
  relativeTimeFormat: relativeTimeFormat
222
222
  });
223
223
 
224
- const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.201.0-925/genesys-webcomponents/";
225
- const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.201.0-925/chart/genesys-chart-webcomponents/";
224
+ const COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.201.1-926/genesys-webcomponents/";
225
+ const CHART_COMPONENT_ASSET_PREFIX = "/spark-components/build-assets/4.201.1-926/chart/genesys-chart-webcomponents/";
226
226
  function loadSparkFonts(opts) {
227
227
  const fontOrigin = getFontOrigin();
228
228
  const flareFonts = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genesys-spark",
3
- "version": "4.201.0",
3
+ "version": "4.201.1",
4
4
  "description": "",
5
5
  "license": "ISC",
6
6
  "author": "",
@@ -42,28 +42,28 @@
42
42
  "@rollup/plugin-replace": "^6.0.3",
43
43
  "@tsconfig/strictest": "^2.0.8",
44
44
  "dir-compare": "^5.0.0",
45
- "eslint": "^9.39.1",
45
+ "eslint": "^9.39.2",
46
46
  "eslint-config-genesys-spark-components": "file:../../shared-configs/eslint-config-genesys-spark-components",
47
47
  "genesys-spark-utils": "file:../genesys-spark-utils",
48
48
  "glob": "^13.0.0",
49
- "globals": "^16.5.0",
49
+ "globals": "^17.0.0",
50
50
  "jest": "^30.2.0",
51
51
  "jest-environment-jsdom": "^30.2.0",
52
52
  "npm-run-all": "^4.1.5",
53
53
  "prettier-package-json": "^2.8.0",
54
- "rollup": "^4.53.3",
54
+ "rollup": "^4.55.1",
55
55
  "rollup-plugin-dts": "^6.3.0",
56
56
  "rollup-plugin-esbuild": "^6.2.1",
57
- "sass": "^1.94.2",
57
+ "sass": "^1.97.2",
58
58
  "smob": "^1.5.0",
59
- "stylelint": "^16.26.0",
59
+ "stylelint": "^16.26.1",
60
60
  "stylelint-config-genesys-spark-components": "file:../../shared-configs/stylelint-config-genesys-spark-components",
61
61
  "stylelint-config-html": "^1.1.0",
62
62
  "stylelint-config-recess-order": "^7.4.0",
63
63
  "stylelint-config-standard": "^39.0.1",
64
- "stylelint-order": "^7.0.0",
65
- "stylelint-scss": "^6.12.1",
66
- "ts-jest": "^29.4.5",
64
+ "stylelint-order": "^7.0.1",
65
+ "stylelint-scss": "^6.14.0",
66
+ "ts-jest": "^29.4.6",
67
67
  "ts-node": "^10.9.2"
68
68
  }
69
69
  }