This commit is contained in:
Vitalii Goma 2017-06-08 16:56:49 +03:00
parent 0c407f2e2b
commit af437dcd23
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
1.0.11 / 2017-06-08
==================
* Улучшение: Убрана зависимость от Object.keys и Object.assign
1.0.10 / 2017-04-26
==================

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "crypto-pro",
"version": "1.0.10",
"version": "1.0.11",
"dependencies": {
"acorn": {
"version": "3.3.0",

View File

@ -1,6 +1,6 @@
{
"name": "crypto-pro",
"version": "1.0.10",
"version": "1.0.11",
"description": "API для взаимодействия с КриптоПро",
"main": "src/index.js",
"scripts": {