File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed
Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Follow these instructions to start up Sofie Core in development mode. (For produ
3131``` bash
3232git clone -b master https://github.com/nrkno/sofie-core.git
3333cd sofie-core
34+ yarn
3435yarn start
3536```
3637
@@ -138,12 +139,12 @@ Then submit this as a PR.
138139
139140### ConfigManifests
140141
141- The ConfigManifests for Blueprints and Gateways was replaced with JSONSchema in R50.
142+ The ConfigManifests for Blueprints and Gateways was replaced with JSONSchema in R50.
142143However, one usage by AdlibActions for their userDataManifest remains as this is not something we are actively using.
143144
144145## Blueprint Migrations
145146
146- In R49, a replacement flow was added consisting of ` validateConfig ` and ` applyConfig ` .
147+ In R49, a replacement flow was added consisting of ` validateConfig ` and ` applyConfig ` .
147148It is no longer recommended to use the old migrations flow for showstyle and studio blueprints.
148149
149150### ExpectedMediaItems
Original file line number Diff line number Diff line change @@ -19830,13 +19830,13 @@ asn1@evs-broadcast/node-asn1:
1983019830 linkType: hard
1983119831
1983219832"node-gyp-build@npm:^4.3.0":
19833- version: 4.6.1
19834- resolution: "node-gyp-build@npm:4.6.1 "
19833+ version: 4.8.4
19834+ resolution: "node-gyp-build@npm:4.8.4 "
1983519835 bin:
1983619836 node-gyp-build: bin.js
1983719837 node-gyp-build-optional: optional.js
1983819838 node-gyp-build-test: build-test.js
19839- checksum: c3676d337b36803bc7792e35bf7fdcda7cdcb7e289b8f9855a5535702a82498eb976842fefcf487258c58005ca32ce3d537fbed91280b04409161dcd7232a882
19839+ checksum: 8b81ca8ffd5fa257ad8d067896d07908a36918bc84fb04647af09d92f58310def2d2b8614d8606d129d9cd9b48890a5d2bec18abe7fcff54818f72bedd3a7d74
1984019840 languageName: node
1984119841 linkType: hard
1984219842
@@ -27212,12 +27212,12 @@ asn1@evs-broadcast/node-asn1:
2721227212 linkType: hard
2721327213
2721427214"utf-8-validate@npm:^6.0.4":
27215- version: 6.0.4
27216- resolution: "utf-8-validate@npm:6.0.4 "
27215+ version: 6.0.5
27216+ resolution: "utf-8-validate@npm:6.0.5 "
2721727217 dependencies:
2721827218 node-gyp: latest
2721927219 node-gyp-build: ^4.3.0
27220- checksum: ccbfbceeed7cbad62282aed5420236d38006453ce583cf9021ad6225c2d15996a660a3b3bdd2b9344b4d3b5df5673fbaf9e70c3637628a2cd58824089d9d9153
27220+ checksum: ab6bd5b0db2241a990a9e1c434a29194900f9f8f715158b56d591306634cdd4f748e91b965d91a32fd459c86b082ec0a35d369bbc4efbb243b48f593c14448e8
2722127221 languageName: node
2722227222 linkType: hard
2722327223
You can’t perform that action at this time.
0 commit comments