Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
snanovskyi committed Aug 21, 2019
1 parent 0aba01e commit 2c95692
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/base-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virgilsecurity/base-crypto",
"version": "0.3.0",
"version": "0.4.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/base-crypto.cjs.js",
"module": "./dist/base-crypto.es.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"benchmark": "^2.1.4",
"buffer": "^5.2.1",
"virgil-crypto": "^4.0.0-alpha.2",
"virgil-crypto": "^4.0.0-alpha.3",
"virgil-crypto-3": "npm:virgil-crypto@^3.2.6"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virgilsecurity/sdk-crypto",
"version": "0.3.0",
"version": "0.4.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/sdk-crypto.cjs.js",
"module": "./dist/sdk-crypto.es.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/virgil-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "virgil-crypto",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"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 All @@ -25,9 +25,9 @@
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@virgilsecurity/base-crypto": "^0.3.0",
"@virgilsecurity/base-crypto": "^0.4.0",
"@virgilsecurity/core-foundation": "^0.1.0",
"@virgilsecurity/sdk-crypto": "^0.3.0"
"@virgilsecurity/sdk-crypto": "^0.4.0"
},
"devDependencies": {
"lodash": "^4.17.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build": "webpack"
},
"dependencies": {
"virgil-crypto": "^4.0.0-alpha.2"
"virgil-crypto": "^4.0.0-alpha.3"
},
"devDependencies": {
"file-loader": "^4.1.0",
Expand Down

0 comments on commit 2c95692

Please sign in to comment.