Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-11-11 17:45:19 +00:00
parent 7f7df4b3fa
commit fe6283ba12
326 changed files with 1151 additions and 1864 deletions

View file

@ -8,7 +8,7 @@ This package contains type definitions for adm-zip (https://github.com/cthackers
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip.
### Additional Details
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT
* Last updated: Mon, 28 Oct 2024 17:35:03 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
# Credits

View file

@ -127,8 +127,9 @@ declare class AdmZip {
* for a directory.
* @param comment Comment to add to the entry.
* @param attr Attribute to add to the entry.
* @return The entry corresponding to one which was just added.
*/
addFile(entryName: string, content: Buffer, comment?: string, attr?: number): void;
addFile(entryName: string, content: Buffer, comment?: string, attr?: number): AdmZip.IZipEntry;
/**
* Returns an array of `IZipEntry` objects representing the files and folders
* inside the archive.

View file

@ -1,6 +1,6 @@
{
"name": "@types/adm-zip",
"version": "0.5.5",
"version": "0.5.6",
"description": "TypeScript definitions for adm-zip",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/adm-zip",
"license": "MIT",
@ -42,6 +42,7 @@
"dependencies": {
"@types/node": "*"
},
"typesPublisherContentHash": "53441795007097f8975db1d00bc97b01565fcb3b327f4e192c863d8a98548164",
"typeScriptVersion": "4.5"
"peerDependencies": {},
"typesPublisherContentHash": "0e4795aa604e1b61b589e0e3a5889acf95e5905496dd52babe05b2e787745cbf",
"typeScriptVersion": "4.8"
}