Skip to content

Commit fce16b2

Browse files
committed
v1.42.2
1 parent 8d35782 commit fce16b2

File tree

38 files changed

+254
-53
lines changed

38 files changed

+254
-53
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add new option `warningLimit` to monitor. ([a50b1a2](https://github.com/nrkno/tv-automation-package-manager/commit/a50b1a225719e78d1fd7471d9c183f1af888042d))
12+
* bug ([6c99dd7](https://github.com/nrkno/tv-automation-package-manager/commit/6c99dd79542872f2281e8a82cf683be9dcf33b77))
13+
* fix in file monitor ([3fb2eed](https://github.com/nrkno/tv-automation-package-manager/commit/3fb2eedee84a0992e969e96451040e4cdda418e1))
14+
* hack to make pkg include @parcel/watcher native dependencies ([3f1fd7d](https://github.com/nrkno/tv-automation-package-manager/commit/3f1fd7da092dee2d217f2e8c879a74c49e85441e))
15+
* improve debug logging, add CLI argument: --logLevel=debug ([52043c0](https://github.com/nrkno/tv-automation-package-manager/commit/52043c03fd924f33c88e7e4771826e8e2ff435e5))
16+
* replace chokidar file monitor with ParcelWatcher ([60922e4](https://github.com/nrkno/tv-automation-package-manager/commit/60922e403c60739c5360b61d932b526b98c70ef3))
17+
* restart deep-scanning if ffpmeg doesn't output progress. ([a13b4f6](https://github.com/nrkno/tv-automation-package-manager/commit/a13b4f6eac488f880ab0c87de4ccca75963266e3))
18+
* rewrite the retrying of ffmpeg ([c7a8b06](https://github.com/nrkno/tv-automation-package-manager/commit/c7a8b063362344f0c2acc63b44be80269bd571fc))
19+
* wrap Accessor methods, in order to catch timeout issues earlier ([7f2a1f2](https://github.com/nrkno/tv-automation-package-manager/commit/7f2a1f2b1bcbce9ce1f3fcb15c4f2553a8cf03fe))
20+
* wrap lookupAccessorHandles in promiseTimeout, in order to catch timeouts earlier ([dc95092](https://github.com/nrkno/tv-automation-package-manager/commit/dc95092f46dadabaacb60023ef59083f509dd74b))
21+
22+
23+
### Reverts
24+
25+
* chore: lerna useWorkspaces ([e1e5d27](https://github.com/nrkno/tv-automation-package-manager/commit/e1e5d2767c83e0230d6aab56705e021b67f38178))
26+
27+
28+
29+
30+
631
## [1.42.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
732

833

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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @appcontainer-node/app
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
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.1",
3+
"version": "1.42.2",
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.1"
17+
"@appcontainer-node/generic": "1.42.2"
1818
},
1919
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2020
"engines": {

apps/appcontainer-node/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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* improve debug logging, add CLI argument: --logLevel=debug ([52043c0](https://github.com/nrkno/tv-automation-package-manager/commit/52043c03fd924f33c88e7e4771826e8e2ff435e5))
12+
13+
14+
15+
16+
617
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
718

819
**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.1",
3+
"version": "1.42.2",
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.1",
14-
"@sofie-package-manager/worker": "1.42.1",
13+
"@sofie-package-manager/api": "1.42.2",
14+
"@sofie-package-manager/worker": "1.42.2",
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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @http-server/app
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
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.1",
3+
"version": "1.42.2",
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.1"
17+
"@http-server/generic": "1.42.2"
1818
},
1919
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
2020
"engines": {

apps/http-server/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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @http-server/generic
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
715

816
**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.1",
3+
"version": "1.42.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@koa/cors": "^4.0.0",
14-
"@sofie-package-manager/api": "1.42.1",
14+
"@sofie-package-manager/api": "1.42.2",
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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
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.1",
3+
"version": "1.42.2",
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.1"
16+
"@package-manager/generic": "1.42.2"
1717
},
1818
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
1919
"engines": {

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

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* add new option `warningLimit` to monitor. ([a50b1a2](https://github.com/nrkno/tv-automation-package-manager/commit/a50b1a225719e78d1fd7471d9c183f1af888042d))
12+
* improve debug logging, add CLI argument: --logLevel=debug ([52043c0](https://github.com/nrkno/tv-automation-package-manager/commit/52043c03fd924f33c88e7e4771826e8e2ff435e5))
13+
* replace chokidar file monitor with ParcelWatcher ([60922e4](https://github.com/nrkno/tv-automation-package-manager/commit/60922e403c60739c5360b61d932b526b98c70ef3))
14+
15+
16+
17+
18+
619
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
720

821

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.1",
3+
"version": "1.42.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -13,10 +13,10 @@
1313
"@sofie-automation/server-core-integration": "*"
1414
},
1515
"dependencies": {
16-
"@sofie-package-manager/api": "1.42.1",
17-
"@sofie-package-manager/expectation-manager": "1.42.1",
18-
"@sofie-package-manager/worker": "1.42.1",
1916
"@parcel/watcher": "^2.3.0",
17+
"@sofie-package-manager/api": "1.42.2",
18+
"@sofie-package-manager/expectation-manager": "1.42.2",
19+
"@sofie-package-manager/worker": "1.42.2",
2020
"data-store": "^4.0.3",
2121
"deep-extend": "^0.6.0",
2222
"fast-clone": "^1.5.13",

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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/app
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
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.1",
3+
"version": "1.42.2",
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.1"
16+
"@quantel-http-transformer-proxy/generic": "1.42.2"
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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @quantel-http-transformer-proxy/generic
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
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.1",
3+
"version": "1.42.2",
44
"private": true,
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@koa/cors": "^4.0.0",
1414
"@koa/multer": "3.0.0",
15-
"@sofie-package-manager/api": "1.42.1",
15+
"@sofie-package-manager/api": "1.42.2",
1616
"got": "^11.8.6",
1717
"koa": "^2.14.1",
1818
"koa-bodyparser": "^4.3.0",

apps/single-app/app/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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
9+
### Bug Fixes
10+
11+
* improve debug logging, add CLI argument: --logLevel=debug ([52043c0](https://github.com/nrkno/tv-automation-package-manager/commit/52043c03fd924f33c88e7e4771826e8e2ff435e5))
12+
13+
14+
15+
16+
617
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
718

819
**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.1",
3+
"version": "1.42.2",
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.1",
18-
"@http-server/generic": "1.42.1",
19-
"@package-manager/generic": "1.42.1",
20-
"@quantel-http-transformer-proxy/generic": "1.42.1",
21-
"@sofie-package-manager/api": "1.42.1",
22-
"@sofie-package-manager/worker": "1.42.1",
23-
"@sofie-package-manager/workforce": "1.42.1",
17+
"@appcontainer-node/generic": "1.42.2",
18+
"@http-server/generic": "1.42.2",
19+
"@package-manager/generic": "1.42.2",
20+
"@quantel-http-transformer-proxy/generic": "1.42.2",
21+
"@sofie-package-manager/api": "1.42.2",
22+
"@sofie-package-manager/worker": "1.42.2",
23+
"@sofie-package-manager/workforce": "1.42.2",
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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @worker/app
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
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.1",
3+
"version": "1.42.2",
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.1"
18+
"@worker/generic": "1.42.2"
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.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.42.1...v1.42.2) (2023-10-12)
7+
8+
**Note:** Version bump only for package @worker/generic
9+
10+
11+
12+
13+
614
## [1.42.1](https://github.com/nrkno/sofie-package-manager/compare/v1.42.1-alpha.4...v1.42.1) (2023-06-19)
715

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

0 commit comments

Comments
 (0)