mirror of
https://github.com/crypto-pro-web/crypto-pro-js.git
synced 2025-08-26 10:42:38 +03:00
refactor: readme edit and map
This commit is contained in:
parent
678a7b8d4d
commit
257848646a
@ -4,6 +4,8 @@
|
||||
|
||||
> **Является форком [crypto-pro-web/crypto-pro-js](https://github.com/crypto-pro-web/crypto-pro-js)**
|
||||
|
||||
##### окончание -m в названии пакета означает mod
|
||||
|
||||
## Отличия от оригинальной библиотеки:
|
||||
|
||||
Методы *createAttachedSignature*, *createDetachedSignature*, *addAttachdeSignature*, *addDetachedSignature* теперь имеют параметр signType, который принимает тип усовершенствованной подписи для создания (типы [описаны тут](https://docs.cryptopro.ru/cades/reference/cadescom/cadescom_enum/cadescom_cades_type) и ниже).
|
||||
|
2
dist/crypto-pro-js-m.d.ts
vendored
2
dist/crypto-pro-js-m.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for crypto-pro-js-m 1.0.0
|
||||
// Type definitions for crypto-pro-js-m 1.0.1
|
||||
// Project: crypto-pro-js-m
|
||||
// Definitions by: Serge Schekhovtsov https://github.com/schekhovtsov
|
||||
|
||||
|
2
dist/crypto-pro-js-m.js.map
vendored
2
dist/crypto-pro-js-m.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/crypto-pro-js-m.min.js.map
vendored
2
dist/crypto-pro-js-m.min.js.map
vendored
File diff suppressed because one or more lines are too long
2
lib/crypto-pro-js-m.d.ts
vendored
2
lib/crypto-pro-js-m.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for crypto-pro-js-m 1.0.0
|
||||
// Type definitions for crypto-pro-js-m 1.0.1
|
||||
// Project: crypto-pro-js-m
|
||||
// Definitions by: Serge Schekhovtsov https://github.com/schekhovtsov
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
||||
export { type SignType } from './getSignType';
|
||||
export { SignType } from './getSignType';
|
||||
|
Loading…
Reference in New Issue
Block a user