@nrfcloud/models
Advanced tools
Comparing version 1.3.1 to 1.3.2
@@ -23,2 +23,3 @@ "use strict"; | ||
Error.captureStackTrace(_this, AccessDeniedError); | ||
Object.setPrototypeOf(_this, AccessDeniedError.prototype); | ||
return _this; | ||
@@ -25,0 +26,0 @@ } |
@@ -23,2 +23,3 @@ "use strict"; | ||
Error.captureStackTrace(_this, ApplicationError); | ||
Object.setPrototypeOf(_this, ApplicationError.prototype); | ||
return _this; | ||
@@ -25,0 +26,0 @@ } |
@@ -23,2 +23,3 @@ "use strict"; | ||
Error.captureStackTrace(_this, BadRequestError); | ||
Object.setPrototypeOf(_this, BadRequestError.prototype); | ||
return _this; | ||
@@ -25,0 +26,0 @@ } |
@@ -23,2 +23,3 @@ "use strict"; | ||
Error.captureStackTrace(_this, EntityNotFoundError); | ||
Object.setPrototypeOf(_this, EntityNotFoundError.prototype); | ||
return _this; | ||
@@ -25,0 +26,0 @@ } |
@@ -1,70 +0,1 @@ | ||
{ | ||
"name": "@nrfcloud/models", | ||
"version": "1.3.1", | ||
"description": "Contains model definitions for the REST API", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"scripts": { | ||
"test": "make test-prepare && jest", | ||
"test:coverage": "make test-prepare && jest --coverage", | ||
"lint": "tslint --project ./tsconfig.json", | ||
"precommit": "npm run lint && npm test", | ||
"commitmsg": "commitlint -e", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/nRFCloud/models.git" | ||
}, | ||
"keywords": [ | ||
"nRFCloud", | ||
"IoT", | ||
"NordicSemiconductor" | ||
], | ||
"author": "Nordic Semiconductor ASA | nordicsemi.no", | ||
"license": "BSD-3-Clause", | ||
"bugs": { | ||
"url": "https://github.com/nRFCloud/models/issues" | ||
}, | ||
"homepage": "https://github.com/NordicSemiconductor/nrfcloud-models#readme", | ||
"dependencies": { | ||
"tcomb": "^3.2.22" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^4.0.0", | ||
"@commitlint/config-angular": "^4.2.0", | ||
"@types/jest": "^21.1.0", | ||
"@types/node": "^8.0.28", | ||
"husky": "^0.14.3", | ||
"jest": "^21.0.2", | ||
"json-schema-to-typescript": "^4.6.0", | ||
"semantic-release": "^8.0.0", | ||
"ts-jest": "^21.0.0", | ||
"tslint": "^5.6.0", | ||
"typescript": "^2.4.2" | ||
}, | ||
"jest": { | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"json" | ||
], | ||
"transform": { | ||
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js" | ||
}, | ||
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", | ||
"coverageReporters": [ | ||
"html" | ||
], | ||
"mapCoverage": true | ||
}, | ||
"files": [ | ||
"dist", | ||
"scripts", | ||
"README.md" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
{"name":"@nrfcloud/models","version":"1.3.2","description":"Contains model definitions for the REST API","main":"dist/index.js","typings":"dist/index.d.ts","scripts":{"test":"make test-prepare && jest","test:coverage":"make test-prepare && jest --coverage","lint":"tslint --project ./tsconfig.json","precommit":"npm run lint && npm test","commitmsg":"commitlint -e","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"repository":{"type":"git","url":"https://github.com/nRFCloud/models.git"},"keywords":["nRFCloud","IoT","NordicSemiconductor"],"author":"Nordic Semiconductor ASA | nordicsemi.no","license":"BSD-3-Clause","bugs":{"url":"https://github.com/nRFCloud/models/issues"},"homepage":"https://github.com/NordicSemiconductor/nrfcloud-models#readme","dependencies":{"tcomb":"^3.2.24"},"devDependencies":{"@commitlint/cli":"^4.2.2","@commitlint/config-angular":"^4.2.1","@types/jest":"^21.1.5","@types/node":"^8.0.47","husky":"^0.14.3","jest":"^21.2.1","json-schema-to-typescript":"^4.6.5","semantic-release":"^8.2.0","ts-jest":"^21.1.4","tslint":"^5.8.0","typescript":"^2.6.1"},"jest":{"moduleFileExtensions":["ts","tsx","js","json"],"transform":{"^.+\\.tsx?$":"<rootDir>/node_modules/ts-jest/preprocessor.js"},"testRegex":"(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$","coverageReporters":["html"],"mapCoverage":true},"files":["dist","scripts","README.md"],"publishConfig":{"access":"public"}} |
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
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
72927
1419
Updatedtcomb@^3.2.24