@sofie-automation/blueprints-integration 1.52.0-in-testing.0 → 1.52.0-in-testing.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,48 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.52.0-in-testing.1](https://github.com/Sofie-Automation/sofie-core/compare/v1.51.7...v1.52.0-in-testing.1) (2025-06-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * add `getCurrentTime` to `SyncIngestUpdateToPartInstanceContext` ([bb35893](https://github.com/Sofie-Automation/sofie-core/commit/bb358938937433af7157d7f821400badf6f10c2b))
12
+
13
+
14
+
15
+ # [1.52.0-in-testing.0](https://github.com/Sofie-Automation/sofie-core/compare/v1.51.6...v1.52.0-in-testing.0) (2025-02-04)
16
+
17
+
18
+ ### Bug Fixes
19
+
20
+ * review comments ([752a30a](https://github.com/Sofie-Automation/sofie-core/commit/752a30a69ea4a864239a438b278c3b53d06a12a2))
21
+
22
+
23
+ ### Features
24
+
25
+ * add in-out words to the VT type ([7bec461](https://github.com/Sofie-Automation/sofie-core/commit/7bec4619836cb92ab85331afe130d0ed54ca976e))
26
+ * add RemoteSpeak source layer type ([a9b98e7](https://github.com/Sofie-Automation/sofie-core/commit/a9b98e7a544f5dab90c6cc17713abbdc5b930744))
27
+ * add segment timing countdownType ([9aaa2dd](https://github.com/Sofie-Automation/sofie-core/commit/9aaa2dd48e841177f32a8d16a2e6c37706c6c2ae))
28
+ * allow adlib-actions to remove pieces from the current partInstance ([902e7ff](https://github.com/Sofie-Automation/sofie-core/commit/902e7fffe6cc23c48f7bd86e23595d83f74d84fa))
29
+ * allow drag from mos-plugin to part ([d51ba2f](https://github.com/Sofie-Automation/sofie-core/commit/d51ba2fe8b8effa6037f379534b357d5320cc3c7))
30
+ * config package manager from blueprints ([685364d](https://github.com/Sofie-Automation/sofie-core/commit/685364d5fd4af690a55292ba99ff8ecff386f893))
31
+ * configure Core system/studio settings via blueprints ([ef14c8f](https://github.com/Sofie-Automation/sofie-core/commit/ef14c8f4f139be273ce8a8a3c21e6cc0f580d297))
32
+ * configure peripheral device settings from blueprints ([878214b](https://github.com/Sofie-Automation/sofie-core/commit/878214bf983ed12fe82822b47b9c629727d4c20d))
33
+ * customizable package status messages ([2ac7cb1](https://github.com/Sofie-Automation/sofie-core/commit/2ac7cb1eb95edc8f901168066396110b2cd71faa))
34
+ * exclude pieces from part keepalive ([74bea6c](https://github.com/Sofie-Automation/sofie-core/commit/74bea6cf3a978410bc5e79b325a6fe8b0b190ba9))
35
+ * list routesets from blueprints adlib action ([c228251](https://github.com/Sofie-Automation/sofie-core/commit/c22825130793c843f7290d3ee844b805bf2788f1))
36
+ * meteor 3.0.4 ([8670727](https://github.com/Sofie-Automation/sofie-core/commit/8670727bba5ac9cffe0e5d36b4bd45d6664482be))
37
+ * modify datastore in `onRundownActivate` SOFIE-3310 ([#1240](https://github.com/Sofie-Automation/sofie-core/issues/1240)) ([8a0759f](https://github.com/Sofie-Automation/sofie-core/commit/8a0759f610497e37493e8a798aa0dd13f4f57119))
38
+ * move next part should respect quickloop bounds ([8f0153e](https://github.com/Sofie-Automation/sofie-core/commit/8f0153e294a4f4842e333cc3c4e2bacbf6c4c236))
39
+ * processIngestData & userEditOperations ([e69a4fc](https://github.com/Sofie-Automation/sofie-core/commit/e69a4fc2f4e3d1e6c6b287e34a3b2f55080ce0c4))
40
+ * quickloop improvements ([f1f77fa](https://github.com/Sofie-Automation/sofie-core/commit/f1f77fa11b50fe93afc50631988d7c2aa6306f13))
41
+ * routeset config defined in blueprints ([e839b97](https://github.com/Sofie-Automation/sofie-core/commit/e839b97c0205df38e5bc7ab816a9c79406a7d767))
42
+ * update meteor to 3.1 and node to 22 ([61b6854](https://github.com/Sofie-Automation/sofie-core/commit/61b6854261a03f04e81416b9d37ee995e3a10108))
43
+
44
+
45
+
46
+
47
+
6
48
  # [1.52.0-in-testing.0](https://github.com/nrkno/sofie-core/compare/v1.51.6...v1.52.0-in-testing.0) (2025-02-04)
7
49
 
8
50
 
@@ -33,6 +75,11 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
33
75
  * update meteor to 3.1 and node to 22 ([61b6854](https://github.com/nrkno/sofie-core/commit/61b6854261a03f04e81416b9d37ee995e3a10108))
34
76
 
35
77
 
78
+ ## [1.51.7](https://github.com/nrkno/sofie-core/compare/v1.51.6...v1.51.7) (2025-05-06)
79
+
80
+ **Note:** Version bump only for package @sofie-automation/blueprints-integration
81
+
82
+
36
83
 
37
84
 
38
85
 
package/README.md CHANGED
@@ -2,9 +2,9 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@sofie-automation/blueprints-integration)](https://www.npmjs.com/package/@sofie-automation/blueprints-integration)
4
4
 
5
- This library is used to define the interfaces and common code between [Sofie Server Core](https://github.com/nrkno/tv-automation-server-core) and the blueprints.
5
+ This library is used to define the interfaces and common code between [Sofie Server Core](https://github.com/Sofie-Automation/sofie-core) and the blueprints.
6
6
 
7
- This is a part of the [**Sofie** TV News Studio Automation System](https://github.com/nrkno/Sofie-TV-automation/).
7
+ This is a part of the [**Sofie** TV News Studio Automation System](https://github.com/Sofie-Automation/Sofie-TV-automation/).
8
8
 
9
9
  Note: This library does not follow semver. It is recommended to add it in your package json like `"@sofie-automation/blueprints-integration": "~1.16.0"` matching the version of sofie core you are running
10
10
 
@@ -14,4 +14,4 @@ Coming soon
14
14
 
15
15
  ## Development
16
16
 
17
- This library is developed as part of [Sofie Server Core](https://github.com/nrkno/tv-automation-server-core). See there for instructions
17
+ This library is developed as part of [Sofie Server Core](https://github.com/Sofie-Automation/sofie-core). See there for instructions
@@ -1,6 +1,7 @@
1
1
  import type { IRundownUserContext } from './rundownContext';
2
2
  import type { IBlueprintMutatablePart, IBlueprintPartInstance, IBlueprintPiece, IBlueprintPieceInstance } from '../documents';
3
- export interface ISyncIngestUpdateToPartInstanceContext extends IRundownUserContext {
3
+ import type { IEventContext } from './eventContext';
4
+ export interface ISyncIngestUpdateToPartInstanceContext extends IRundownUserContext, IEventContext {
4
5
  /** Sync a pieceInstance. Inserts the pieceInstance if new, updates if existing. Optionally pass in a mutated Piece, to override the content of the instance */
5
6
  syncPieceInstance(pieceInstanceId: string, mutatedPiece?: Omit<IBlueprintPiece, 'lifespan'>): IBlueprintPieceInstance;
6
7
  /** Insert a pieceInstance. Returns id of new PieceInstance. Any timelineObjects will have their ids changed, so are not safe to reference from another piece */
@@ -1 +1 @@
1
- {"version":3,"file":"syncIngestChangesContext.d.ts","sourceRoot":"","sources":["../../src/context/syncIngestChangesContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAA;AAC3D,OAAO,KAAK,EACX,uBAAuB,EACvB,sBAAsB,EACtB,eAAe,EACf,uBAAuB,EACvB,MAAM,cAAc,CAAA;AAErB,MAAM,WAAW,sCAAuC,SAAQ,mBAAmB;IAClF,+JAA+J;IAC/J,iBAAiB,CAChB,eAAe,EAAE,MAAM,EACvB,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAC9C,uBAAuB,CAAA;IAE1B,gKAAgK;IAChK,mBAAmB,CAAC,KAAK,EAAE,eAAe,GAAG,uBAAuB,CAAA;IACpE,6BAA6B;IAC7B,mBAAmB,CAAC,eAAe,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,uBAAuB,CAAA;IACtG,6BAA6B;IAC7B,oBAAoB,CAAC,GAAG,gBAAgB,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAAA;IAkB7D,4BAA4B;IAC5B,kBAAkB,CAAC,KAAK,EAAE,OAAO,CAAC,uBAAuB,CAAC,GAAG,sBAAsB,CAAA;IAEnF,4EAA4E;IAC5E,kBAAkB,IAAI,IAAI,CAAA;CAC1B"}
1
+ {"version":3,"file":"syncIngestChangesContext.d.ts","sourceRoot":"","sources":["../../src/context/syncIngestChangesContext.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAA;AAC3D,OAAO,KAAK,EACX,uBAAuB,EACvB,sBAAsB,EACtB,eAAe,EACf,uBAAuB,EACvB,MAAM,cAAc,CAAA;AACrB,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,gBAAgB,CAAA;AAEnD,MAAM,WAAW,sCAAuC,SAAQ,mBAAmB,EAAE,aAAa;IACjG,+JAA+J;IAC/J,iBAAiB,CAChB,eAAe,EAAE,MAAM,EACvB,YAAY,CAAC,EAAE,IAAI,CAAC,eAAe,EAAE,UAAU,CAAC,GAC9C,uBAAuB,CAAA;IAE1B,gKAAgK;IAChK,mBAAmB,CAAC,KAAK,EAAE,eAAe,GAAG,uBAAuB,CAAA;IACpE,6BAA6B;IAC7B,mBAAmB,CAAC,eAAe,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,CAAC,eAAe,CAAC,GAAG,uBAAuB,CAAA;IACtG,6BAA6B;IAC7B,oBAAoB,CAAC,GAAG,gBAAgB,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAAA;IAkB7D,4BAA4B;IAC5B,kBAAkB,CAAC,KAAK,EAAE,OAAO,CAAC,uBAAuB,CAAC,GAAG,sBAAsB,CAAA;IAEnF,4EAA4E;IAC5E,kBAAkB,IAAI,IAAI,CAAA;CAC1B"}
package/package.json CHANGED
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@sofie-automation/blueprints-integration",
3
- "version": "1.52.0-in-testing.0",
3
+ "version": "1.52.0-in-testing.1",
4
4
  "description": "Library to define the interaction between core and the blueprints.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "license": "MIT",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "git+https://github.com/nrkno/sofie-core.git",
10
+ "url": "git+https://github.com/Sofie-Automation/sofie-core.git",
11
11
  "directory": "packages/blueprints-integration"
12
12
  },
13
13
  "bugs": {
14
- "url": "https://github.com/nrkno/sofie-core/issues"
14
+ "url": "https://github.com/Sofie-Automation/sofie-core/issues"
15
15
  },
16
- "homepage": "https://github.com/nrkno/sofie-core/blob/master/packages/blueprints-integration#readme",
16
+ "homepage": "https://github.com/Sofie-Automation/sofie-core/blob/main/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",
@@ -38,7 +38,7 @@
38
38
  "/LICENSE"
39
39
  ],
40
40
  "dependencies": {
41
- "@sofie-automation/shared-lib": "1.52.0-in-testing.0",
41
+ "@sofie-automation/shared-lib": "1.52.0-in-testing.1",
42
42
  "tslib": "^2.8.1",
43
43
  "type-fest": "^4.33.0"
44
44
  },
@@ -51,5 +51,5 @@
51
51
  ]
52
52
  },
53
53
  "packageManager": "yarn@4.6.0",
54
- "gitHead": "2215f8f2146dfcbdc9196ec16819f227775c4211"
54
+ "gitHead": "9e60fc5e437e04c6165e0bf54a8640c8752e7f97"
55
55
  }