@mos-connection/model
Advanced tools
Comparing version 3.0.4 to 3.0.5-nightly-develop-20230901-084921-d048da8.0
{ | ||
"name": "@mos-connection/model", | ||
"version": "3.0.4", | ||
"version": "3.0.5-nightly-develop-20230901-084921-d048da8.0", | ||
"description": "Types and enums for the mos-connection library", | ||
@@ -14,6 +14,8 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "rimraf dist && yarn build:main", | ||
"build:main": "tsc -p tsconfig.build.json", | ||
"test": "jest", | ||
"precommit": "lint-staged" | ||
"build": "run -T rimraf dist && run build:main", | ||
"build:main": "run -T tsc -p tsconfig.build.json", | ||
"test": "run -T jest", | ||
"validate:dependencies": "yarn npm audit --environment production && yarn license-validate", | ||
"validate:dev-dependencies": "yarn npm audit ", | ||
"license-validate": "yarn sofie-licensecheck" | ||
}, | ||
@@ -26,6 +28,6 @@ "engines": { | ||
"*.{css,json,md,scss}": [ | ||
"prettier" | ||
"run -T prettier" | ||
], | ||
"*.{ts,tsx,js,jsx}": [ | ||
"eslint" | ||
"run -T eslint" | ||
] | ||
@@ -39,3 +41,6 @@ }, | ||
], | ||
"gitHead": "777b40bcce1ce45d5b24c80f6ffee6b748a5bca3" | ||
"devDependencies": { | ||
"@sofie-automation/code-standard-preset": "*" | ||
}, | ||
"gitHead": "b7fcc8a5946995d4b633ba6ce1272c0a78c4923e" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
56391
1
1