mirror of
https://github.com/bitwarden/cli
synced 2025-12-20 10:13:13 +00:00
Add jslib as a "real" dependency (#321)
* Split jslib * Bump jslib * Bump jslib, replace alias with tsconfig-paths-webpack-plugin
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import { CipherWithIds } from 'jslib/models/export/cipherWithIds';
|
||||
import { CipherView } from 'jslib/models/view/cipherView';
|
||||
import { CipherWithIds } from 'jslib-common/models/export/cipherWithIds';
|
||||
import { CipherView } from 'jslib-common/models/view/cipherView';
|
||||
|
||||
import { BaseResponse } from 'jslib/cli/models/response/baseResponse';
|
||||
import { BaseResponse } from 'jslib-node/cli/models/response/baseResponse';
|
||||
|
||||
import { AttachmentResponse } from './attachmentResponse';
|
||||
import { LoginResponse } from './loginResponse';
|
||||
import { PasswordHistoryResponse } from './passwordHistoryResponse';
|
||||
|
||||
import { CipherType } from 'jslib/enums';
|
||||
import { CipherType } from 'jslib-common/enums';
|
||||
|
||||
export class CipherResponse extends CipherWithIds implements BaseResponse {
|
||||
object: string;
|
||||
|
||||
Reference in New Issue
Block a user