Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Scope package into modules #1025

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

refactor: Scope package into modules #1025

wants to merge 1 commit into from

Commits on Jul 23, 2024

  1. refactor: Scope package into modules

    This splits the package into two modules:
    1. The default one (`@nextcloud/files`) which provides general utils to work with files or the files app
    2. DAV utils (`@nextcloud/files/dav`) which provides WebDAV related utils
    
    For legacy reasons to not make this a breaking release the DAV utils are exported with their prefixed names in the default module,
    but this will be then removed with the next major version.
    
    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0cec312 View commit details
    Browse the repository at this point in the history