route-node
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -0,1 +1,11 @@ | ||
<a name="3.3.0"></a> | ||
# [3.3.0](https://github.com/troch/route-node/compare/v3.2.1...v3.3.0) (2018-07-11) | ||
### Features | ||
* update path-parser to v4.2.0 ([6044593](https://github.com/troch/route-node/commit/6044593)) | ||
<a name="3.2.1"></a> | ||
@@ -2,0 +12,0 @@ ## [3.2.1](https://github.com/troch/route-node/compare/v3.2.0...v3.2.1) (2018-06-05) |
@@ -217,3 +217,3 @@ (function (global, factory) { | ||
return '(' + | ||
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=+]+") + | ||
(match ? match.replace(/(^<|>$)/g, '') : "[a-zA-Z0-9-_.~%':|=+\\*@]+") + | ||
')'; | ||
@@ -220,0 +220,0 @@ }; |
{ | ||
"name": "route-node", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "A package to create a tree of named routes", | ||
@@ -45,3 +45,3 @@ "main": "dist/cjs/route-node.js", | ||
"devDependencies": { | ||
"conventional-changelog": "~1.1.19", | ||
"conventional-changelog-cli": "~2.0.1", | ||
"husky": "~0.14.3", | ||
@@ -63,5 +63,5 @@ "lint-staged": "~7.0.0", | ||
"dependencies": { | ||
"path-parser": "4.1.1", | ||
"path-parser": "4.2.0", | ||
"search-params": "2.1.3" | ||
} | ||
} |
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
236496
18
2522
+ Addedpath-parser@4.2.0(transitive)
- Removedpath-parser@4.1.1(transitive)
Updatedpath-parser@4.2.0