@reuters-graphics/graphics-components 3.0.9 → 3.0.10

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.
@@ -3,7 +3,7 @@ import getParameterByName from './getParameterByName';
3
3
  import Ias from './ias';
4
4
  const ONETRUST_LOGS = 'ot_logs';
5
5
  const ONETRUST_GEOLOCATION_MOCK = 'ot_geolocation_mock';
6
- const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf-test';
6
+ const ONETRUST_SCRIPT_ID = '38cb75bd-fbe1-4ac8-b4af-e531ab368caf';
7
7
  export const loadBootstrap = () => {
8
8
  window.freestar = window.freestar || {};
9
9
  const freestar = window.freestar;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reuters-graphics/graphics-components",
3
- "version": "3.0.9",
3
+ "version": "3.0.10",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "homepage": "https://reuters-graphics.github.io/graphics-components",