Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: compatibility with Sofie Core R52 SOFIE-3739 #206

Merged
merged 3 commits into from
Jan 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)


### Bug Fixes

* resolve HTMLRenderer build issues ([e3da508](https://github.com/nrkno/tv-automation-package-manager/commit/e3da508120f43c9d32b88eed9cb2114ff809f73b))





# [1.51.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


Expand Down
8 changes: 8 additions & 0 deletions apps/appcontainer-node/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @appcontainer-node/app





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

**Note:** Version bump only for package @appcontainer-node/app
Expand Down
4 changes: 2 additions & 2 deletions apps/appcontainer-node/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/app",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"description": "AppContainer-Node.js",
"private": true,
"scripts": {
Expand All @@ -15,7 +15,7 @@
"typescript": "*"
},
"dependencies": {
"@appcontainer-node/generic": "1.51.0-alpha.0"
"@appcontainer-node/generic": "1.51.0-alpha.1"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions apps/appcontainer-node/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @appcontainer-node/generic





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


Expand Down
6 changes: 3 additions & 3 deletions apps/appcontainer-node/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appcontainer-node/generic",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,8 +14,8 @@
"typescript": "*"
},
"dependencies": {
"@sofie-package-manager/api": "1.51.0-alpha.0",
"@sofie-package-manager/worker": "1.51.0-alpha.0",
"@sofie-package-manager/api": "1.51.0-alpha.1",
"@sofie-package-manager/worker": "1.51.0-alpha.1",
"underscore": "^1.12.0"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions apps/html-renderer/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)


### Bug Fixes

* resolve HTMLRenderer build issues ([e3da508](https://github.com/nrkno/sofie-package-manager/commit/e3da508120f43c9d32b88eed9cb2114ff809f73b))





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


Expand Down
12 changes: 5 additions & 7 deletions apps/html-renderer/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-renderer/app",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"description": "HTML-renderer",
"private": true,
"main": "dist/index.js",
Expand All @@ -25,15 +25,13 @@
"eslint"
]
},
"peerDependencies": {
"@sofie-automation/shared-lib": "*",
"ws": "*"
},
"dependencies": {
"@html-renderer/generic": "1.51.0-alpha.0",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"@html-renderer/generic": "1.51.0-alpha.1",
"@sofie-automation/shared-lib": "1.52.0-nightly-release52-20250110-120624-cb59dd9.0",
"@sofie-package-manager/api": "1.51.0-alpha.1",
"portfinder": "^1.0.32",
"tslib": "^2.1.0",
"ws": "^8.12.0",
"yargs": "^17.7.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions apps/html-renderer/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @html-renderer/generic





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


Expand Down
4 changes: 2 additions & 2 deletions apps/html-renderer/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-renderer/generic",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -26,7 +26,7 @@
"electron": "*"
},
"dependencies": {
"@sofie-package-manager/api": "1.51.0-alpha.0"
"@sofie-package-manager/api": "1.51.0-alpha.1"
},
"devDependencies": {
"rimraf": "^5.0.5"
Expand Down
8 changes: 8 additions & 0 deletions apps/http-server/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @http-server/app





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

**Note:** Version bump only for package @http-server/app
Expand Down
4 changes: 2 additions & 2 deletions apps/http-server/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/app",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"description": "Upload to and serve proxies of packages",
"private": true,
"scripts": {
Expand All @@ -11,7 +11,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@http-server/generic": "1.51.0-alpha.0",
"@http-server/generic": "1.51.0-alpha.1",
"rimraf": "^5.0.5"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
Expand Down
8 changes: 8 additions & 0 deletions apps/http-server/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @http-server/generic





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


Expand Down
4 changes: 2 additions & 2 deletions apps/http-server/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@http-server/generic",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@koa/cors": "^5.0.0",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"@sofie-package-manager/api": "1.51.0-alpha.1",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
"koa-range": "^0.3.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/package-manager/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @package-manager/app





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

**Note:** Version bump only for package @package-manager/app
Expand Down
4 changes: 2 additions & 2 deletions apps/package-manager/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/app",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"private": true,
"scripts": {
"build": "yarn rimraf dist && yarn build:main",
Expand All @@ -15,7 +15,7 @@
"typescript": "*"
},
"dependencies": {
"@package-manager/generic": "1.51.0-alpha.0"
"@package-manager/generic": "1.51.0-alpha.1"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
8 changes: 8 additions & 0 deletions apps/package-manager/packages/generic/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @package-manager/generic





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


Expand Down
8 changes: 4 additions & 4 deletions apps/package-manager/packages/generic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@package-manager/generic",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,9 +15,9 @@
},
"dependencies": {
"@parcel/watcher": "^2.3.0",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"@sofie-package-manager/expectation-manager": "1.51.0-alpha.0",
"@sofie-package-manager/worker": "1.51.0-alpha.0",
"@sofie-package-manager/api": "1.51.0-alpha.1",
"@sofie-package-manager/expectation-manager": "1.51.0-alpha.1",
"@sofie-package-manager/worker": "1.51.0-alpha.1",
"data-store": "^4.0.3",
"deep-extend": "^0.6.0",
"fast-clone": "^1.5.13",
Expand Down
11 changes: 3 additions & 8 deletions apps/package-manager/packages/generic/src/coreHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,12 @@ export class CoreHandler {
await Promise.all([
this.core.autoSubscribe(PeripheralDevicePubSub.peripheralDeviceForDevice, this.core.deviceId),
this.core.autoSubscribe(PeripheralDevicePubSub.peripheralDeviceCommands, this.core.deviceId),
this.core.autoSubscribe(PeripheralDevicePubSub.packageManagerPlayoutContext, this.core.deviceId, undefined),
this.core.autoSubscribe(
PeripheralDevicePubSub.packageManagerPackageContainers,
this.core.deviceId,
undefined
),
this.core.autoSubscribe(PeripheralDevicePubSub.packageManagerPlayoutContext, this.core.deviceId),
this.core.autoSubscribe(PeripheralDevicePubSub.packageManagerPackageContainers, this.core.deviceId),
this.core.autoSubscribe(
PeripheralDevicePubSub.packageManagerExpectedPackages,
this.core.deviceId,
undefined,
undefined
undefined // filterPlayoutDeviceIds
),
])

Expand Down
8 changes: 8 additions & 0 deletions apps/quantel-http-transformer-proxy/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @quantel-http-transformer-proxy/app





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

**Note:** Version bump only for package @quantel-http-transformer-proxy/app
Expand Down
4 changes: 2 additions & 2 deletions apps/quantel-http-transformer-proxy/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantel-http-transformer-proxy/app",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"description": "Proxy for a Quantel HTTP Transformer",
"private": true,
"scripts": {
Expand All @@ -10,7 +10,7 @@
"start": "node dist/index.js"
},
"dependencies": {
"@quantel-http-transformer-proxy/generic": "1.51.0-alpha.0"
"@quantel-http-transformer-proxy/generic": "1.51.0-alpha.1"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"engines": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @quantel-http-transformer-proxy/generic





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)

**Note:** Version bump only for package @quantel-http-transformer-proxy/generic
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@quantel-http-transformer-proxy/generic",
"version": "1.51.0-alpha.0",
"version": "1.51.0-alpha.1",
"private": true,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@koa/cors": "^5.0.0",
"@sofie-package-manager/api": "1.51.0-alpha.0",
"@sofie-package-manager/api": "1.51.0-alpha.1",
"got": "^11.8.6",
"koa": "^2.14.1",
"koa-bodyparser": "^4.3.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/single-app/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.51.0-alpha.1](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.0...v1.51.0-alpha.1) (2025-01-08)

**Note:** Version bump only for package @single-app/app





# [1.51.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.50.7...v1.51.0-alpha.0) (2025-01-08)


Expand Down
Loading
Loading