Skip to content

Commit

Permalink
2.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: vgoma <[email protected]>
  • Loading branch information
vgoma committed Dec 9, 2023
1 parent 67e932b commit cb0f453
Show file tree
Hide file tree
Showing 18 changed files with 4,800 additions and 5,560 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,9 @@ getSystemInfo();
Вам будут полезны [примеры](http://cpdn.cryptopro.ru/?url=/content/cades/plugin-samples-sign.html),
предоставляемые Крипто ПРО.

Необходима NodeJS версии, указанной в [.nvmrc](.nvmrc).
На машине должен быть установлен Python 2.7.18.

<a name="dev-mode"></a>
## Запуск режима разработки
Устанавливаем зависимости:
Expand Down
2 changes: 1 addition & 1 deletion dist/crypto-pro.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for crypto-pro 2.5.0
// Type definitions for crypto-pro 2.5.1
// Project: crypto-pro
// Definitions by: Vitalii Goma https://github.com/vgoma

Expand Down
5,062 changes: 2,531 additions & 2,531 deletions dist/crypto-pro.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/crypto-pro.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/crypto-pro.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions examples/angular/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"crypto-pro": "^2.5.0",
"crypto-pro": "^2.5.1",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
Expand Down
6 changes: 3 additions & 3 deletions examples/react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@testing-library/jest-dom": "4.2.4",
"@testing-library/react": "9.5.0",
"@testing-library/user-event": "7.2.1",
"crypto-pro": "^2.5.0",
"crypto-pro": "^2.5.1",
"react": "^16.13.1",
"react-app-polyfill": "1.0.6",
"react-dom": "^16.13.1",
Expand Down
6 changes: 3 additions & 3 deletions examples/script-tag/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/script-tag/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"symlink-dir": "3.1.2"
},
"dependencies": {
"crypto-pro": "^2.5.0"
"crypto-pro": "^2.5.1"
}
}
2 changes: 1 addition & 1 deletion lib/crypto-pro.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Type definitions for crypto-pro 2.5.0
// Type definitions for crypto-pro 2.5.1
// Project: crypto-pro
// Definitions by: Vitalii Goma https://github.com/vgoma

Expand Down
Loading

0 comments on commit cb0f453

Please sign in to comment.