@types/picomatch 2.3.1 → 2.3.3
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 -2
- picomatch/index.d.ts +0 -7
- picomatch/package.json +8 -8
picomatch/README.md
CHANGED
|
@@ -8,9 +8,8 @@ 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: Tue, 07 Nov 2023 09:09:39 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: none
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Patrick](https://github.com/p-kuen), [Daniel Tschinder](https://github.com/danez), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).
|
picomatch/index.d.ts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
// Type definitions for picomatch 2.3
|
|
2
|
-
// Project: https://github.com/micromatch/picomatch
|
|
3
|
-
// Definitions by: Patrick <https://github.com/p-kuen>
|
|
4
|
-
// Daniel Tschinder <https://github.com/danez>
|
|
5
|
-
// Piotr Błażejewicz <https://github.com/peterblazejewicz>
|
|
6
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
7
|
-
|
|
8
1
|
import picomatch = require("./lib/picomatch");
|
|
9
2
|
|
|
10
3
|
export = picomatch;
|
picomatch/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/picomatch",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.3",
|
|
4
4
|
"description": "TypeScript definitions for picomatch",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Patrick",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "p-kuen",
|
|
11
|
+
"url": "https://github.com/p-kuen"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Daniel Tschinder",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "danez",
|
|
16
|
+
"url": "https://github.com/danez"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Piotr Błażejewicz",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "peterblazejewicz",
|
|
21
|
+
"url": "https://github.com/peterblazejewicz"
|
|
22
22
|
}
|
|
23
23
|
],
|
|
24
24
|
"main": "",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
},
|
|
31
31
|
"scripts": {},
|
|
32
32
|
"dependencies": {},
|
|
33
|
-
"typesPublisherContentHash": "
|
|
33
|
+
"typesPublisherContentHash": "c50ff03efbb162d5fcdd9a585a3c27d81f3263adedf705f27e1a43ec9f5fa1cb",
|
|
34
34
|
"typeScriptVersion": "4.5"
|
|
35
35
|
}
|