Skip to content

Commit 7c4e988

Browse files
committed
v1.51.0-alpha.2
1 parent de04500 commit 7c4e988

File tree

43 files changed

+291
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+291
-106
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* An issue where expectations that are fulfilled but waiting on other expectation, loop through fullfilled->new->waiting->fullfilled statuses. ([bad15df](https://github.com/nrkno/tv-automation-package-manager/commit/bad15dff0ec08e7b3873b961ff387bec5d1f2318))
12+
* Check that Quantel source clips exist earlier, to avoid crashing out of a WorkInProgress. ([4c244b1](https://github.com/nrkno/tv-automation-package-manager/commit/4c244b12713c3b3011e105e10c623424a41e2a9d))
13+
* log reason why no worker can handle expectation ([8e7f57d](https://github.com/nrkno/tv-automation-package-manager/commit/8e7f57d35fa3f5fc2daf58b247acbadb0451a64d))
14+
15+
16+
17+
18+
619
# [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)
720

821

apps/appcontainer-node/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/appcontainer-node/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/app",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"description": "AppContainer-Node.js",
55
"private": true,
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"typescript": "*"
1616
},
1717
"dependencies": {
18-
"@appcontainer-node/generic": "1.51.0-alpha.1"
18+
"@appcontainer-node/generic": "1.51.0-alpha.2"
1919
},
2020
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2121
"engines": {

apps/appcontainer-node/packages/generic/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
9+
### Bug Fixes
10+
11+
* log reason why no worker can handle expectation ([8e7f57d](https://github.com/nrkno/sofie-package-manager/commit/8e7f57d35fa3f5fc2daf58b247acbadb0451a64d))
12+
13+
14+
15+
16+
617
# [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)
718

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

apps/appcontainer-node/packages/generic/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/generic",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -14,8 +14,8 @@
1414
"typescript": "*"
1515
},
1616
"dependencies": {
17-
"@sofie-package-manager/api": "1.51.0-alpha.1",
18-
"@sofie-package-manager/worker": "1.51.0-alpha.1",
17+
"@sofie-package-manager/api": "1.51.0-alpha.2",
18+
"@sofie-package-manager/worker": "1.51.0-alpha.2",
1919
"underscore": "^1.12.0"
2020
},
2121
"devDependencies": {

apps/html-renderer/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @html-renderer/app
9+
10+
11+
12+
13+
614
# [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)
715

816

apps/html-renderer/app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-renderer/app",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"description": "HTML-renderer",
55
"private": true,
66
"main": "dist/index.js",
@@ -26,9 +26,9 @@
2626
]
2727
},
2828
"dependencies": {
29-
"@html-renderer/generic": "1.51.0-alpha.1",
29+
"@html-renderer/generic": "1.51.0-alpha.2",
3030
"@sofie-automation/shared-lib": "1.51.5",
31-
"@sofie-package-manager/api": "1.51.0-alpha.1",
31+
"@sofie-package-manager/api": "1.51.0-alpha.2",
3232
"portfinder": "^1.0.32",
3333
"tslib": "^2.1.0",
3434
"ws": "^8.12.0",

apps/html-renderer/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @html-renderer/generic
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/html-renderer/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-renderer/generic",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"electron": "*"
2727
},
2828
"dependencies": {
29-
"@sofie-package-manager/api": "1.51.0-alpha.1"
29+
"@sofie-package-manager/api": "1.51.0-alpha.2"
3030
},
3131
"devDependencies": {
3232
"rimraf": "^5.0.5"

apps/http-server/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @http-server/app
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/http-server/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/app",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"description": "Upload to and serve proxies of packages",
55
"private": true,
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"start": "node dist/index.js"
1212
},
1313
"dependencies": {
14-
"@http-server/generic": "1.51.0-alpha.1",
14+
"@http-server/generic": "1.51.0-alpha.2",
1515
"rimraf": "^5.0.5"
1616
},
1717
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

apps/http-server/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @http-server/generic
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/http-server/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@http-server/generic",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^5.0.0",
14-
"@sofie-package-manager/api": "1.51.0-alpha.1",
14+
"@sofie-package-manager/api": "1.51.0-alpha.2",
1515
"koa": "^2.14.1",
1616
"koa-bodyparser": "^4.3.0",
1717
"koa-range": "^0.3.0",

apps/package-manager/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/package-manager/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@package-manager/app",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"private": true,
55
"scripts": {
66
"build": "yarn rimraf dist && yarn build:main",
@@ -15,7 +15,7 @@
1515
"typescript": "*"
1616
},
1717
"dependencies": {
18-
"@package-manager/generic": "1.51.0-alpha.1"
18+
"@package-manager/generic": "1.51.0-alpha.2"
1919
},
2020
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2121
"engines": {

apps/package-manager/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @package-manager/generic
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/package-manager/packages/generic/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@package-manager/generic",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -15,9 +15,9 @@
1515
},
1616
"dependencies": {
1717
"@parcel/watcher": "^2.3.0",
18-
"@sofie-package-manager/api": "1.51.0-alpha.1",
19-
"@sofie-package-manager/expectation-manager": "1.51.0-alpha.1",
20-
"@sofie-package-manager/worker": "1.51.0-alpha.1",
18+
"@sofie-package-manager/api": "1.51.0-alpha.2",
19+
"@sofie-package-manager/expectation-manager": "1.51.0-alpha.2",
20+
"@sofie-package-manager/worker": "1.51.0-alpha.2",
2121
"data-store": "^4.0.3",
2222
"deep-extend": "^0.6.0",
2323
"fast-clone": "^1.5.13",

apps/quantel-http-transformer-proxy/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/app
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/quantel-http-transformer-proxy/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quantel-http-transformer-proxy/app",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"description": "Proxy for a Quantel HTTP Transformer",
55
"private": true,
66
"scripts": {
@@ -10,7 +10,7 @@
1010
"start": "node dist/index.js"
1111
},
1212
"dependencies": {
13-
"@quantel-http-transformer-proxy/generic": "1.51.0-alpha.1"
13+
"@quantel-http-transformer-proxy/generic": "1.51.0-alpha.2"
1414
},
1515
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1616
"engines": {

apps/quantel-http-transformer-proxy/packages/generic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/generic
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/quantel-http-transformer-proxy/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quantel-http-transformer-proxy/generic",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^5.0.0",
14-
"@sofie-package-manager/api": "1.51.0-alpha.1",
14+
"@sofie-package-manager/api": "1.51.0-alpha.2",
1515
"got": "^11.8.6",
1616
"koa": "^2.14.1",
1717
"koa-bodyparser": "^4.3.0",

apps/single-app/app/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.51.0-alpha.2](https://github.com/nrkno/sofie-package-manager/compare/v1.51.0-alpha.1...v1.51.0-alpha.2) (2025-02-10)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
# [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)
715

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

apps/single-app/app/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@single-app/app",
3-
"version": "1.51.0-alpha.1",
3+
"version": "1.51.0-alpha.2",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -16,13 +16,13 @@
1616
"typescript": "*"
1717
},
1818
"dependencies": {
19-
"@appcontainer-node/generic": "1.51.0-alpha.1",
20-
"@http-server/generic": "1.51.0-alpha.1",
21-
"@package-manager/generic": "1.51.0-alpha.1",
22-
"@quantel-http-transformer-proxy/generic": "1.51.0-alpha.1",
23-
"@sofie-package-manager/api": "1.51.0-alpha.1",
24-
"@sofie-package-manager/worker": "1.51.0-alpha.1",
25-
"@sofie-package-manager/workforce": "1.51.0-alpha.1",
19+
"@appcontainer-node/generic": "1.51.0-alpha.2",
20+
"@http-server/generic": "1.51.0-alpha.2",
21+
"@package-manager/generic": "1.51.0-alpha.2",
22+
"@quantel-http-transformer-proxy/generic": "1.51.0-alpha.2",
23+
"@sofie-package-manager/api": "1.51.0-alpha.2",
24+
"@sofie-package-manager/worker": "1.51.0-alpha.2",
25+
"@sofie-package-manager/workforce": "1.51.0-alpha.2",
2626
"underscore": "^1.12.0"
2727
},
2828
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

0 commit comments

Comments
 (0)