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

timeline-state-resolver-types

Package Overview
Dependencies
Maintainers
1
Versions
398
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timeline-state-resolver-types - npm Package Compare versions

Comparing version 9.0.0-release50.5 to 9.0.0-release50.6

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [9.0.0-release50.6](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.0-release50.5...9.0.0-release50.6) (2023-08-25)
### Bug Fixes
- **httpSend:** Use the same types for the sendCommand action as a timeline object ([#269](https://github.com/nrkno/sofie-timeline-state-resolver/issues/269)) ([3385217](https://github.com/nrkno/sofie-timeline-state-resolver/commit/3385217afcb6e45aa37123f5400d1dea4a0c8972))
## [9.0.0-release50.5](https://github.com/nrkno/sofie-timeline-state-resolver/compare/9.0.0-release50.4...9.0.0-release50.5) (2023-07-03)

@@ -8,0 +14,0 @@

11

dist/generated/httpSend.d.ts

@@ -44,12 +44,3 @@ /**

export type SomeMappingHttpSend = Record<string, never>;
export interface SendCommandPayload {
type: string;
url: string;
params: {
[k: string]: unknown;
};
paramsType?: string;
temporalPriority?: number;
queueId?: string;
}
export type SendCommandPayload = HTTPSendCommandContent;
export declare enum HttpSendActions {

@@ -56,0 +47,0 @@ Resync = "resync",

{
"name": "timeline-state-resolver-types",
"version": "9.0.0-release50.5",
"version": "9.0.0-release50.6",
"description": "Have timeline, control stuff",

@@ -99,3 +99,3 @@ "main": "dist/index.js",

},
"gitHead": "35d4e5d646342615ba75565012e2c824426b0584"
"gitHead": "6a6288f510bb0e95d5b0e1885173be621ff7799f"
}

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