@types/tar 6.1.10 → 6.1.11

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.
Files changed (3) hide show
  1. tar/README.md +1 -1
  2. tar/index.d.ts +1 -1
  3. tar/package.json +3 -3
tar/README.md CHANGED
@@ -8,7 +8,7 @@ This package contains type definitions for tar (https://github.com/npm/node-tar)
8
8
  Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar.
9
9
 
10
10
  ### Additional Details
11
- * Last updated: Mon, 20 Nov 2023 23:36:24 GMT
11
+ * Last updated: Thu, 25 Jan 2024 07:07:05 GMT
12
12
  * Dependencies: [@types/node](https://npmjs.com/package/@types/node), [minipass](https://npmjs.com/package/minipass)
13
13
 
14
14
  # Credits
tar/index.d.ts CHANGED
@@ -307,7 +307,7 @@ export interface PackOptions {
307
307
  * Set to a Date object to force a specific mtime for everything added to
308
308
  * the archive. Overridden by noMtime.
309
309
  */
310
- mtime?: number;
310
+ mtime?: Date;
311
311
  }
312
312
 
313
313
  /**
tar/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/tar",
3
- "version": "6.1.10",
3
+ "version": "6.1.11",
4
4
  "description": "TypeScript definitions for tar",
5
5
  "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar",
6
6
  "license": "MIT",
@@ -28,6 +28,6 @@
28
28
  "@types/node": "*",
29
29
  "minipass": "^4.0.0"
30
30
  },
31
- "typesPublisherContentHash": "31f025dae81a85ec265ef7c9defb7ba06b3692ae5dc402cf34f734a7946c5850",
32
- "typeScriptVersion": "4.5"
31
+ "typesPublisherContentHash": "189829b574735c37eec5a76be4fbd5dde6e8df5b4042f718532fcb7177a054f4",
32
+ "typeScriptVersion": "4.6"
33
33
  }