Skip to content

Commit 3a5df89

Browse files
committed
v1.43.1
1 parent 550e893 commit 3a5df89

File tree

22 files changed

+119
-25
lines changed

22 files changed

+119
-25
lines changed

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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* refactor and fix issue with (wrongly) thown error "Error: Bad input data: content.filePath not set!" ([550e893](https://github.com/nrkno/tv-automation-package-manager/commit/550e8936cdbc464052d39c0efd5e60d3ece3a70d))
12+
13+
14+
15+
16+
617
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
718

819

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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
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.43.0",
3+
"version": "1.43.1",
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.43.0"
17+
"@appcontainer-node/generic": "1.43.1"
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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @appcontainer-node/generic
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
715

816

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@appcontainer-node/generic",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sofie-package-manager/api": "1.43.0",
14-
"@sofie-package-manager/worker": "1.43.0",
14+
"@sofie-package-manager/worker": "1.43.1",
1515
"underscore": "^1.12.0"
1616
},
1717
"devDependencies": {

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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
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.43.0",
3+
"version": "1.43.1",
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.43.0"
16+
"@package-manager/generic": "1.43.1"
1717
},
1818
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1919
"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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @package-manager/generic
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
715

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

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

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

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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
715

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

apps/single-app/app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@single-app/app",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Package Manager, http-proxy etc.. all in one application",
55
"private": true,
66
"scripts": {
@@ -14,12 +14,12 @@
1414
"nexe": "^3.3.7"
1515
},
1616
"dependencies": {
17-
"@appcontainer-node/generic": "1.43.0",
17+
"@appcontainer-node/generic": "1.43.1",
1818
"@http-server/generic": "1.43.0",
19-
"@package-manager/generic": "1.43.0",
19+
"@package-manager/generic": "1.43.1",
2020
"@quantel-http-transformer-proxy/generic": "1.43.0",
2121
"@sofie-package-manager/api": "1.43.0",
22-
"@sofie-package-manager/worker": "1.43.0",
22+
"@sofie-package-manager/worker": "1.43.1",
2323
"@sofie-package-manager/workforce": "1.43.0",
2424
"underscore": "^1.12.0"
2525
},

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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @worker/app
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
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.43.0",
3+
"version": "1.43.1",
44
"description": "Boilerplace",
55
"private": true,
66
"scripts": {
@@ -15,7 +15,7 @@
1515
"nexe": "^3.3.7"
1616
},
1717
"dependencies": {
18-
"@worker/generic": "1.43.0"
18+
"@worker/generic": "1.43.1"
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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @worker/generic
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
715

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

apps/worker/packages/generic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worker/generic",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@sofie-package-manager/api": "1.43.0",
14-
"@sofie-package-manager/worker": "1.43.0"
14+
"@sofie-package-manager/worker": "1.43.1"
1515
},
1616
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1717
"engines": {

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"apps/**",
55
"tests/**"
66
],
7-
"version": "1.43.0",
7+
"version": "1.43.1",
88
"npmClient": "yarn"
99
}

shared/packages/expectationManager/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @sofie-package-manager/expectation-manager
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
715

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

shared/packages/expectationManager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-package-manager/expectation-manager",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@sofie-package-manager/api": "1.43.0",
17-
"@sofie-package-manager/worker": "1.43.0",
17+
"@sofie-package-manager/worker": "1.43.1",
1818
"@supercharge/promise-pool": "^2.4.0",
1919
"underscore": "^1.12.0"
2020
},

shared/packages/worker/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
9+
### Bug Fixes
10+
11+
* refactor and fix issue with (wrongly) thown error "Error: Bad input data: content.filePath not set!" ([550e893](https://github.com/nrkno/tv-automation-package-manager/commit/550e8936cdbc464052d39c0efd5e60d3ece3a70d))
12+
13+
14+
15+
16+
617
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
718

819
**Note:** Version bump only for package @sofie-package-manager/worker

shared/packages/worker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sofie-package-manager/worker",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"main": "dist/index.js",
55
"types": "dist/index.d.ts",
66
"license": "MIT",

tests/internal-tests/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.43.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0...v1.43.1) (2024-01-22)
7+
8+
**Note:** Version bump only for package @tests/internal-tests
9+
10+
11+
12+
13+
614
# [1.43.0](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.2...v1.43.0) (2024-01-11)
715

816
**Note:** Version bump only for package @tests/internal-tests

tests/internal-tests/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tests/internal-tests",
3-
"version": "1.43.0",
3+
"version": "1.43.1",
44
"description": "Internal tests",
55
"private": true,
66
"scripts": {
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@http-server/generic": "1.43.0",
18-
"@package-manager/generic": "1.43.0",
18+
"@package-manager/generic": "1.43.1",
1919
"@sofie-package-manager/api": "1.43.0",
20-
"@sofie-package-manager/expectation-manager": "1.43.0",
21-
"@sofie-package-manager/worker": "1.43.0",
20+
"@sofie-package-manager/expectation-manager": "1.43.1",
21+
"@sofie-package-manager/worker": "1.43.1",
2222
"@sofie-package-manager/workforce": "1.43.0",
2323
"underscore": "^1.12.0",
2424
"windows-network-drive": "^4.0.1"

0 commit comments

Comments
 (0)