New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@mos-connection/model

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mos-connection/model - npm Package Compare versions

Comparing version

to
4.2.2

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

## [4.2.2](https://github.com/nrkno/sofie-mos-connection/compare/v4.2.2-alpha.0...v4.2.2) (2025-01-22)
### Bug Fixes
* ExternalMetadata.MosPayload wasn't passed through when containing string. Changed MosPayload to be AnyXMLValue instead of AnyXMLObject. ([d5cfec5](https://github.com/nrkno/sofie-mos-connection/commit/d5cfec50b3a1ccfeb60c4992f0e8ce50c4043bf1))
## [4.2.1-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/v4.2.0...v4.2.1-alpha.0) (2025-01-10)

@@ -8,0 +19,0 @@

import * as MosString128 from './mosTypes/mosString128';
import * as MosDuration from './mosTypes/mosDuration';
import * as MosTime from './mosTypes/mosTime';
import { AnyXMLObject } from './xmlParse';
import { AnyXMLValue } from './xmlParse';
export { IMOSString128 } from './mosTypes/mosString128';

@@ -50,3 +50,3 @@ export { IMOSDuration } from './mosTypes/mosDuration';

MosSchema: string;
MosPayload: AnyXMLObject;
MosPayload: AnyXMLValue;
}

@@ -53,0 +53,0 @@ export declare enum IMOSScope {

{
"name": "@mos-connection/model",
"version": "4.2.2-alpha.0",
"version": "4.2.2",
"description": "Types and enums for the mos-connection library",

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

},
"gitHead": "44168ad74d43c0d175bc0de39348c59bd04fb9a8"
"gitHead": "9363adeac0e279514b05f27da468aa4af830a103"
}

Sorry, the diff of this file is not supported yet