@bbc/sofie-live-status-gateway-api 1.53.0-nightly-bbc-release53-32daea7-20250509-110747.0 → 1.53.0-nightly-bbc-release53-30d55da-20250520-134914.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Sofie: The Modern TV News Studio Automation System (Shared Lib)
1
+ # Sofie: The Modern TV News Studio Automation System (Live Status Gateway API)
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@sofie-automation/live-status-gateway-api)](https://www.npmjs.com/package/@sofie-automation/live-status-gateway-api)
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbc/sofie-live-status-gateway-api",
3
- "version": "1.53.0-nightly-bbc-release53-32daea7-20250509-110747.0",
3
+ "version": "1.53.0-nightly-bbc-release53-30d55da-20250520-134914.0",
4
4
  "description": "Library for types & values shared by core, workers and gateways",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -61,5 +61,5 @@
61
61
  ]
62
62
  },
63
63
  "packageManager": "yarn@4.6.0",
64
- "gitHead": "8e3033a698eaacc3a8c0ae00e0e7c931f21a8c2f"
64
+ "gitHead": "ce876101f7bae9a3dd8b4f0b7736951a51440cf9"
65
65
  }