Commit c8a5466 1 parent 9f04c0f commit c8a5466 Copy full SHA for c8a5466
File tree 22 files changed +121
-25
lines changed
22 files changed +121
-25
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * all handlers that handle http_proxy should also be able to handle http ([ feac6d7] ( https://github.com/nrkno/tv-automation-package-manager/commit/feac6d7dc03817f8ce01594ef2070c7bcb955834 ) )
12
+ * previews should support the source-types file-share and http_proxy ([ 982ff4f] ( https://github.com/nrkno/tv-automation-package-manager/commit/982ff4f396be8a676a1498c5241ac912a7e3afb7 ) )
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @appcontainer-node/app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @appcontainer-node/app" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " AppContainer-Node.js" ,
5
5
"private" : true ,
6
6
"scripts" : {
16
16
"nexe" : " ^3.3.7"
17
17
},
18
18
"dependencies" : {
19
- "@appcontainer-node/generic" : " ^1.0.1 "
19
+ "@appcontainer-node/generic" : " ^1.0.2 "
20
20
},
21
21
"peerDependencies" : {
22
22
"@sofie-automation/blueprints-integration" : " *"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @appcontainer-node/generic
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @appcontainer-node/generic" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"private" : true ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
15
15
},
16
16
"dependencies" : {
17
17
"@shared/api" : " ^1.0.1" ,
18
- "@shared/worker" : " ^1.0.1 "
18
+ "@shared/worker" : " ^1.0.2 "
19
19
},
20
20
"devDependencies" : {
21
21
"lint-staged" : " ^7.2.0"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @package-manager/app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @package-manager/app" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"build" : " rimraf dist && yarn build:main" ,
15
15
"nexe" : " ^3.3.7"
16
16
},
17
17
"dependencies" : {
18
- "@package-manager/generic" : " ^1.0.1 "
18
+ "@package-manager/generic" : " ^1.0.2 "
19
19
},
20
20
"peerDependencies" : {
21
21
"@sofie-automation/blueprints-integration" : " *"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @package-manager/generic
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @package-manager/generic" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"private" : true ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
16
16
},
17
17
"dependencies" : {
18
18
"@shared/api" : " ^1.0.1" ,
19
- "@shared/expectation-manager" : " ^1.0.1 " ,
20
- "@shared/worker" : " ^1.0.1 " ,
19
+ "@shared/expectation-manager" : " ^1.0.2 " ,
20
+ "@shared/worker" : " ^1.0.2 " ,
21
21
"chokidar" : " ^3.5.1" ,
22
22
"deep-extend" : " ^0.6.0" ,
23
23
"fast-clone" : " ^1.5.13" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @single-app/app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @single-app/app" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Package Manager, http-proxy etc.. all in one application" ,
5
5
"private" : true ,
6
6
"scripts" : {
16
16
"nexe" : " ^3.3.7"
17
17
},
18
18
"dependencies" : {
19
- "@appcontainer-node/generic" : " ^1.0.1 " ,
19
+ "@appcontainer-node/generic" : " ^1.0.2 " ,
20
20
"@http-server/generic" : " ^1.0.1" ,
21
- "@package-manager/generic" : " ^1.0.1 " ,
21
+ "@package-manager/generic" : " ^1.0.2 " ,
22
22
"@quantel-http-transformer-proxy/generic" : " ^1.0.1" ,
23
23
"@shared/api" : " ^1.0.1" ,
24
- "@shared/worker" : " ^1.0.1 " ,
24
+ "@shared/worker" : " ^1.0.2 " ,
25
25
"@shared/workforce" : " ^1.0.1" ,
26
26
"underscore" : " ^1.12.0"
27
27
},
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @worker/app
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @worker/app" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Boilerplace" ,
5
5
"private" : true ,
6
6
"scripts" : {
17
17
"nexe" : " ^3.3.7"
18
18
},
19
19
"dependencies" : {
20
- "@worker/generic" : " ^1.0.1 "
20
+ "@worker/generic" : " ^1.0.2 "
21
21
},
22
22
"peerDependencies" : {
23
23
"@sofie-automation/blueprints-integration" : " *"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @worker/generic
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @worker/generic" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"private" : true ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
15
15
},
16
16
"dependencies" : {
17
17
"@shared/api" : " ^1.0.1" ,
18
- "@shared/worker" : " ^1.0.1 "
18
+ "@shared/worker" : " ^1.0.2 "
19
19
},
20
20
"devDependencies" : {
21
21
"lint-staged" : " ^7.2.0"
Original file line number Diff line number Diff line change 4
4
" apps/**" ,
5
5
" tests/**"
6
6
],
7
- "version" : " 1.0.1 " ,
7
+ "version" : " 1.0.2 " ,
8
8
"npmClient" : " yarn" ,
9
9
"useWorkspaces" : true
10
10
}
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @shared/expectation-manager
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shared/expectation-manager" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"license" : " MIT" ,
18
18
},
19
19
"dependencies" : {
20
20
"@shared/api" : " ^1.0.1" ,
21
- "@shared/worker" : " ^1.0.1 " ,
21
+ "@shared/worker" : " ^1.0.2 " ,
22
22
"@sofie-automation/blueprints-integration" : " *" ,
23
23
"@supercharge/promise-pool" : " ^1.7.0" ,
24
24
"underscore" : " ^1.12.0"
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * all handlers that handle http_proxy should also be able to handle http ([ feac6d7] ( https://github.com/nrkno/tv-automation-package-manager/commit/feac6d7dc03817f8ce01594ef2070c7bcb955834 ) )
12
+ * previews should support the source-types file-share and http_proxy ([ 982ff4f] ( https://github.com/nrkno/tv-automation-package-manager/commit/982ff4f396be8a676a1498c5241ac912a7e3afb7 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @shared/worker" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"main" : " dist/index.js" ,
5
5
"types" : " dist/index.d.ts" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ ## [ 1.0.2] ( https://github.com/nrkno/tv-automation-package-manager/compare/v1.0.1...v1.0.2 ) (2021-09-15)
7
+
8
+ ** Note:** Version bump only for package @tests/internal-tests
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tests/internal-tests" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " Internal tests" ,
5
5
"private" : true ,
6
6
"scripts" : {
18
18
},
19
19
"dependencies" : {
20
20
"@http-server/generic" : " ^1.0.1" ,
21
- "@package-manager/generic" : " ^1.0.1 " ,
21
+ "@package-manager/generic" : " ^1.0.2 " ,
22
22
"@shared/api" : " ^1.0.1" ,
23
- "@shared/expectation-manager" : " ^1.0.1 " ,
24
- "@shared/worker" : " ^1.0.1 " ,
23
+ "@shared/expectation-manager" : " ^1.0.2 " ,
24
+ "@shared/worker" : " ^1.0.2 " ,
25
25
"@shared/workforce" : " ^1.0.1" ,
26
26
"underscore" : " ^1.12.0"
27
27
},
You can’t perform that action at this time.
0 commit comments