mirror of
https://github.com/bitwarden/browser
synced 2026-02-05 19:23:19 +00:00
Recently the policy service was refactored and some method signatures were changed. One of these changes involved renaming the `getAll` observable to `policiesByType`. This was not merged into the metadata provider work before it was merged, so those changes were committed using removed method signatures. This commit updates these references.
Tools
This lib represents the public API of the Tools team at Bitwarden. Modules are imported using @bitwarden/{feature-name} for example @bitwarden/send-core and @bitwarden/send-components.