multi-path-matcher
Advanced tools
Comparing version 4.1.0 to 4.1.1
{ | ||
"name": "multi-path-matcher", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"publishConfig": { | ||
@@ -8,9 +8,9 @@ "access": "public", | ||
}, | ||
"types": "./types/multi-path-matcher.d.mts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/multi-path-matcher.d.mts", | ||
"types": "./types/multi-path-matcher.d.mts", | ||
"default": "./src/multi-path-matcher.mjs" | ||
} | ||
}, | ||
"types": "./dist/multi-path-matcher.d.mts", | ||
"description": "Finds and decodes best matching path in a set of routes", | ||
@@ -29,3 +29,3 @@ "keywords": [ | ||
"scripts": { | ||
"prepare": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir dist -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs", | ||
"prepare": "tsc --allowJs --declaration --emitDeclarationOnly --declarationDir types -t esnext -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs", | ||
"test": "npm run test:browser-ava && npm run test:ava", | ||
@@ -42,3 +42,3 @@ "test:ava": "ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs", | ||
"ava": "^6.1.1", | ||
"browser-ava": "^2.1.12", | ||
"browser-ava": "^2.2.0", | ||
"c8": "^9.1.0", | ||
@@ -45,0 +45,0 @@ "documentation": "^14.0.3", |
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
14006