Comparing version 7.0.0 to 7.1.0
@@ -67,3 +67,3 @@ "use strict"; | ||
')?' + // end optional second term | ||
'/s*$', | ||
'/s*$', // optional whitespace | ||
].join('').replace(/\//g, '\\')); | ||
@@ -70,0 +70,0 @@ class IntervalMatcher { |
{ | ||
"name": "patrun", | ||
"version": "7.0.0", | ||
"version": "7.1.0", | ||
"main": "dist/patrun.js", | ||
@@ -29,3 +29,3 @@ "browser": "dist/patrun.min.js", | ||
"clean": "rm -rf node_modules yarn.lock package-lock.json", | ||
"reset": "npm run clean && npm i && npm test", | ||
"reset": "npm run clean && npm i && npm run build && 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;", | ||
@@ -45,7 +45,7 @@ "repo-publish": "npm run clean && npm i && npm run repo-publish-quick", | ||
"dependencies": { | ||
"gex": "^3.0.1" | ||
"gex": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"@hapi/code": "^8.0.2", | ||
"@hapi/lab": "^24.1.0", | ||
"@hapi/code": "^8.0.3", | ||
"@hapi/lab": "^24.1.1", | ||
"benchmark": "^2.1.4", | ||
@@ -56,8 +56,8 @@ "coveralls": "^3.1.0", | ||
"lab-transform-typescript": "^3.0.1", | ||
"prettier": "^2.1.2", | ||
"prettier": "^2.2.1", | ||
"serve": "^11.3.2", | ||
"browserify": "^17.0.0", | ||
"tinyify": "^3.0.0", | ||
"typescript": "^4.0.5" | ||
"typescript": "^4.2.4" | ||
} | ||
} |
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
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
95492
Updatedgex@^3.1.0