@types/picomatch 4.0.0 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- picomatch/README.md +1 -1
- picomatch/lib/picomatch.d.ts +1 -1
- picomatch/package.json +2 -2
picomatch/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for picomatch (https://github.com/microma
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Sat, 19 Jul 2025 01:30:15 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
picomatch/lib/picomatch.d.ts
CHANGED
|
@@ -186,7 +186,7 @@ declare namespace picomatch {
|
|
|
186
186
|
*/
|
|
187
187
|
posixSlashes?: boolean | undefined;
|
|
188
188
|
/**
|
|
189
|
-
*
|
|
189
|
+
* String to prepend to the generated regex used for matching.
|
|
190
190
|
*/
|
|
191
191
|
prepend?: boolean | undefined;
|
|
192
192
|
/**
|
picomatch/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/picomatch",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.1",
|
|
4
4
|
"description": "TypeScript definitions for picomatch",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,6 +31,6 @@
|
|
|
31
31
|
"scripts": {},
|
|
32
32
|
"dependencies": {},
|
|
33
33
|
"peerDependencies": {},
|
|
34
|
-
"typesPublisherContentHash": "
|
|
34
|
+
"typesPublisherContentHash": "2afff6e802a010089eebce80a4f93a639a1d5b9225a4eb32c299c4f223d99230",
|
|
35
35
|
"typeScriptVersion": "5.1"
|
|
36
36
|
}
|