1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

Use NPM workspace (#2874)

This commit is contained in:
Oscar Hinton
2022-06-14 17:10:53 +02:00
committed by GitHub
parent 6806a1b244
commit bc639688e8
643 changed files with 4462 additions and 4350 deletions

View File

@@ -1,6 +1,6 @@
import { Pipe, PipeTransform } from "@angular/core";
import { Utils } from "jslib-common/misc/utils";
import { Utils } from "@bitwarden/common/misc/utils";
/*
An updated pipe that sanitizes HTML, highlights numbers and special characters (in different colors each)

View File

@@ -1,6 +1,6 @@
import { Pipe, PipeTransform } from "@angular/core";
import { I18nService } from "jslib-common/abstractions/i18n.service";
import { I18nService } from "@bitwarden/common/abstractions/i18n.service";
@Pipe({
name: "i18n",

View File

@@ -1,6 +1,6 @@
import { Pipe, PipeTransform } from "@angular/core";
import { CipherView } from "jslib-common/models/view/cipherView";
import { CipherView } from "@bitwarden/common/models/view/cipherView";
@Pipe({
name: "searchCiphers",