Comparing version 2.0.1 to 2.1.0
{ | ||
"name": "patrun", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "A fast pattern matcher on JavaScript object properties.", | ||
@@ -24,2 +24,3 @@ "homepage": "https://github.com/rjrodger/patrun", | ||
"clean": "rm -rf node_modules yarn.lock package-lock.json", | ||
"reset": "npm run clean && npm i && npm test", | ||
"repo-tag": "REPO_VERSION=`node -e \"console.log(require('./package').version)\"` && echo TAG: v$REPO_VERSION && git commit -a -m v$REPO_VERSION && git push && git tag v$REPO_VERSION && git push --tags;", | ||
@@ -40,12 +41,12 @@ "repo-publish": "npm run prettier && npm test && npm run repo-tag && npm publish --registry http://registry.npmjs.org " | ||
"dependencies": { | ||
"gex": "^0.3.0" | ||
"gex": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@hapi/code": "^6.0.0", | ||
"@hapi/lab": "^20.2.2", | ||
"@hapi/code": "^7.0.0", | ||
"@hapi/lab": "^21.0.0", | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.0.6", | ||
"prettier": "^1.18.2", | ||
"serve": "^11.1.0" | ||
"coveralls": "^3.0.9", | ||
"prettier": "^1.19.1", | ||
"serve": "^11.2.0" | ||
} | ||
} |
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
24018
+ Addedgex@1.0.0(transitive)
- Removedgex@0.3.0(transitive)
- Removedlodash@4.17.21(transitive)
Updatedgex@^1.0.0