multimatch
Advanced tools
Comparing version
@@ -1,4 +0,4 @@ | ||
import {IOptions} from 'minimatch'; | ||
import {type MinimatchOptions} from 'minimatch'; | ||
export type Options = Readonly<IOptions>; | ||
export type Options = Readonly<MinimatchOptions>; | ||
@@ -25,2 +25,1 @@ /** | ||
): string[]; | ||
@@ -1,2 +0,2 @@ | ||
import minimatch from 'minimatch'; | ||
import {minimatch} from 'minimatch'; | ||
import arrayUnion from 'array-union'; | ||
@@ -3,0 +3,0 @@ import arrayDiffer from 'array-differ'; |
{ | ||
"name": "multimatch", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "Extends `minimatch.match()` with support for multiple patterns", | ||
@@ -14,5 +14,8 @@ "license": "MIT", | ||
"type": "module", | ||
"exports": "./index.js", | ||
"exports": { | ||
"types": "./index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"engines": { | ||
"node": "^12.20.0 || ^14.13.1 || >=16.0.0" | ||
"node": ">=18" | ||
}, | ||
@@ -40,12 +43,11 @@ "scripts": { | ||
"dependencies": { | ||
"@types/minimatch": "^3.0.5", | ||
"array-differ": "^4.0.0", | ||
"array-union": "^3.0.1", | ||
"minimatch": "^3.0.4" | ||
"minimatch": "^9.0.3" | ||
}, | ||
"devDependencies": { | ||
"ava": "^3.15.0", | ||
"tsd": "^0.18.0", | ||
"xo": "^0.45.0" | ||
"ava": "^5.3.1", | ||
"tsd": "^0.29.0", | ||
"xo": "^0.56.0" | ||
} | ||
} |
@@ -69,13 +69,1 @@ # multimatch | ||
- [matcher](https://github.com/sindresorhus/matcher) - Simple wildcard matching | ||
--- | ||
<div align="center"> | ||
<b> | ||
<a href="https://tidelift.com/subscription/pkg/npm-multimatch?utm_source=npm-multimatch&utm_medium=referral&utm_campaign=readme">Get professional support for this package with a Tidelift subscription</a> | ||
</b> | ||
<br> | ||
<sub> | ||
Tidelift helps make open source sustainable for maintainers while giving companies<br>assurances about security, maintenance, and licensing for their dependencies. | ||
</sub> | ||
</div> |
3
-25%5352
-7.47%69
-14.81%+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated