Skip to content

Commit 0760e3f

Browse files
committed
v1.43.0-alpha.2
1 parent 5b954c0 commit 0760e3f

File tree

22 files changed

+125
-25
lines changed

22 files changed

+125
-25
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
9+
### Bug Fixes
10+
11+
* better handling of when source isStable ([2198266](https://github.com/nrkno/tv-automation-package-manager/commit/2198266457e283062ec849a70740b892b33f555e))
12+
* bug fix: wrong PackageIntoType ([312f401](https://github.com/nrkno/tv-automation-package-manager/commit/312f4010017350638462fd88faa77805b45b2b80))
13+
* cache header http queries, to reduce external load ([8a64005](https://github.com/nrkno/tv-automation-package-manager/commit/8a640058eb2b8cb982e9a33cccd44573d444afd1))
14+
* json-data-copy: properly store metadata for files ([b6a5212](https://github.com/nrkno/tv-automation-package-manager/commit/b6a5212d599cbd2b2f23bc0915a2e43fa8c27edc))
15+
16+
17+
18+
19+
620
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
721

822

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

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

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-alpha.1",
3+
"version": "1.43.0-alpha.2",
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-alpha.0",
14-
"@sofie-package-manager/worker": "1.43.0-alpha.1",
14+
"@sofie-package-manager/worker": "1.43.0-alpha.2",
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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
**Note:** Version bump only for package @package-manager/app
9+
10+
11+
12+
13+
614
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
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-alpha.1",
3+
"version": "1.43.0-alpha.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.43.0-alpha.1"
16+
"@package-manager/generic": "1.43.0-alpha.2"
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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
**Note:** Version bump only for package @package-manager/generic
9+
10+
11+
12+
13+
614
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
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-alpha.1",
3+
"version": "1.43.0-alpha.2",
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-alpha.0",
18-
"@sofie-package-manager/expectation-manager": "1.43.0-alpha.1",
19-
"@sofie-package-manager/worker": "1.43.0-alpha.1",
18+
"@sofie-package-manager/expectation-manager": "1.43.0-alpha.2",
19+
"@sofie-package-manager/worker": "1.43.0-alpha.2",
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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
**Note:** Version bump only for package @single-app/app
9+
10+
11+
12+
13+
614
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
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-alpha.1",
3+
"version": "1.43.0-alpha.2",
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-alpha.1",
17+
"@appcontainer-node/generic": "1.43.0-alpha.2",
1818
"@http-server/generic": "1.43.0-alpha.0",
19-
"@package-manager/generic": "1.43.0-alpha.1",
19+
"@package-manager/generic": "1.43.0-alpha.2",
2020
"@quantel-http-transformer-proxy/generic": "1.43.0-alpha.0",
2121
"@sofie-package-manager/api": "1.43.0-alpha.0",
22-
"@sofie-package-manager/worker": "1.43.0-alpha.1",
22+
"@sofie-package-manager/worker": "1.43.0-alpha.2",
2323
"@sofie-package-manager/workforce": "1.43.0-alpha.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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
**Note:** Version bump only for package @worker/app
9+
10+
11+
12+
13+
614
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
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-alpha.1",
3+
"version": "1.43.0-alpha.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.43.0-alpha.1"
18+
"@worker/generic": "1.43.0-alpha.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.43.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
**Note:** Version bump only for package @worker/generic
9+
10+
11+
12+
13+
614
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
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-alpha.1",
3+
"version": "1.43.0-alpha.2",
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-alpha.0",
14-
"@sofie-package-manager/worker": "1.43.0-alpha.1"
14+
"@sofie-package-manager/worker": "1.43.0-alpha.2"
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-alpha.1",
7+
"version": "1.43.0-alpha.2",
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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
**Note:** Version bump only for package @sofie-package-manager/expectation-manager
9+
10+
11+
12+
13+
614
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
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-alpha.1",
3+
"version": "1.43.0-alpha.2",
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-alpha.0",
17-
"@sofie-package-manager/worker": "1.43.0-alpha.1",
17+
"@sofie-package-manager/worker": "1.43.0-alpha.2",
1818
"@supercharge/promise-pool": "^2.4.0",
1919
"underscore": "^1.12.0"
2020
},

shared/packages/worker/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
9+
### Bug Fixes
10+
11+
* better handling of when source isStable ([2198266](https://github.com/nrkno/tv-automation-package-manager/commit/2198266457e283062ec849a70740b892b33f555e))
12+
* bug fix: wrong PackageIntoType ([312f401](https://github.com/nrkno/tv-automation-package-manager/commit/312f4010017350638462fd88faa77805b45b2b80))
13+
* cache header http queries, to reduce external load ([8a64005](https://github.com/nrkno/tv-automation-package-manager/commit/8a640058eb2b8cb982e9a33cccd44573d444afd1))
14+
* json-data-copy: properly store metadata for files ([b6a5212](https://github.com/nrkno/tv-automation-package-manager/commit/b6a5212d599cbd2b2f23bc0915a2e43fa8c27edc))
15+
16+
17+
18+
19+
620
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
721

822

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-alpha.1",
3+
"version": "1.43.0-alpha.2",
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.0-alpha.2](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.1...v1.43.0-alpha.2) (2023-12-20)
7+
8+
**Note:** Version bump only for package @tests/internal-tests
9+
10+
11+
12+
13+
614
# [1.43.0-alpha.1](https://github.com/nrkno/tv-automation-package-manager/compare/v1.43.0-alpha.0...v1.43.0-alpha.1) (2023-12-05)
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-alpha.1",
3+
"version": "1.43.0-alpha.2",
44
"description": "Internal tests",
55
"private": true,
66
"scripts": {
@@ -15,10 +15,10 @@
1515
},
1616
"dependencies": {
1717
"@http-server/generic": "1.43.0-alpha.0",
18-
"@package-manager/generic": "1.43.0-alpha.1",
18+
"@package-manager/generic": "1.43.0-alpha.2",
1919
"@sofie-package-manager/api": "1.43.0-alpha.0",
20-
"@sofie-package-manager/expectation-manager": "1.43.0-alpha.1",
21-
"@sofie-package-manager/worker": "1.43.0-alpha.1",
20+
"@sofie-package-manager/expectation-manager": "1.43.0-alpha.2",
21+
"@sofie-package-manager/worker": "1.43.0-alpha.2",
2222
"@sofie-package-manager/workforce": "1.43.0-alpha.0",
2323
"underscore": "^1.12.0",
2424
"windows-network-drive": "^4.0.1"

0 commit comments

Comments
 (0)