rheactor-value-objects
Advanced tools
Comparing version 7.0.0 to 8.0.0
{ | ||
"name": "rheactor-value-objects", | ||
"description": "A collection of value objects", | ||
"version": "7.0.0", | ||
"main": "index.js", | ||
"version": "8.0.0", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
@@ -11,3 +11,3 @@ "test": "NODE_ENV=testing mocha --compilers js:babel-register --reporter=dot --timeout=1350 test/\\*\\*/\\*.js", | ||
"lint": "standard", | ||
"semantic-release": "semantic-release pre && cp package.json dist && npm publish dist && semantic-release post", | ||
"semantic-release": "semantic-release pre && npm publish && semantic-release post", | ||
"precommit": "npm run lint && npm test", | ||
@@ -27,3 +27,4 @@ "commitmsg": "validate-commit-msg" | ||
"dependencies": { | ||
"tcomb": "^3.2.13" | ||
"tcomb": "^3.2.13", | ||
"@resourcefulhumans/rheactor-errors": "1.x" | ||
}, | ||
@@ -45,3 +46,9 @@ "devDependencies": { | ||
"validate-commit-msg": "^2.6.1" | ||
} | ||
}, | ||
"files": [ | ||
"dist", | ||
"src", | ||
"test", | ||
"README.md" | ||
] | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
55718
25
1549
2
1
+ Added@resourcefulhumans/rheactor-errors@1.1.0(transitive)