Skip to content

Commit 98c79ac

Browse files
committed
v1.53.0-alpha.4
1 parent 8b92256 commit 98c79ac

File tree

43 files changed

+344
-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

+344
-106
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.53.0-alpha.4](https://github.com/Sofie-Automation/sofie-package-manager/compare/v1.53.0-alpha.3...v1.53.0-alpha.4) (2025-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* bug when determining dev vs prod ([9669903](https://github.com/Sofie-Automation/sofie-package-manager/commit/96699035035b9619686ae1b1127831cc49909879))
12+
* bug when reading an empty "__removePackages.json" file ([3976215](https://github.com/Sofie-Automation/sofie-package-manager/commit/39762157cb4cf82df86451a1cad7b0e6b24fc861))
13+
* docker images using CMD instead of ENTRYPOINT ([#219](https://github.com/Sofie-Automation/sofie-package-manager/issues/219)) ([#235](https://github.com/Sofie-Automation/sofie-package-manager/issues/235)) ([6d62e95](https://github.com/Sofie-Automation/sofie-package-manager/commit/6d62e950f83c4a503ce164700863e89ee59d1650))
14+
* ftp-upload: fix a bug where the ftp-client cd:ed to different working directories, making our commands weird ([1dbc41a](https://github.com/Sofie-Automation/sofie-package-manager/commit/1dbc41a1030ab061af0123832a561f1ecbc81109))
15+
* ftp-upload: handle a case where ftp-server doesn't support ftp-upload ([b50bd59](https://github.com/Sofie-Automation/sofie-package-manager/commit/b50bd5930ded8456a24e69a47a0dbd07c9e060c3))
16+
* json-write-file: Don't store json-file (typically removePackages.json) at all if its content is an empty array ([ae65275](https://github.com/Sofie-Automation/sofie-package-manager/commit/ae65275278cbedfc5655147001dc3d759981a2ef))
17+
18+
19+
### Features
20+
21+
* add optioal CLI option for setting a temporary file path ([c01ec30](https://github.com/Sofie-Automation/sofie-package-manager/commit/c01ec30bac208df5363350a5519347d0406ce310))
22+
* add support for multi-step convsion of media files, allowing a user to specify an external application to use for converting a media file, using arbitrary arguments. ([b6c1e42](https://github.com/Sofie-Automation/sofie-package-manager/commit/b6c1e42621f30b22005d82fadc86522a1391cbe7))
23+
* support workers in docker SOFIE-4071 ([#236](https://github.com/Sofie-Automation/sofie-package-manager/issues/236)) ([681c62f](https://github.com/Sofie-Automation/sofie-package-manager/commit/681c62f70abc7932e2252ac51e27732662fba17f))
24+
25+
26+
27+
28+
629
# [1.53.0-alpha.3](https://github.com/Sofie-Automation/sofie-package-manager/compare/v1.53.0-alpha.2...v1.53.0-alpha.3) (2025-09-22)
730

831

apps/appcontainer-node/app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.53.0-alpha.4](https://github.com/nrkno/sofie-package-manager/compare/v1.53.0-alpha.3...v1.53.0-alpha.4) (2025-10-22)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
# [1.53.0-alpha.3](https://github.com/nrkno/sofie-package-manager/compare/v1.53.0-alpha.2...v1.53.0-alpha.3) (2025-09-22)
715

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

apps/appcontainer-node/app/package.json

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

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

Lines changed: 17 additions & 0 deletions
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.53.0-alpha.4](https://github.com/nrkno/sofie-package-manager/compare/v1.53.0-alpha.3...v1.53.0-alpha.4) (2025-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* bug when determining dev vs prod ([9669903](https://github.com/nrkno/sofie-package-manager/commit/96699035035b9619686ae1b1127831cc49909879))
12+
13+
14+
### Features
15+
16+
* add optioal CLI option for setting a temporary file path ([c01ec30](https://github.com/nrkno/sofie-package-manager/commit/c01ec30bac208df5363350a5519347d0406ce310))
17+
* support workers in docker SOFIE-4071 ([#236](https://github.com/nrkno/sofie-package-manager/issues/236)) ([681c62f](https://github.com/nrkno/sofie-package-manager/commit/681c62f70abc7932e2252ac51e27732662fba17f))
18+
19+
20+
21+
22+
623
# [1.53.0-alpha.3](https://github.com/nrkno/sofie-package-manager/compare/v1.53.0-alpha.2...v1.53.0-alpha.3) (2025-09-22)
724

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/generic",
3-
"version": "1.53.0-alpha.3",
3+
"version": "1.53.0-alpha.4",
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.53.0-alpha.0",
18-
"@sofie-package-manager/worker": "1.53.0-alpha.3",
17+
"@sofie-package-manager/api": "1.53.0-alpha.4",
18+
"@sofie-package-manager/worker": "1.53.0-alpha.4",
1919
"underscore": "^1.12.0"
2020
},
2121
"devDependencies": {

apps/html-renderer/app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.53.0-alpha.4](https://github.com/nrkno/sofie-package-manager/compare/v1.53.0-alpha.3...v1.53.0-alpha.4) (2025-10-22)
7+
8+
**Note:** Version bump only for package @html-renderer/app
9+
10+
11+
12+
13+
614
# [1.53.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.52.0...v1.53.0-alpha.0) (2025-09-22)
715

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

apps/html-renderer/app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-renderer/app",
3-
"version": "1.53.0-alpha.0",
3+
"version": "1.53.0-alpha.4",
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.53.0-alpha.0",
29+
"@html-renderer/generic": "1.53.0-alpha.4",
3030
"@sofie-automation/shared-lib": "1.52.0-nightly-release52-20250110-120624-cb59dd9.0",
31-
"@sofie-package-manager/api": "1.53.0-alpha.0",
31+
"@sofie-package-manager/api": "1.53.0-alpha.4",
3232
"portfinder": "^1.0.32",
3333
"tslib": "^2.1.0",
3434
"ws": "^8.17.1",

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

Lines changed: 8 additions & 0 deletions
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.53.0-alpha.4](https://github.com/nrkno/sofie-package-manager/compare/v1.53.0-alpha.3...v1.53.0-alpha.4) (2025-10-22)
7+
8+
**Note:** Version bump only for package @html-renderer/generic
9+
10+
11+
12+
13+
614
# [1.53.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.52.0...v1.53.0-alpha.0) (2025-09-22)
715

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@html-renderer/generic",
3-
"version": "1.53.0-alpha.0",
3+
"version": "1.53.0-alpha.4",
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.53.0-alpha.0"
29+
"@sofie-package-manager/api": "1.53.0-alpha.4"
3030
},
3131
"devDependencies": {
3232
"rimraf": "^5.0.5"

apps/http-server/app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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.53.0-alpha.4](https://github.com/nrkno/sofie-package-manager/compare/v1.53.0-alpha.3...v1.53.0-alpha.4) (2025-10-22)
7+
8+
9+
### Bug Fixes
10+
11+
* docker images using CMD instead of ENTRYPOINT ([#219](https://github.com/nrkno/sofie-package-manager/issues/219)) ([#235](https://github.com/nrkno/sofie-package-manager/issues/235)) ([6d62e95](https://github.com/nrkno/sofie-package-manager/commit/6d62e950f83c4a503ce164700863e89ee59d1650))
12+
13+
14+
15+
16+
617
# [1.53.0-alpha.0](https://github.com/nrkno/sofie-package-manager/compare/v1.52.0...v1.53.0-alpha.0) (2025-09-22)
718

819

0 commit comments

Comments
 (0)