File tree Expand file tree Collapse file tree 12 files changed +28
-29
lines changed Expand file tree Collapse file tree 12 files changed +28
-29
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const SYSTEM_ID: CoreSystemId = protectString('core')
10
10
/**
11
11
* Criticality level for service messages. Specification of criticality in server
12
12
* messages from sofie-monitor:
13
- * https://github.com/nrkno/tv-automation- sofie-monitor/blob/master/src/data/serviceMessages/ServiceMessage.ts
13
+ * https://github.com/nrkno/sofie-monitor/blob/master/src/data/serviceMessages/ServiceMessage.ts
14
14
*
15
15
* @export
16
16
* @enum {number}
Original file line number Diff line number Diff line change 7
7
"license" : " MIT" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
10
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
11
11
"directory" : " packages/blueprints-integration"
12
12
},
13
13
"bugs" : {
14
- "url" : " https://github.com/nrkno/tv-automation-server -core/issues"
14
+ "url" : " https://github.com/nrkno/sofie -core/issues"
15
15
},
16
- "homepage" : " https://github.com/nrkno/tv-automation-server -core/blob/master/packages/blueprints-integration#readme" ,
16
+ "homepage" : " https://github.com/nrkno/sofie -core/blob/master/packages/blueprints-integration#readme" ,
17
17
"scripts" : {
18
18
"build" : " run -T rimraf dist && run build:main" ,
19
19
"build:main" : " run -T tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
11
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
12
12
"directory" : " packages/corelib"
13
13
},
14
14
"bugs" : {
15
- "url" : " https://github.com/nrkno/tv-automation-server -core/issues"
15
+ "url" : " https://github.com/nrkno/sofie -core/issues"
16
16
},
17
- "homepage" : " https://github.com/nrkno/tv-automation-server -core/blob/master/packages/corelib#readme" ,
17
+ "homepage" : " https://github.com/nrkno/sofie -core/blob/master/packages/corelib#readme" ,
18
18
"scripts" : {
19
19
"build" : " run -T rimraf dist && run build:main" ,
20
20
"build:main" : " run -T tsc -p tsconfig.build.json" ,
Original file line number Diff line number Diff line change 7
7
"private" : true ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
10
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
11
11
"directory" : " packages/job-worker"
12
12
},
13
13
"bugs" : {
14
- "url" : " https://github.com/nrkno/tv-automation-server -core/issues"
14
+ "url" : " https://github.com/nrkno/sofie -core/issues"
15
15
},
16
- "homepage" : " https://github.com/nrkno/tv-automation-server -core/blob/master/packages/job-worker#readme" ,
16
+ "homepage" : " https://github.com/nrkno/sofie -core/blob/master/packages/job-worker#readme" ,
17
17
"scripts" : {
18
18
"dev" : " run -T nodemon --config nodemon.json src/index.ts" ,
19
19
"dev:debug" : " run -T nodemon --config nodemon.json --inspect-brk src/index.ts" ,
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
9
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
10
10
"directory" : " packages/live-status-gateway"
11
11
},
12
12
"bugs" : {
13
- "url" : " https://github.com/nrkno/tv-automation-server -core/issues"
13
+ "url" : " https://github.com/nrkno/sofie -core/issues"
14
14
},
15
- "homepage" : " https://github.com/nrkno/tv-automation-server -core/blob/master/packages/live-status-gateway#readme" ,
15
+ "homepage" : " https://github.com/nrkno/sofie -core/blob/master/packages/live-status-gateway#readme" ,
16
16
"contributors" : [],
17
17
"scripts" : {
18
18
"build" : " run -T rimraf dist && run build:main" ,
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
9
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
10
10
"directory" : " packages/mos-gateway"
11
11
},
12
12
"bugs" : {
13
- "url" : " https://github.com/nrkno/tv-automation-server -core/issues"
13
+ "url" : " https://github.com/nrkno/sofie -core/issues"
14
14
},
15
- "homepage" : " https://github.com/nrkno/tv-automation-server -core/blob/master/packages/mos-gateway#readme" ,
15
+ "homepage" : " https://github.com/nrkno/sofie -core/blob/master/packages/mos-gateway#readme" ,
16
16
"author" : {
17
17
"name" : " Johan Nyman" ,
18
18
Original file line number Diff line number Diff line change 5
5
"license" : " MIT" ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
8
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
9
9
"directory" : " packages/openapi"
10
10
},
11
11
"main" : " dist/index.js" ,
Original file line number Diff line number Diff line change 6
6
"license" : " MIT" ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
9
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
10
10
"directory" : " packages/playout-gateway"
11
11
},
12
12
"bugs" : {
13
- "url" : " https://github.com/nrkno/tv-automation-server -core/issues"
13
+ "url" : " https://github.com/nrkno/sofie -core/issues"
14
14
},
15
- "homepage" : " https://github.com/nrkno/tv-automation-server -core/blob/master/packages/playout-gateway#readme" ,
15
+ "homepage" : " https://github.com/nrkno/sofie -core/blob/master/packages/playout-gateway#readme" ,
16
16
"author" : {
17
17
"name" : " Johan Nyman" ,
18
18
Original file line number Diff line number Diff line change 6
6
"outDir" : " ./dist" ,
7
7
"baseUrl" : " ./" ,
8
8
"paths" : {
9
- "*" : [" ./node_modules/*" ],
10
- "tv-automation-playout-gateway" : [" ./src/index.ts" ]
9
+ "*" : [" ./node_modules/*" ]
11
10
},
12
11
"types" : [" node" ],
13
12
// TSR throws some typings issues
Original file line number Diff line number Diff line change 9
9
"license" : " MIT" ,
10
10
"repository" : {
11
11
"type" : " git" ,
12
- "url" : " git+https://github.com/nrkno/tv-automation-server -core.git" ,
12
+ "url" : " git+https://github.com/nrkno/sofie -core.git" ,
13
13
"directory" : " packages/server-core-integration"
14
14
},
15
15
"bugs" : {
16
- "url" : " https://github.com/nrkno/tv-automation-server -core/issues"
16
+ "url" : " https://github.com/nrkno/sofie -core/issues"
17
17
},
18
- "homepage" : " https://github.com/nrkno/tv-automation-server -core/blob/master/packages/server-core-integration#readme" ,
18
+ "homepage" : " https://github.com/nrkno/sofie -core/blob/master/packages/server-core-integration#readme" ,
19
19
"author" : {
20
20
"name" : " Johan Nyman" ,
21
21
You can’t perform that action at this time.
0 commit comments