@it-enterprise/digital-signature 1.2.7 → 1.2.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@it-enterprise/digital-signature",
3
- "version": "1.2.7",
3
+ "version": "1.2.8",
4
4
  "description": "digital signature",
5
5
  "private": false,
6
6
  "main": "src/index.js",
package/src/Models.js CHANGED
@@ -2,7 +2,7 @@ import { EndUserCertificate, EndUserError, EndUserOwnerInfo, EndUserConstants, K
2
2
  import GlSign from "./GlSign";
3
3
  import { downloadData, byteArrayToBase64, base64ToByteArray, signAlgoToHashAlgo, getSupportedSignAlgos } from "./Utils";
4
4
 
5
- const LIBRARY_VERSION = "1.3.54";
5
+ const LIBRARY_VERSION = "1.3.63";
6
6
 
7
7
  /**
8
8
  * Параметры библиотеки электронной подписи
@@ -435,7 +435,7 @@ export function getDefaultKSPs() {
435
435
  const depositsign = new KSPSettings();
436
436
  depositsign.id = "depositsign";
437
437
  depositsign.name = "DepositSign";
438
- depositsign.ksp = EndUserConstants.EU_KSP_IIT;
438
+ depositsign.ksp = EndUserConstants.PB;
439
439
  depositsign.address = "https://depositsign.com/api/v1/it-enterprise/sign-server";
440
440
  depositsign.directAccess = true;
441
441
  depositsign.needQRCode = false;
@@ -464,7 +464,7 @@ export function getDefaultKSPs() {
464
464
  const vchasno = new KSPSettings();
465
465
  vchasno.id = "vchasno";
466
466
  vchasno.name = "Вчасно - хмарний підпис";
467
- vchasno.ksp = EndUserConstants.EU_KSP_IIT;
467
+ vchasno.ksp = EndUserConstants.EU_KSP_PB;
468
468
  vchasno.address = "https://cs.vchasno.ua/ss/";
469
469
  vchasno.directAccess = false;
470
470
  vchasno.needQRCode = false;