joi-strict
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "joi-strict", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Thin wrapper around joi that defaults to stricter validation.", | ||
@@ -14,3 +14,9 @@ "main": "lib/index.js", | ||
"semantic-release": "npm run build-clean && npx semantic-release", | ||
"gardener": "node gardener" | ||
"gardener": "node gardener", | ||
"docker": "docker run -u`id -u`:`id -g` -v $(pwd):/user/project -v ~/.aws:/user/.aws -v ~/.npmrc:/user/.npmrc -w /user/project -it --entrypoint /bin/bash", | ||
"yu": "yarn upgrade --latest --force", | ||
"yi": "yarn install --frozen-lockfile", | ||
"t": "yarn test", | ||
"ts": "yarn run test-simple", | ||
"tsv": "yarn run test-simple --verbose" | ||
}, | ||
@@ -35,8 +41,8 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/cli": "7.5.0", | ||
"@babel/core": "7.5.4", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.4", | ||
"@babel/register": "7.4.4", | ||
"@blackflux/eslint-plugin-rules": "1.0.20", | ||
"@blackflux/robo-config-plugin": "2.0.1", | ||
"@babel/cli": "7.5.5", | ||
"@babel/core": "7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "7.5.5", | ||
"@babel/register": "7.5.5", | ||
"@blackflux/eslint-plugin-rules": "1.0.23", | ||
"@blackflux/robo-config-plugin": "2.1.3", | ||
"@hapi/joi": "15.1.0", | ||
@@ -46,4 +52,4 @@ "babel-eslint": "10.0.2", | ||
"coveralls": "3.0.5", | ||
"eslint": "6.0.1", | ||
"js-gardener": "2.0.42", | ||
"eslint": "6.1.0", | ||
"js-gardener": "2.0.53", | ||
"nyc": "14.1.1", | ||
@@ -50,0 +56,0 @@ "semantic-release": "15.13.18" |
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
6247