Skip to content

Commit

Permalink
2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vgoma committed Jan 8, 2023
1 parent dc8d60b commit 086d4f6
Show file tree
Hide file tree
Showing 16 changed files with 315 additions and 242 deletions.
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.3.1
// Type definitions for crypto-pro 2.3.2
// Project: crypto-pro
// Definitions by: Vitalii Goma https://github.com/vgoma

Expand Down
253 changes: 145 additions & 108 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.

4 changes: 2 additions & 2 deletions dist/crypto-pro.min.js

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.

14 changes: 7 additions & 7 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.3.1",
"crypto-pro": "^2.3.2",
"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.3.1",
"crypto-pro": "^2.3.2",
"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.3.1"
"crypto-pro": "^2.3.2"
}
}
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.3.1
// Type definitions for crypto-pro 2.3.2
// Project: crypto-pro
// Definitions by: Vitalii Goma https://github.com/vgoma

Expand Down
253 changes: 145 additions & 108 deletions lib/crypto-pro.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crypto-pro",
"version": "2.3.1",
"version": "2.3.2",
"description": "API для взаимодействия с КриптоПро",
"main": "./lib/crypto-pro.js",
"types": "./lib/crypto-pro.d.ts",
Expand Down Expand Up @@ -30,7 +30,6 @@
"examples-update:angular": "npm --prefix ./examples/angular r crypto-pro && npm --prefix ./examples/angular i crypto-pro",
"examples-update:react": "npm --prefix ./examples/react r crypto-pro && npm --prefix ./examples/react i crypto-pro",
"prepack": "npm run build",
"postpack": "npm run pack:uncompress && npm run pack:clean",
"prepublishOnly": "npm run lint && jest && npm run build",
"postpublish": "npm run examples-update"
},
Expand Down

0 comments on commit 086d4f6

Please sign in to comment.