File tree Expand file tree Collapse file tree 17 files changed +82
-46
lines changed Expand file tree Collapse file tree 17 files changed +82
-46
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " automation-core" ,
3
- "version" : " 1.50.4 " ,
3
+ "version" : " 1.50.5 " ,
4
4
"private" : true ,
5
5
"engines" : {
6
6
"node" : " >=14.19.1"
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.50.5] ( https://github.com/nrkno/tv-automation-server-core/compare/v1.50.4...v1.50.5 ) (2024-09-19)
7
+
8
+ ** Note:** Version bump only for package @sofie-automation/blueprints-integration
9
+
10
+
11
+
12
+
13
+
14
+
6
15
## [ 1.50.4] ( https://github.com/nrkno/tv-automation-server-core/compare/v1.50.3...v1.50.4 ) (2024-08-08)
7
16
8
17
** Note:** Version bump only for package @sofie-automation/blueprints-integration
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/blueprints-integration" ,
3
- "version" : " 1.50.4 " ,
3
+ "version" : " 1.50.5 " ,
4
4
"description" : " Library to define the interaction between core and the blueprints." ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
38
38
" /LICENSE"
39
39
],
40
40
"dependencies" : {
41
- "@sofie-automation/shared-lib" : " 1.50.4 " ,
41
+ "@sofie-automation/shared-lib" : " 1.50.5 " ,
42
42
"tslib" : " ^2.4.0" ,
43
43
"type-fest" : " ^2.19.0"
44
44
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/corelib" ,
3
- "version" : " 1.50.4 " ,
3
+ "version" : " 1.50.5 " ,
4
4
"private" : true ,
5
5
"description" : " Internal library for some types shared by core and workers" ,
6
6
"main" : " dist/index.js" ,
39
39
" /LICENSE"
40
40
],
41
41
"dependencies" : {
42
- "@sofie-automation/blueprints-integration" : " 1.50.4 " ,
43
- "@sofie-automation/shared-lib" : " 1.50.4 " ,
42
+ "@sofie-automation/blueprints-integration" : " 1.50.5 " ,
43
+ "@sofie-automation/shared-lib" : " 1.50.5 " ,
44
44
"fast-clone" : " ^1.5.13" ,
45
45
"i18next" : " ^21.9.1" ,
46
46
"influx" : " ^5.9.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " sofie-documentation" ,
3
- "version" : " 1.50.4 " ,
3
+ "version" : " 1.50.5 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sofie-automation/job-worker" ,
3
- "version" : " 1.50.4 " ,
3
+ "version" : " 1.50.5 " ,
4
4
"description" : " Worker for things" ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
41
41
],
42
42
"dependencies" : {
43
43
"@slack/webhook" : " ^6.1.0" ,
44
- "@sofie-automation/blueprints-integration" : " 1.50.4 " ,
45
- "@sofie-automation/corelib" : " 1.50.4 " ,
46
- "@sofie-automation/shared-lib" : " 1.50.4 " ,
44
+ "@sofie-automation/blueprints-integration" : " 1.50.5 " ,
45
+ "@sofie-automation/corelib" : " 1.50.5 " ,
46
+ "@sofie-automation/shared-lib" : " 1.50.5 " ,
47
47
"amqplib" : " ^0.10.3" ,
48
48
"deepmerge" : " ^4.3.1" ,
49
49
"elastic-apm-node" : " ^3.43.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.50.4 " ,
2
+ "version" : " 1.50.5 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " live-status-gateway" ,
3
- "version" : " 1.50.4 " ,
3
+ "version" : " 1.50.5 " ,
4
4
"private" : true ,
5
5
"description" : " Provides state from Sofie over sockets" ,
6
6
"license" : " MIT" ,
53
53
" production"
54
54
],
55
55
"dependencies" : {
56
- "@sofie-automation/blueprints-integration" : " 1.50.4 " ,
57
- "@sofie-automation/corelib" : " 1.50.4 " ,
58
- "@sofie-automation/server-core-integration" : " 1.50.4 " ,
59
- "@sofie-automation/shared-lib" : " 1.50.4 " ,
56
+ "@sofie-automation/blueprints-integration" : " 1.50.5 " ,
57
+ "@sofie-automation/corelib" : " 1.50.5 " ,
58
+ "@sofie-automation/server-core-integration" : " 1.50.5 " ,
59
+ "@sofie-automation/shared-lib" : " 1.50.5 " ,
60
60
"debug" : " ^4.3.2" ,
61
61
"fast-clone" : " ^1.5.13" ,
62
62
"influx" : " ^5.9.2" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
6
+ ## [ 1.50.5] ( https://github.com/nrkno/tv-automation-server-core/compare/v1.50.4...v1.50.5 ) (2024-09-19)
7
+
8
+ ** Note:** Version bump only for package mos-gateway
9
+
10
+
11
+
12
+
13
+
14
+
6
15
## [ 1.50.4] ( https://github.com/nrkno/tv-automation-server-core/compare/v1.50.3...v1.50.4 ) (2024-08-08)
7
16
8
17
** Note:** Version bump only for package mos-gateway
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mos-gateway" ,
3
- "version" : " 1.50.4 " ,
3
+ "version" : " 1.50.5 " ,
4
4
"private" : true ,
5
5
"description" : " MOS-Gateway for the Sofie project" ,
6
6
"license" : " MIT" ,
66
66
],
67
67
"dependencies" : {
68
68
"@mos-connection/connector" : " ^3.0.4" ,
69
- "@sofie-automation/server-core-integration" : " 1.50.4 " ,
70
- "@sofie-automation/shared-lib" : " 1.50.4 " ,
69
+ "@sofie-automation/server-core-integration" : " 1.50.5 " ,
70
+ "@sofie-automation/shared-lib" : " 1.50.5 " ,
71
71
"tslib" : " ^2.4.0" ,
72
72
"type-fest" : " ^2.19.0" ,
73
73
"underscore" : " ^1.13.4" ,
You can’t perform that action at this time.
0 commit comments