Skip to content

Commit

Permalink
release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rstp-god committed Dec 28, 2023
1 parent 7041934 commit 26ae7a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/virgil-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virgil-crypto",
"version": "5.0.0",
"version": "5.1.0",
"description": "Virgil JavaScript Crypto Library is a high-level cryptographic library that allows you to perform all necessary operations for secure storing and transferring data and everything required to become HIPAA and GDPR compliant.",
"main": "./dist/node.cjs.js",
"module": "./dist/node.es.js",
Expand Down Expand Up @@ -39,7 +39,7 @@
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@virgilsecurity/core-foundation": "^2.0.0",
"@virgilsecurity/core-foundation": "^2.1.0",
"@virgilsecurity/crypto-types": "^2.0.0",
"@virgilsecurity/data-utils": "^2.0.0",
"@virgilsecurity/init-utils": "^2.0.0",
Expand Down

0 comments on commit 26ae7a0

Please sign in to comment.