@glomex/integration-web-component 1.1540.0 → 1.1541.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +5 -0
  2. package/package.json +3 -3
package/dist/index.d.ts CHANGED
@@ -1624,6 +1624,11 @@ export declare interface MediaItem {
1624
1624
  * Useful for JSON-LD generation.
1625
1625
  */
1626
1626
  releaseDate?: number;
1627
+ /**
1628
+ * Original TV air date of the media item. Unix timestamp in milliseconds.
1629
+ * Used for analytics (e.g. Comscore dateOfTVAiring).
1630
+ */
1631
+ tvAirDate?: number;
1627
1632
  /**
1628
1633
  * Time when the media item expires. Unix timestamp in milliseconds.
1629
1634
  * Useful for JSON-LD generation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glomex/integration-web-component",
3
- "version": "1.1540.0",
3
+ "version": "1.1541.1",
4
4
  "description": "Web component and types to integrate the glomex player",
5
5
  "documentation": "https://docs.glomex.com",
6
6
  "homepage": "https://glomex.com",
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "devDependencies": {
34
34
  "@biomejs/biome": "catalog:",
35
- "@glomex/integration": "1.1540.0",
35
+ "@glomex/integration": "1.1541.1",
36
36
  "@glomex/turbo-shared-types": "1.1540.0",
37
37
  "@microsoft/api-extractor": "catalog:",
38
38
  "@rslib/core": "catalog:",
@@ -43,5 +43,5 @@
43
43
  "access": "public"
44
44
  },
45
45
  "license": "MIT",
46
- "gitHead": "6c532d89b9726b888a89ae459133480db582e13d"
46
+ "gitHead": "671501479424976dde287e9451e487c0aa581d10"
47
47
  }