@guardian/ophan-tracker-js 2.1.2-next.5 → 2.2.0
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/types/types/component-event.d.ts +0 -4
- package/NPM-dist/types/types/media.d.ts +1 -1
- package/NPM-dist/witness.js +1 -1
- package/package.json +1 -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';
|
|
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';
|
|
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
|
@@ -31,7 +31,7 @@ export type TVideoEventType =
|
|
|
31
31
|
* The media has played to the end.
|
|
32
32
|
* NB: "END" is a reserved word in thrift apparently
|
|
33
33
|
*/
|
|
34
|
-
| "video:content:end";
|
|
34
|
+
| "video:content:end" | "video:content:pause" | "video:content:resume" | "video:content:skip" | "video:content:cued";
|
|
35
35
|
/**
|
|
36
36
|
* Details about media playback progress
|
|
37
37
|
* Note: currently only guardian-hosted videos are reported.
|
package/NPM-dist/witness.js
CHANGED