ns8-switchboard-interfaces
Advanced tools
Comparing version 1.0.83 to 1.0.84
{ | ||
"name": "ns8-switchboard-interfaces", | ||
"version": "1.0.83", | ||
"version": "1.0.84", | ||
"description": "Contains switchboard interfaces", | ||
@@ -14,3 +14,3 @@ "main": "dist/index.js", | ||
"scripts": { | ||
"build": "rimraf dist && yarn install --production=true && yarn compile", | ||
"build": "rimraf dist && yarn install && yarn compile && yarn install --production", | ||
"build:dev": "yarn && yarn lint && yarn build && yarn link", | ||
@@ -23,9 +23,9 @@ "compile": "tsc -d", | ||
"rimraf": "^3.0.0", | ||
"tslint": "^5.20.0" | ||
"tslint": "^5.20.0", | ||
"typescript": "^3.6.3" | ||
}, | ||
"dependencies": { | ||
"@types/node": "^12.7.8", | ||
"ns8-protect-models": "^1.0.206", | ||
"typescript": "^3.6.3" | ||
"ns8-protect-models": "^1.0.206" | ||
} | ||
} |
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
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
14709
2
4
- Removedtypescript@^3.6.3
- Removedtypescript@3.9.10(transitive)