@nrfcloud/models
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -16,3 +16,2 @@ import { LinkedEntity } from './LinkedEntity'; | ||
readonly hasPrev: boolean; | ||
readonly $links: Array<Link>; | ||
/** | ||
@@ -19,0 +18,0 @@ * @param {Array} items Items in the list |
{ | ||
"name": "@nrfcloud/models", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "Contains model definitions for the REST API", | ||
@@ -10,3 +10,3 @@ "main": "dist/index.js", | ||
"test": "jest", | ||
"test:coverage": "npm run test -- --coverage", | ||
"test:coverage": "npm run test -- --coverage && codeclimate-test-reporter < ./coverage/lcov.info", | ||
"lint": "tslint --project ./tsconfig.json", | ||
@@ -33,17 +33,18 @@ "precommit": "npm run lint && npm test", | ||
"dependencies": { | ||
"tcomb": "^3.2.24" | ||
"tcomb": "^3.2.25" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^6.0.2", | ||
"@commitlint/config-angular": "^6.0.2", | ||
"@nrfcloud/tslint-config": "^1.2.0", | ||
"@types/jest": "^22.0.1", | ||
"@types/node": "^9.3.0", | ||
"@commitlint/cli": "^6.1.3", | ||
"@commitlint/config-angular": "^6.1.3", | ||
"@nrfcloud/tslint-config": "^1.2.1", | ||
"@types/jest": "^22.2.0", | ||
"@types/node": "^9.4.7", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"husky": "^0.14.3", | ||
"jest": "^22.1.4", | ||
"json-schema-to-typescript": "^5.3.2", | ||
"semantic-release": "^12.2.4", | ||
"ts-jest": "^22.0.1", | ||
"jest": "^22.4.2", | ||
"json-schema-to-typescript": "^5.3.3", | ||
"semantic-release": "^15.0.2", | ||
"ts-jest": "^22.4.1", | ||
"tslint": "^5.9.1", | ||
"typescript": "^2.6.2" | ||
"typescript": "^2.7.2" | ||
}, | ||
@@ -62,5 +63,5 @@ "jest": { | ||
"coverageReporters": [ | ||
"html" | ||
], | ||
"mapCoverage": true | ||
"html", | ||
"lcov" | ||
] | ||
}, | ||
@@ -67,0 +68,0 @@ "files": [ |
@@ -11,2 +11,4 @@ # Models | ||
[![Known Vulnerabilities](https://snyk.io/test/github/nrfcloud/models/badge.svg)](https://snyk.io/test/github/nrfcloud/models) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/77460b33109bf68022e7/maintainability)](https://codeclimate.com/github/nRFCloud/models/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/77460b33109bf68022e7/test_coverage)](https://codeclimate.com/github/nRFCloud/models/test_coverage) | ||
@@ -13,0 +15,0 @@ Contains model definitions for the REST API. |
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
49830
162
13
1152
Updatedtcomb@^3.2.25