@guardian/ophan-tracker-js 2.8.3 → 3.0.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.
@@ -47,11 +47,11 @@ export type TVideoEventType =
47
47
  /**
48
48
  * The media has been displayed in fullscreen mode.
49
49
  */
50
- | "video:content:enter-fullscreen"
50
+ | "video:content:enter_fullscreen"
51
51
  /**
52
52
  * The media has left fullscreen mode.
53
53
  */
54
- | "video:content:exit-fullscreen"
54
+ | "video:content:exit_fullscreen"
55
55
  /**
56
56
  * The media player has been displayed on the screen.
57
57
  * This is separate to the media being played, but may coincide if the player autoplays.
@@ -121,11 +121,11 @@ export type TAudioEventType =
121
121
  /**
122
122
  * The media has been displayed in fullscreen mode.
123
123
  */
124
- | "audio:content:enter-fullscreen"
124
+ | "audio:content:enter_fullscreen"
125
125
  /**
126
126
  * The media has left fullscreen mode.
127
127
  */
128
- | "audio:content:exit-fullscreen"
128
+ | "audio:content:exit_fullscreen"
129
129
  /**
130
130
  * The media player has been displayed on the screen.
131
131
  * This is separate to the media being played, but may coincide if the player autoplays.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@guardian/ophan-tracker-js",
3
- "version": "2.8.3",
3
+ "version": "3.0.0",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/guardian/ophan.git",
6
6
  "directory": "tracker-js"