@rheactorjs/models
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1,55 +0,1 @@ | ||
{ | ||
"name": "@rheactorjs/models", | ||
"description": "A collection of models", | ||
"version": "2.0.2", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"test:coverage": "jest --coverage", | ||
"test:coverage-travis": "npm run test:coverage && codeclimate-test-reporter < ./coverage/lcov.info && rm -rf ./coverage", | ||
"lint": "standard", | ||
"precommit": "npm run lint && npm test", | ||
"commitmsg": "commitlint -e", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/RHeactorJS/models.git" | ||
}, | ||
"author": "Resourceful Humans GmbH <info@resourceful-humans.com>", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/RHeactorJS/models/issues" | ||
}, | ||
"homepage": "https://github.com/RHeactorJS/models#readme", | ||
"dependencies": { | ||
"@rheactorjs/errors": "1.x", | ||
"@rheactorjs/value-objects": "1.x", | ||
"tcomb": "^3.2.16" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^4.2.0", | ||
"@commitlint/config-angular": "^4.2.0", | ||
"babel-cli": "^6.23.0", | ||
"babel-plugin-transform-object-assign": "^6.22.0", | ||
"babel-preset-env": "^1.2.1", | ||
"babel-preset-es2015": "^6.22.0", | ||
"babel-register": "^6.23.0", | ||
"codeclimate-test-reporter": "^0.5.0", | ||
"husky": "^0.14.3", | ||
"jest": "^21.2.1", | ||
"jsonwebtoken": "^8.0.0", | ||
"semantic-release": "^8.0.0", | ||
"standard": "^10.0.2" | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md" | ||
], | ||
"engines": { | ||
"node": ">=6.10.2" | ||
} | ||
} | ||
{"name":"@rheactorjs/models","description":"A collection of models","version":"2.0.3","main":"dist/index.js","scripts":{"test":"jest","test:coverage":"jest --coverage","test:coverage-travis":"npm run test:coverage && codeclimate-test-reporter < ./coverage/lcov.info && rm -rf ./coverage","lint":"standard","precommit":"npm run lint && npm test","commitmsg":"commitlint -e","semantic-release":"semantic-release pre && npm publish && semantic-release post"},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"https://github.com/RHeactorJS/models.git"},"author":"Resourceful Humans GmbH <info@resourceful-humans.com>","license":"MIT","bugs":{"url":"https://github.com/RHeactorJS/models/issues"},"homepage":"https://github.com/RHeactorJS/models#readme","dependencies":{"@rheactorjs/errors":"^1.0.1","@rheactorjs/value-objects":"^1.0.4","tcomb":"^3.2.24"},"devDependencies":{"@commitlint/cli":"^5.2.0","@commitlint/config-angular":"^5.1.1","babel-cli":"^6.26.0","babel-plugin-transform-object-assign":"^6.22.0","babel-preset-env":"^1.6.1","babel-preset-es2015":"^6.22.0","babel-register":"^6.26.0","codeclimate-test-reporter":"^0.5.0","husky":"^0.14.3","jest":"^21.2.1","jsonwebtoken":"^8.1.0","semantic-release":"^8.2.0","standard":"^10.0.3"},"files":["dist","README.md"],"engines":{"node":">=6.10.2"}} |
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
65354
Updated@rheactorjs/errors@^1.0.1
Updatedtcomb@^3.2.24