@mos-connection/model
Advanced tools
Comparing version 2.1.0-nightly-feat-mono-repo-20221209-133133-04b92a9.0 to 3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0
@@ -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 { | ||
@@ -3,0 +3,0 @@ RunningOrderID: IMOSString128; |
{ | ||
"name": "@mos-connection/model", | ||
"version": "2.1.0-nightly-feat-mono-repo-20221209-133133-04b92a9.0", | ||
"version": "3.0.0-nightly-feat-mono-repo-20221216-111645-0e02d70.0", | ||
"description": "Types and enums for the mos-connection library", | ||
@@ -16,3 +16,3 @@ "main": "dist/index.js", | ||
"build:main": "tsc -p tsconfig.json", | ||
"__test": "jest", | ||
"test": "jest", | ||
"precommit": "lint-staged" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "95f92acd1b63acf15c0d04e236f3ccc8b9e506d8" | ||
"gitHead": "6f31c13b741c2b9fd74237a933b4e4cf70ffea0f" | ||
} |
@@ -1,2 +0,2 @@ | ||
export * from './dataTypes' | ||
export * from './mosTypes' | ||
export * from './model' |
@@ -1,2 +0,2 @@ | ||
import { IMOSTime, IMOSString128, IMOSDuration, IMOSExternalMetaData } from './dataTypes' | ||
import { IMOSTime, IMOSString128, IMOSDuration, IMOSExternalMetaData } from './mosTypes' | ||
@@ -3,0 +3,0 @@ export interface IMOSROAction { |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
111887
63
1854
1