Skip to content

Commit dcf23cb

Browse files
committed
v4.1.0
1 parent 46b0eae commit dcf23cb

File tree

11 files changed

+83
-19
lines changed

11 files changed

+83
-19
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
# [4.1.0](https://github.com/nrkno/tv-automation-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add .snap file for open media test ([9bb6825](https://github.com/nrkno/tv-automation-mos-connection/commit/9bb6825cb2986d3ce3ac90a8c7ef2c7f3a6f5adc))
12+
* add 'N/A' to supported profiles ([c56007a](https://github.com/nrkno/tv-automation-mos-connection/commit/c56007a161b034ebe411b9848fa079f684bc9d51))
13+
* lint fix and Porfile0-non-strict snapsot ([dfbc4c1](https://github.com/nrkno/tv-automation-mos-connection/commit/dfbc4c1fccf66b717aec16ea033b81e28a68455e))
14+
* OpenMedia returns an empty object {} as time, will be set as current time instead. ([7a2531a](https://github.com/nrkno/tv-automation-mos-connection/commit/7a2531afd711f1d62d3bb121592b6f6194c42a91))
15+
* optional on xmlSupportedProfiles as OpemMedia has this undefined ([b0ed480](https://github.com/nrkno/tv-automation-mos-connection/commit/b0ed48051134c39f105ed15e5c660d2c9819d4ef))
16+
17+
18+
### Features
19+
20+
* add access to stric t value un mosSocketClient ([c85b837](https://github.com/nrkno/tv-automation-mos-connection/commit/c85b837cbfb0b7b7367f9ca0bf402e70d181930e))
21+
* add test for opem media ([18362f7](https://github.com/nrkno/tv-automation-mos-connection/commit/18362f74f2362eac650bddd257e3d2ef391f6c5d))
22+
* new function _getMessageId to manage when no messageId ([19f8231](https://github.com/nrkno/tv-automation-mos-connection/commit/19f82311252c9b5e8c1a0ba8b901438c42e3c9d3))
23+
24+
25+
26+
27+
628
# [4.0.0](https://github.com/nrkno/tv-automation-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02)
729

830
### ⚠ BREAKING CHANGES

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "4.0.0",
5+
"version": "4.1.0",
66
"npmClient": "yarn",
77
"useWorkspaces": true
88
}

packages/connector/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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+
# [4.1.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add .snap file for open media test ([9bb6825](https://github.com/nrkno/sofie-mos-connection/commit/9bb6825cb2986d3ce3ac90a8c7ef2c7f3a6f5adc))
12+
* lint fix and Porfile0-non-strict snapsot ([dfbc4c1](https://github.com/nrkno/sofie-mos-connection/commit/dfbc4c1fccf66b717aec16ea033b81e28a68455e))
13+
14+
15+
### Features
16+
17+
* add access to stric t value un mosSocketClient ([c85b837](https://github.com/nrkno/sofie-mos-connection/commit/c85b837cbfb0b7b7367f9ca0bf402e70d181930e))
18+
* add test for opem media ([18362f7](https://github.com/nrkno/sofie-mos-connection/commit/18362f74f2362eac650bddd257e3d2ef391f6c5d))
19+
* new function _getMessageId to manage when no messageId ([19f8231](https://github.com/nrkno/sofie-mos-connection/commit/19f82311252c9b5e8c1a0ba8b901438c42e3c9d3))
20+
21+
22+
23+
24+
625
# [4.0.0](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02)
726

827
### ⚠ BREAKING CHANGES

packages/connector/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mos-connection/connector",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "MOS compliant TCP/IP Socket connection.",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -29,8 +29,8 @@
2929
"/LICENSE"
3030
],
3131
"dependencies": {
32-
"@mos-connection/helper": "4.0.0",
33-
"@mos-connection/model": "4.0.0",
32+
"@mos-connection/helper": "4.1.0",
33+
"@mos-connection/model": "4.1.0",
3434
"iconv-lite": "^0.6.3",
3535
"tslib": "^2.5.3",
3636
"xml-js": "^1.6.11",

packages/examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"node": ">=14.18.0"
2424
},
2525
"dependencies": {
26-
"@mos-connection/connector": "4.0.0"
26+
"@mos-connection/connector": "4.1.0"
2727
},
2828
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2929
"lint-staged": {

packages/helper/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+
# [4.1.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* optional on xmlSupportedProfiles as OpemMedia has this undefined ([b0ed480](https://github.com/nrkno/sofie-mos-connection/commit/b0ed48051134c39f105ed15e5c660d2c9819d4ef))
12+
13+
14+
15+
16+
617
# [4.0.0](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02)
718

819
### Bug Fixes

packages/helper/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mos-connection/helper",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Helper functions for the MOS-connection library",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",
@@ -29,7 +29,7 @@
2929
"/LICENSE"
3030
],
3131
"dependencies": {
32-
"@mos-connection/model": "4.0.0",
32+
"@mos-connection/model": "4.1.0",
3333
"iconv-lite": "^0.6.3",
3434
"tslib": "^2.5.3",
3535
"xml-js": "^1.6.11",

packages/model/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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+
# [4.1.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.0.0...v4.1.0) (2024-04-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add 'N/A' to supported profiles ([c56007a](https://github.com/nrkno/sofie-mos-connection/commit/c56007a161b034ebe411b9848fa079f684bc9d51))
12+
* OpenMedia returns an empty object {} as time, will be set as current time instead. ([7a2531a](https://github.com/nrkno/sofie-mos-connection/commit/7a2531afd711f1d62d3bb121592b6f6194c42a91))
13+
14+
15+
16+
17+
618
# [4.0.0](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.7...v4.0.0) (2024-02-02)
719

820
### Bug Fixes

packages/model/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mos-connection/model",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Types and enums for the mos-connection library",
55
"main": "dist/index.js",
66
"typings": "dist/index.d.ts",

packages/quick-mos/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"typescript": "~4.9.5"
4040
},
4141
"dependencies": {
42-
"@mos-connection/connector": "4.0.0",
43-
"@mos-connection/model": "4.0.0",
42+
"@mos-connection/connector": "4.1.0",
43+
"@mos-connection/model": "4.1.0",
4444
"chokidar": "^3.5.3",
4545
"fast-clone": "^1.5.13",
4646
"tslib": "^2.5.3",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -962,12 +962,12 @@ __metadata:
962962
languageName: node
963963
linkType: hard
964964

965-
"@mos-connection/connector@4.0.0, @mos-connection/connector@workspace:packages/connector":
965+
"@mos-connection/connector@4.1.0, @mos-connection/connector@workspace:packages/connector":
966966
version: 0.0.0-use.local
967967
resolution: "@mos-connection/connector@workspace:packages/connector"
968968
dependencies:
969-
"@mos-connection/helper": 4.0.0
970-
"@mos-connection/model": 4.0.0
969+
"@mos-connection/helper": 4.1.0
970+
"@mos-connection/model": 4.1.0
971971
"@sofie-automation/code-standard-preset": "*"
972972
iconv-lite: ^0.6.3
973973
tslib: ^2.5.3
@@ -977,11 +977,11 @@ __metadata:
977977
languageName: unknown
978978
linkType: soft
979979

980-
"@mos-connection/helper@4.0.0, @mos-connection/helper@workspace:packages/helper":
980+
"@mos-connection/helper@4.1.0, @mos-connection/helper@workspace:packages/helper":
981981
version: 0.0.0-use.local
982982
resolution: "@mos-connection/helper@workspace:packages/helper"
983983
dependencies:
984-
"@mos-connection/model": 4.0.0
984+
"@mos-connection/model": 4.1.0
985985
"@sofie-automation/code-standard-preset": "*"
986986
iconv-lite: ^0.6.3
987987
tslib: ^2.5.3
@@ -991,7 +991,7 @@ __metadata:
991991
languageName: unknown
992992
linkType: soft
993993

994-
"@mos-connection/model@4.0.0, @mos-connection/model@workspace:packages/model":
994+
"@mos-connection/model@4.1.0, @mos-connection/model@workspace:packages/model":
995995
version: 0.0.0-use.local
996996
resolution: "@mos-connection/model@workspace:packages/model"
997997
dependencies:
@@ -6618,7 +6618,7 @@ __metadata:
66186618
version: 0.0.0-use.local
66196619
resolution: "mos-examples@workspace:packages/examples"
66206620
dependencies:
6621-
"@mos-connection/connector": 4.0.0
6621+
"@mos-connection/connector": 4.1.0
66226622
"@sofie-automation/code-standard-preset": "*"
66236623
typescript: ~4.9.5
66246624
languageName: unknown
@@ -7855,8 +7855,8 @@ __metadata:
78557855
version: 0.0.0-use.local
78567856
resolution: "quick-mos@workspace:packages/quick-mos"
78577857
dependencies:
7858-
"@mos-connection/connector": 4.0.0
7859-
"@mos-connection/model": 4.0.0
7858+
"@mos-connection/connector": 4.1.0
7859+
"@mos-connection/model": 4.1.0
78607860
"@sofie-automation/code-standard-preset": "*"
78617861
"@types/node": ^20.10.5
78627862
"@types/underscore": ^1.11.5

0 commit comments

Comments
 (0)