feat(webdavclient): add method for getting directory as smartfilearray

This commit is contained in:
2024-04-22 13:01:11 +02:00
parent 3805d361d7
commit fc0001b6b3
2 changed files with 13 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartwebdav',
version: '1.0.4',
version: '1.1.0',
description: 'A TypeScript library for easy interaction with WebDAV servers, including file and directory management.'
}