@guardian/ophan-tracker-js 2.1.0 → 2.1.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.
@@ -1,4 +1,4 @@
1
- const ophanRemoteHost = window?.ophanRemoteHost || '//ophan.theguardian.com';
1
+ const ophanRemoteHost = window?.ophanRemoteHost || 'https://ophan.theguardian.com';
2
2
 
3
3
  /**
4
4
  * @returns {string}
@@ -140,4 +140,4 @@ export const _testExports = {
140
140
  smartEncode,
141
141
  isDefined,
142
142
  buildQueryString,
143
- };
143
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/ophan-tracker-js",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=16"