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

@mos-connection/model

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mos-connection/model - npm Package Compare versions

Comparing version 2.1.0-nightly-feat-mono-repo-20221209-133133-04b92a9.0 to 3.0.0-alpha.3

dist/mosTypes.d.ts

32

CHANGELOG.md

@@ -6,4 +6,34 @@ # Change Log

# [2.1.0-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/2.0.1...2.1.0-alpha.0) (2022-12-09)
# [3.0.0-alpha.3](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.0-alpha.2...v3.0.0-alpha.3) (2023-01-27)
**Note:** Version bump only for package @mos-connection/model
# [3.0.0-alpha.2](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.0-alpha.0...v3.0.0-alpha.2) (2023-01-27)
### Bug Fixes
* add stringifyMosObject, an utility-function used to convert objects containing IMOSString128 etc to strings ([f3806ab](https://github.com/nrkno/sofie-mos-connection/commit/f3806ab4e72a02b450e91ab19fbbfca34c605caa))
# [3.0.0-alpha.1](https://github.com/nrkno/sofie-mos-connection/compare/v3.0.0-alpha.0...3.0.0-alpha.1) (2023-01-27)
### Bug Fixes
* add stringifyMosObject, an utility-function used to convert objects containing IMOSString128 etc to strings ([f3806ab](https://github.com/nrkno/sofie-mos-connection/commit/f3806ab4e72a02b450e91ab19fbbfca34c605caa))
# [v3.0.0-alpha.0](https://github.com/nrkno/sofie-mos-connection/compare/2.0.1...v3.0.0-alpha.0) (2022-12-09)
### Features

@@ -10,0 +40,0 @@

2

dist/index.d.ts

@@ -1,3 +0,3 @@

export * from './dataTypes';
export * from './mosTypes';
export * from './model';
//# sourceMappingURL=index.d.ts.map
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./dataTypes"), exports);
tslib_1.__exportStar(require("./mosTypes"), exports);
tslib_1.__exportStar(require("./model"), exports);
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import { IMOSTime, IMOSString128, IMOSDuration, IMOSExternalMetaData } from './dataTypes';
import { IMOSTime, IMOSString128, IMOSDuration, IMOSExternalMetaData } from './mosTypes';
export interface IMOSROAction {

@@ -242,3 +242,3 @@ RunningOrderID: IMOSString128;

/** Date of Manufacture. */
DOM: IMOSTime | undefined;
DOM: IMOSString128;
/** Serial Number: text serial number. 128 chars max. ex: '927748927' */

@@ -245,0 +245,0 @@ SN: IMOSString128;

{
"name": "@mos-connection/model",
"version": "2.1.0-nightly-feat-mono-repo-20221209-133133-04b92a9.0",
"version": "3.0.0-alpha.3",
"description": "Types and enums for the mos-connection library",

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

"build": "rimraf dist && yarn build:main",
"build:main": "tsc -p tsconfig.json",
"__test": "jest",
"build:main": "tsc -p tsconfig.build.json",
"test": "jest",
"precommit": "lint-staged"

@@ -23,15 +23,18 @@ },

},
"devDependencies": {
"lint-staged": "^13.0.4"
},
"prettier": "@sofie-automation/code-standard-preset/.prettierrc.json",
"lint-staged": {
"*.{js,css,json,md,scss}": [
"*.{css,json,md,scss}": [
"prettier"
],
"*.{ts,tsx}": [
"*.{ts,tsx,js,jsx}": [
"eslint"
]
},
"gitHead": "95f92acd1b63acf15c0d04e236f3ccc8b9e506d8"
"files": [
"/dist",
"/CHANGELOG.md",
"/README.md",
"/LICENSE"
],
"gitHead": "023dfe80f35452df3c373e200f191572c7ff5973"
}

Sorry, the diff of this file is not supported yet

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