ogplayer 1.1.0 → 1.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.
@@ -119,8 +119,10 @@ export declare class OGPlayerElement extends HTMLElement {
119
119
  private root;
120
120
  private controlsVisible;
121
121
  private hideTimer;
122
- /** Where the last deliberate click-to-hide happened; gates hover-raise. */
122
+ /** Where the last deliberate tap-to-hide happened; gates hover-raise. */
123
123
  private hidePoint;
124
+ /** Pointer type of the most recent pointerdown on the stage; "" until one lands. */
125
+ private lastPointerType;
124
126
  private bufferingTimer;
125
127
  private scrubbing;
126
128
  private openMenu;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ogplayer",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "OGPlayer web SDK — one video player API across Android, iOS, web and React Native.",
5
5
  "type": "module",
6
6
  "main": "./dist/ogplayer.js",
@@ -34,7 +34,6 @@
34
34
  "license": "SEE LICENSE IN LICENSE.md",
35
35
  "homepage": "https://ogplayer.tv/docs/getting-started/web/",
36
36
  "bugs": {
37
- "url": "https://github.com/ogplayer-sdk/ogplayer-web-demos/issues",
38
37
  "email": "support@ogplayer.tv"
39
38
  },
40
39
  "keywords": [