@guardian/ophan-tracker-js 2.2.0 → 2.2.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.
- package/NPM-dist/attention.js +1 -1
- package/NPM-dist/campaign.js +1 -1
- package/NPM-dist/click-path-capture.js +1 -1
- package/NPM-dist/contribution.js +1 -1
- package/NPM-dist/core.js +1 -1
- package/NPM-dist/embed.js +1 -1
- package/NPM-dist/fb-instant.js +1 -1
- package/NPM-dist/holidays.js +1 -1
- package/NPM-dist/interactive.js +1 -1
- package/NPM-dist/jobs-courses.js +1 -1
- package/NPM-dist/jobs.js +1 -1
- package/NPM-dist/manage-my-account.js +1 -1
- package/NPM-dist/membership.js +1 -1
- package/NPM-dist/ng.js +1 -1
- package/NPM-dist/privatebrowsing.js +1 -1
- package/NPM-dist/r2.js +1 -1
- package/NPM-dist/smart-news.js +1 -1
- package/NPM-dist/support.js +1 -1
- package/NPM-dist/witness.js +1 -1
- package/package.json +2 -1
package/NPM-dist/attention.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// Generated by CoffeeScript 2.7.0
|
|
2
|
-
import transmit from './transmit';
|
|
2
|
+
import transmit from './transmit.js';
|
|
3
3
|
import components from './components.js';
|
|
4
4
|
// The upworthy definition of attention minutes, from
|
|
5
5
|
// http://upworthy.github.io/2014/06/implementing-attention-minutes-part-1/ :
|
package/NPM-dist/campaign.js
CHANGED
package/NPM-dist/contribution.js
CHANGED
package/NPM-dist/core.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
let init, sendInitialEvent, storeDataToSendOnNextEvent, hasProp = {}.hasOwnProperty;
|
|
2
|
-
import transmit from './transmit';
|
|
2
|
+
import transmit from './transmit.js';
|
|
3
3
|
import visibility from './visibility.js';
|
|
4
4
|
import adblockDetection from './adblock-detection.js';
|
|
5
5
|
const VERSION = 17;
|
package/NPM-dist/embed.js
CHANGED
package/NPM-dist/fb-instant.js
CHANGED
package/NPM-dist/holidays.js
CHANGED
package/NPM-dist/interactive.js
CHANGED
package/NPM-dist/jobs-courses.js
CHANGED
package/NPM-dist/jobs.js
CHANGED
package/NPM-dist/membership.js
CHANGED
package/NPM-dist/ng.js
CHANGED
package/NPM-dist/r2.js
CHANGED
package/NPM-dist/smart-news.js
CHANGED
package/NPM-dist/support.js
CHANGED
package/NPM-dist/witness.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardian/ophan-tracker-js",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16"
|
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"scripts": {
|
|
32
32
|
"build-for-cdn": "NODE_ENV=production npx rollup -c",
|
|
33
33
|
"build-for-npm": "tsc",
|
|
34
|
+
"pretest": "tsc",
|
|
34
35
|
"test": "jest",
|
|
35
36
|
"format": "npx prettier --write ."
|
|
36
37
|
},
|