mirror of
https://github.com/bitwarden/cli
synced 2025-12-29 06:23:14 +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:
@@ -3,11 +3,11 @@ import * as program from 'commander';
|
||||
import * as fs from 'fs';
|
||||
import * as path from 'path';
|
||||
|
||||
import { Response } from 'jslib/cli/models/response';
|
||||
import { Response } from 'jslib-node/cli/models/response';
|
||||
|
||||
import { SendType } from 'jslib/enums/sendType';
|
||||
import { SendType } from 'jslib-common/enums/sendType';
|
||||
|
||||
import { Utils } from 'jslib/misc/utils';
|
||||
import { Utils } from 'jslib-common/misc/utils';
|
||||
|
||||
import { GetCommand } from './commands/get.command';
|
||||
import { SendCreateCommand } from './commands/send/create.command';
|
||||
|
||||
Reference in New Issue
Block a user