Skip to content

Commit ef5660d

Browse files
committed
v1.42.0-alpha.0
1 parent 9a60c02 commit ef5660d

File tree

38 files changed

+266
-53
lines changed

38 files changed

+266
-53
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* **Loudness:** match only last scan result output ([c678c0b](https://github.com/nrkno/tv-automation-package-manager/commit/c678c0bce0dd75c7674502369730011d8cf480f0))
12+
* a bug where file uploads where aborted ([88f2b42](https://github.com/nrkno/tv-automation-package-manager/commit/88f2b426eadaf0d57c122071b92f631a91e5c4a0))
13+
* another instance of double-escaping ([9f6476f](https://github.com/nrkno/tv-automation-package-manager/commit/9f6476f49b8f87e86d5a35c6e7d711126e88f0df))
14+
* don't double-escape URLs ([a1a4089](https://github.com/nrkno/tv-automation-package-manager/commit/a1a40895a8efa8e04d8896264e80770395e132eb))
15+
* handle # in filenames and urls (%23, when URI encoded) ([c9ad9c8](https://github.com/nrkno/tv-automation-package-manager/commit/c9ad9c8d42d6ab865f3ac0b81891e1a02cbe985f))
16+
17+
18+
### Features
19+
20+
* implement test ([afcd0b5](https://github.com/nrkno/tv-automation-package-manager/commit/afcd0b552f6bb66079c64162fc6f40c7f702b139))
21+
* support failure in ffmpeg due to referencing a non-existant channel ([bf4888d](https://github.com/nrkno/tv-automation-package-manager/commit/bf4888d1d5525b3a4ee28f8b7e60e54c16c439a7))
22+
* **Loudness:** Generate loduness scan of packages ([6e990d7](https://github.com/nrkno/tv-automation-package-manager/commit/6e990d7d8910cfd887317d69feb48a3a7e151589))
23+
24+
25+
### Reverts
26+
27+
* Revert "chore: split out "@sofie-package-manager/input-api" to a separate package" ([8df7c18](https://github.com/nrkno/tv-automation-package-manager/commit/8df7c183d86436540b4e4b5489446d6340188b24))
28+
29+
30+
31+
32+
633
# [1.42.0-0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
734

835

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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"description": "AppContainer-Node.js",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"nexe": "^3.3.7"
1515
},
1616
"dependencies": {
17-
"@appcontainer-node/generic": "1.42.0-0"
17+
"@appcontainer-node/generic": "1.42.0-alpha.0"
1818
},
1919
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2020
"engines": {

apps/appcontainer-node/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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @appcontainer-node/generic
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
715

816
**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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,8 +10,8 @@
1010
"__test": "jest"
1111
},
1212
"dependencies": {
13-
"@sofie-package-manager/api": "1.42.0-0",
14-
"@sofie-package-manager/worker": "1.42.0-0",
13+
"@sofie-package-manager/api": "1.42.0-alpha.0",
14+
"@sofie-package-manager/worker": "1.42.0-alpha.0",
1515
"underscore": "^1.12.0"
1616
},
1717
"devDependencies": {

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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @http-server/app
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"description": "Upload to and serve proxies of packages",
55
"private": true,
66
"scripts": {
@@ -14,7 +14,7 @@
1414
"nexe": "^3.3.7"
1515
},
1616
"dependencies": {
17-
"@http-server/generic": "1.42.0-0"
17+
"@http-server/generic": "1.42.0-alpha.0"
1818
},
1919
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2020
"engines": {

apps/http-server/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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* a bug where file uploads where aborted ([88f2b42](https://github.com/nrkno/tv-automation-package-manager/commit/88f2b426eadaf0d57c122071b92f631a91e5c4a0))
12+
13+
14+
15+
16+
617
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
718

819
**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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^3.0.0",
14-
"@sofie-package-manager/api": "1.42.0-0",
14+
"@sofie-package-manager/api": "1.42.0-alpha.0",
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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"private": true,
55
"scripts": {
66
"build": "yarn rimraf dist && yarn build:main",
@@ -13,7 +13,7 @@
1313
"nexe": "^3.3.7"
1414
},
1515
"dependencies": {
16-
"@package-manager/generic": "1.42.0-0"
16+
"@package-manager/generic": "1.42.0-alpha.0"
1717
},
1818
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1919
"engines": {

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

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
9+
### Features
10+
11+
* implement test ([afcd0b5](https://github.com/nrkno/tv-automation-package-manager/commit/afcd0b552f6bb66079c64162fc6f40c7f702b139))
12+
* **Loudness:** Generate loduness scan of packages ([6e990d7](https://github.com/nrkno/tv-automation-package-manager/commit/6e990d7d8910cfd887317d69feb48a3a7e151589))
13+
14+
15+
### Reverts
16+
17+
* Revert "chore: split out "@sofie-package-manager/input-api" to a separate package" ([8df7c18](https://github.com/nrkno/tv-automation-package-manager/commit/8df7c183d86436540b4e4b5489446d6340188b24))
18+
19+
20+
21+
22+
623
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
724

825

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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,9 +13,9 @@
1313
"@sofie-automation/server-core-integration": "*"
1414
},
1515
"dependencies": {
16-
"@sofie-package-manager/api": "1.42.0-0",
17-
"@sofie-package-manager/expectation-manager": "1.42.0-0",
18-
"@sofie-package-manager/worker": "1.42.0-0",
16+
"@sofie-package-manager/api": "1.42.0-alpha.0",
17+
"@sofie-package-manager/expectation-manager": "1.42.0-alpha.0",
18+
"@sofie-package-manager/worker": "1.42.0-alpha.0",
1919
"chokidar": "^3.5.1",
2020
"data-store": "^4.0.3",
2121
"deep-extend": "^0.6.0",

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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/app
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"description": "Proxy for a Quantel HTTP Transformer",
55
"private": true,
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"nexe": "^3.3.7"
1414
},
1515
"dependencies": {
16-
"@quantel-http-transformer-proxy/generic": "1.42.0-0"
16+
"@quantel-http-transformer-proxy/generic": "1.42.0-alpha.0"
1717
},
1818
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1919
"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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/generic
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@koa/cors": "^3.0.0",
1414
"@koa/multer": "3.0.0",
15-
"@sofie-package-manager/api": "1.42.0-0",
15+
"@sofie-package-manager/api": "1.42.0-alpha.0",
1616
"got": "^11.8.6",
1717
"koa": "^2.14.1",
1818
"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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
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.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -14,13 +14,13 @@
1414
"nexe": "^3.3.7"
1515
},
1616
"dependencies": {
17-
"@appcontainer-node/generic": "1.42.0-0",
18-
"@http-server/generic": "1.42.0-0",
19-
"@package-manager/generic": "1.42.0-0",
20-
"@quantel-http-transformer-proxy/generic": "1.42.0-0",
21-
"@sofie-package-manager/api": "1.42.0-0",
22-
"@sofie-package-manager/worker": "1.42.0-0",
23-
"@sofie-package-manager/workforce": "1.42.0-0",
17+
"@appcontainer-node/generic": "1.42.0-alpha.0",
18+
"@http-server/generic": "1.42.0-alpha.0",
19+
"@package-manager/generic": "1.42.0-alpha.0",
20+
"@quantel-http-transformer-proxy/generic": "1.42.0-alpha.0",
21+
"@sofie-package-manager/api": "1.42.0-alpha.0",
22+
"@sofie-package-manager/worker": "1.42.0-alpha.0",
23+
"@sofie-package-manager/workforce": "1.42.0-alpha.0",
2424
"underscore": "^1.12.0"
2525
},
2626
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",

apps/worker/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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @worker/app
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
715

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

apps/worker/app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worker/app",
3-
"version": "1.42.0-0",
3+
"version": "1.42.0-alpha.0",
44
"description": "Boilerplace",
55
"private": true,
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"nexe": "^3.3.7"
1616
},
1717
"dependencies": {
18-
"@worker/generic": "1.42.0-0"
18+
"@worker/generic": "1.42.0-alpha.0"
1919
},
2020
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2121
"engines": {

apps/worker/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.42.0-alpha.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.0-0...v1.42.0-alpha.0) (2023-04-26)
7+
8+
**Note:** Version bump only for package @worker/generic
9+
10+
11+
12+
13+
614
# [1.42.0-0](https://github.com/nrkno/sofie-package-manager/compare/v1.41.1...v1.42.0-0) (2023-03-22)
715

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

0 commit comments

Comments
 (0)