@acusti/matchmaking
Advanced tools
Comparing version 0.6.0 to 0.6.1
{ | ||
"name": "@acusti/matchmaking", | ||
"version": "0.6.0", | ||
"version": "0.6.1", | ||
"type": "module", | ||
"sideEffects": false, | ||
"exports": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"description": "Intuitive approximate string matching (i.e. fuzzy searches)", | ||
@@ -20,11 +29,5 @@ "keywords": [ | ||
], | ||
"type": "module", | ||
"sideEffects": false, | ||
"exports": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"scripts": { | ||
"test": "vitest" | ||
}, | ||
"repository": { | ||
@@ -31,0 +34,0 @@ "type": "git", |
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
27278