chore(deps): upgrade snjs & sncrypto-web to npm package versions

This commit is contained in:
Baptiste Grob
2020-11-19 13:37:49 +01:00
parent 1c9337113d
commit 3a16140699
42 changed files with 106 additions and 75 deletions

View File

@@ -1,4 +1,4 @@
import { SNAlertService } from "snjs/dist/@types";
import { SNAlertService } from "@standardnotes/snjs";
const STORE_NAME = 'items';
const READ_WRITE = 'readwrite';
@@ -216,4 +216,4 @@ export class Database {
"Please close any other app instances and reload the page.";
this.alertService!.alert(message);
}
}
}