added all user certificates

This commit is contained in:
German Arutyunov 2021-05-07 14:38:58 +03:00
parent 67ed9f61ab
commit fdb8c7c136
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "crypto-pro",
"version": "2.2.1",
"version": "2.2.2",
"description": "API для взаимодействия с КриптоПро",
"main": "./lib/crypto-pro.js",
"types": "./lib/crypto-pro.d.ts",

View File

@ -20,7 +20,7 @@ export const getAllUserCertificates = _afterPluginsLoaded((resetCache: boolean =
}
return eval(
_generateCadesFn(function getUserCertificates(): Certificate[] {
_generateCadesFn(function getAllUserCertificates(): Certificate[] {
let cadesStore;
try {