@e22m4u/js-trie-router
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@e22m4u/js-trie-router", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "HTTP router for Node.js based on a prefix tree", | ||
@@ -41,5 +41,5 @@ "type": "module", | ||
"dependencies": { | ||
"@e22m4u/js-format": "~0.1.5", | ||
"@e22m4u/js-path-trie": "~0.0.5", | ||
"@e22m4u/js-service": "~0.1.3", | ||
"@e22m4u/js-format": "~0.1.7", | ||
"@e22m4u/js-path-trie": "~0.0.8", | ||
"@e22m4u/js-service": "~0.1.11", | ||
"debug": "~4.3.7", | ||
@@ -50,5 +50,5 @@ "http-errors": "~2.0.0", | ||
"devDependencies": { | ||
"@commitlint/cli": "~19.5.0", | ||
"@commitlint/config-conventional": "~19.5.0", | ||
"@eslint/js": "~9.14.0", | ||
"@commitlint/cli": "~19.6.0", | ||
"@commitlint/config-conventional": "~19.6.0", | ||
"@eslint/js": "~9.15.0", | ||
"@types/chai-as-promised": "~8.0.1", | ||
@@ -59,14 +59,14 @@ "c8": "~10.1.2", | ||
"esbuild": "~0.24.0", | ||
"eslint": "~9.14.0", | ||
"eslint": "~9.15.0", | ||
"eslint-config-prettier": "~9.1.0", | ||
"eslint-plugin-chai-expect": "~3.1.0", | ||
"eslint-plugin-jsdoc": "~50.4.3", | ||
"eslint-plugin-jsdoc": "~50.5.0", | ||
"eslint-plugin-mocha": "~10.5.0", | ||
"globals": "~15.12.0", | ||
"husky": "~9.1.6", | ||
"husky": "~9.1.7", | ||
"mocha": "~10.8.2", | ||
"prettier": "~3.3.3", | ||
"rimraf": "^6.0.1", | ||
"typescript": "~5.6.3" | ||
"typescript": "~5.7.2" | ||
} | ||
} |
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
284010
Updated@e22m4u/js-format@~0.1.7
Updated@e22m4u/js-path-trie@~0.0.8
Updated@e22m4u/js-service@~0.1.11