fix(webdav-client): correct directory listing path handling and update tooling for current package dependencies

This commit is contained in:
2026-05-01 18:34:20 +00:00
parent f806027542
commit 850b5b9142
12 changed files with 7074 additions and 4022 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
// @push.rocks scope
import * as smartfile from '@push.rocks/smartfile';
import * as smartpath from '@push.rocks/smartpath'
import * as smartpath from '@push.rocks/smartpath';
export {
smartfile,
smartpath,
}
};
// third party scope
import * as webdav from 'webdav';
export {
webdav,
}
};