bitwarden-estensione-browser/libs/tools/export/vault-export
Ike 1e4158fd87
[PM-5735] Create kdf Service (#8715)
* key connector migration initial

* migrator complete

* fix dependencies

* finalized tests

* fix deps and sync main

* clean up definition file

* fixing tests

* fixed tests

* fixing CLI, Browser, Desktop builds

* fixed factory options

* reverting exports

* implemented UserKeyDefinition clearOn

* Initial Kdf Service Changes

* rename and account setting kdfconfig

* fixing tests and renaming migration

* fixed DI ordering for browser

* rename and fix DI

* Clean up Migrations

* fixing migrations

* begin data structure changes for kdf config

* Make KDF more type safe; co-author: jlf0dev

* fixing tests

* Fixed CLI login and comments

* set now accepts userId and test updates

---------

Co-authored-by: Jake Fink <jfink@bitwarden.com>
2024-04-25 11:26:01 -07:00
..
vault-export-core [PM-5735] Create kdf Service (#8715) 2024-04-25 11:26:01 -07:00
vault-export-ui Move export.component from @bitwarden/angular to @bitwarden/vault-export-ui (#8514) 2024-03-27 17:02:56 +00:00
README.md [PM-6780][PM-6781] Create vault-export-ui package / Migrate export-scope-callout.component to CL (#8318) 2024-03-20 22:11:57 +00:00

README.md

Vault Export

This folder contains 2 packages that can be used to export a users or an organizational vault.

vault-export-core

Package name: @bitwarden/vault-export-core

Contains all types, models, and services to export a user or organization's vault.

Currently in use by the Bitwarden Web Vault, CLI, desktop app and browser extension

vault-export-ui

Package name: @bitwarden/vault-export-ui

Contains all UI components used for the vault-export