This commit is contained in:
vgoma 2020-03-29 15:19:39 +03:00
parent b0c5d2911b
commit 9236bc1b3d
5 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2.0.3 / 2020-03-29
==================
* Улучшение: Дополнен README.md
2.0.2 / 2020-03-29 2.0.2 / 2020-03-29
================== ==================

View File

@ -1,4 +1,4 @@
// Type definitions for crypto-pro 2.0.0 // Type definitions for crypto-pro 2.0.3
// Project: crypto-pro // Project: crypto-pro
// Definitions by: Vitalii Goma https://github.com/vgoma // Definitions by: Vitalii Goma https://github.com/vgoma

2
lib/crypto-pro.d.ts vendored
View File

@ -1,4 +1,4 @@
// Type definitions for crypto-pro 2.0.0 // Type definitions for crypto-pro 2.0.3
// Project: crypto-pro // Project: crypto-pro
// Definitions by: Vitalii Goma https://github.com/vgoma // Definitions by: Vitalii Goma https://github.com/vgoma

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "crypto-pro", "name": "crypto-pro",
"version": "2.0.2", "version": "2.0.3",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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