chore(deps): upgrade snjs & sncrypto-web to npm package versions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PermissionDialog } from 'snjs/dist/@types/services/component_manager';
|
||||
import { PermissionDialog } from '@standardnotes/snjs';
|
||||
import { ComponentModalScope } from './../directives/views/componentModal';
|
||||
import { AccountSwitcherScope, PermissionsModalScope } from './../types';
|
||||
import { ComponentGroup } from './component_group';
|
||||
@@ -10,7 +10,7 @@ import {
|
||||
platformFromString,
|
||||
Challenge,
|
||||
ProtectedAction, SNComponent
|
||||
} from 'snjs';
|
||||
} from '@standardnotes/snjs';
|
||||
import angular from 'angular';
|
||||
import { getPlatformString } from '@/utils';
|
||||
import { AlertService } from '@/services/alertService';
|
||||
@@ -26,9 +26,9 @@ import {
|
||||
KeyboardManager
|
||||
} from '@/services';
|
||||
import { AppState } from '@/ui_models/app_state';
|
||||
import { SNWebCrypto } from 'sncrypto/dist/sncrypto-web';
|
||||
import { SNWebCrypto } from '@standardnotes/sncrypto-web';
|
||||
import { Bridge } from '@/services/bridge';
|
||||
import { DeinitSource } from 'snjs/dist/@types/types';
|
||||
import { DeinitSource } from '@standardnotes/snjs';
|
||||
|
||||
type WebServices = {
|
||||
appState: AppState
|
||||
|
||||
Reference in New Issue
Block a user