@types/picomatch 2.3.4 → 3.0.0

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 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: Sat, 29 Jun 2024 20:35:41 GMT
11
+ * Last updated: Tue, 09 Jul 2024 14:36:28 GMT
12
12
  * Dependencies: none
13
13
 
14
14
  # Credits
@@ -204,9 +204,9 @@ declare namespace picomatch {
204
204
  */
205
205
  unescape?: boolean | undefined;
206
206
  /**
207
- * Alias for `posixSlashes`, for backwards compatibility.
207
+ * Also accept backslashes as the path separator.
208
208
  */
209
- unixify?: boolean | undefined;
209
+ windows?: boolean | undefined;
210
210
  }
211
211
 
212
212
  function test(
picomatch/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/picomatch",
3
- "version": "2.3.4",
3
+ "version": "3.0.0",
4
4
  "description": "TypeScript definitions for picomatch",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/picomatch",
6
6
  "license": "MIT",
@@ -30,6 +30,6 @@
30
30
  },
31
31
  "scripts": {},
32
32
  "dependencies": {},
33
- "typesPublisherContentHash": "0ef6405f0c9ff175e55524388448a96838d7c6cc742cbf329e539aef00d15a2e",
33
+ "typesPublisherContentHash": "62143d06b851cbc80bfcd0bbfb6b81a34bd24ce97957a91763f2d791eefd7198",
34
34
  "typeScriptVersion": "4.8"
35
35
  }