Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimavdeev committed Oct 4, 2019
1 parent 33a951d commit 65d9506
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions 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.5.2",
"version": "0.6.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 All @@ -18,8 +18,8 @@
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@virgilsecurity/crypto-types": "^0.1.4",
"@virgilsecurity/data-utils": "^0.1.5"
"@virgilsecurity/crypto-types": "^0.2.0",
"@virgilsecurity/data-utils": "^0.1.6"
},
"peerDependencies": {
"@virgilsecurity/core-foundation": "^0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"regenerator-runtime": "^0.13.3",
"rimraf": "^3.0.0",
"serve-handler": "^6.1.1",
"virgil-crypto": "^4.0.0-alpha.11",
"virgil-crypto": "^4.0.0-alpha.12",
"virgil-crypto-3": "npm:virgil-crypto@^3.2.6",
"webpack": "^4.37.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virgilsecurity/crypto-types",
"version": "0.1.4",
"version": "0.2.0",
"description": "Types for Virgil JavaScript libraries",
"typings": "./index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/data-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virgilsecurity/data-utils",
"version": "0.1.5",
"version": "0.1.6",
"description": "Library that contains different functions / classes that are used for data manipulation in different Virgil Security libraries.",
"main": "./dist/node.cjs.js",
"module": "./dist/node.es.js",
Expand All @@ -22,7 +22,7 @@
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@virgilsecurity/crypto-types": "^0.1.3",
"@virgilsecurity/crypto-types": "^0.2.0",
"buffer": "^5.2.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/pythia-crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@virgilsecurity/pythia-crypto",
"version": "0.2.0",
"version": "0.2.1",
"description": "Virgil Pythia Crypto library.",
"main": "./dist/node.cjs.js",
"module": "./dist/node.es.js",
Expand All @@ -27,8 +27,8 @@
},
"dependencies": {
"@virgilsecurity/core-pythia": "^0.2.0",
"@virgilsecurity/crypto-types": "^0.1.3",
"@virgilsecurity/data-utils": "^0.1.3"
"@virgilsecurity/crypto-types": "^0.2.0",
"@virgilsecurity/data-utils": "^0.1.6"
},
"devDependencies": {
"@types/chai": "^4.1.7",
Expand Down
4 changes: 2 additions & 2 deletions 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.4.4",
"version": "0.4.5",
"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 All @@ -17,7 +17,7 @@
"prepare": "npm run clean && npm run build"
},
"dependencies": {
"@virgilsecurity/crypto-types": "^0.1.3"
"@virgilsecurity/crypto-types": "^0.2.0"
},
"devDependencies": {
"rimraf": "^2.6.3",
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.11",
"version": "4.0.0-alpha.12",
"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.5.2",
"@virgilsecurity/base-crypto": "^0.6.0",
"@virgilsecurity/core-foundation": "^0.2.0",
"@virgilsecurity/sdk-crypto": "^0.4.4"
"@virgilsecurity/sdk-crypto": "^0.4.5"
},
"devDependencies": {
"builtin-modules": "^3.1.0",
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.11"
"virgil-crypto": "^4.0.0-alpha.12"
},
"devDependencies": {
"file-loader": "^4.1.0",
Expand Down

0 comments on commit 65d9506

Please sign in to comment.