Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tv2media/blueprints-integration

Package Overview
Dependencies
Maintainers
3
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tv2media/blueprints-integration - npm Package Compare versions

Comparing version 46.0.4 to 46.1.0

9

dist/rundown.d.ts

@@ -427,4 +427,9 @@ import { DeviceType as TSR_DeviceType, ExpectedPlayoutItemContent } from 'timeline-state-resolver-types';

adLibSourceId?: string;
/** If this piece has been insterted during run of rundown (such as adLibs), then this is set to the timestamp it was inserted */
dynamicallyInserted?: Time;
/** If this piece has been insterted during run of rundown (such as adLibs), then this is set and includes the timestamp when it was inserted */
dynamicallyInserted?: {
/** Timestamp when this piece was inserted */
time: Time;
/** If this piece has been inserted into the next part (not yet playing at the time of insertion) */
intoNextPart?: boolean;
};
piece: IBlueprintPieceDB<TMetadata>;

@@ -431,0 +436,0 @@ /** The time the system started playback of this part, undefined if not yet played back (milliseconds since epoch) */

{
"name": "@tv2media/blueprints-integration",
"version": "46.0.4",
"version": "46.1.0",
"description": "Library to define the interaction between core and the blueprints.",

@@ -41,4 +41,4 @@ "main": "dist/index.js",

"dependencies": {
"@sofie-automation/shared-lib": "npm:@tv2media/shared-lib@46.0.0",
"timeline-state-resolver-types": "npm:@tv2media/timeline-state-resolver-types@3.0.3",
"@sofie-automation/shared-lib": "npm:@tv2media/shared-lib@46.1.0",
"timeline-state-resolver-types": "npm:@tv2media/timeline-state-resolver-types@2.3.1",
"tslib": "^2.4.0",

@@ -45,0 +45,0 @@ "type-fest": "^2.19.0"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc