Skip to content

Commit b2b76ed

Browse files
authored
Merge pull request #59 from VirgilSecurity/v4.0.0-alpha.10
v4.0.0-alpha.10
2 parents 1c18086 + 3856e64 commit b2b76ed

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/base-crypto/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@virgilsecurity/base-crypto",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"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.",
55
"main": "./dist/base-crypto.cjs.js",
66
"module": "./dist/base-crypto.es.js",
@@ -27,7 +27,7 @@
2727
"devDependencies": {
2828
"@types/chai": "^4.1.7",
2929
"@types/mocha": "^5.2.7",
30-
"@virgilsecurity/core-foundation": "^0.1.0",
30+
"@virgilsecurity/core-foundation": "^0.2.0",
3131
"chai": "^4.2.0",
3232
"mocha": "^6.1.4",
3333
"rimraf": "^2.6.3",

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"regenerator-runtime": "^0.13.3",
2525
"rimraf": "^3.0.0",
2626
"serve-handler": "^6.1.1",
27-
"virgil-crypto": "^4.0.0-alpha.9",
27+
"virgil-crypto": "^4.0.0-alpha.10",
2828
"virgil-crypto-3": "npm:virgil-crypto@^3.2.6",
2929
"webpack": "^4.37.0"
3030
}

packages/virgil-crypto/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "virgil-crypto",
3-
"version": "4.0.0-alpha.9",
3+
"version": "4.0.0-alpha.10",
44
"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.",
55
"main": "./dist/node.cjs.js",
66
"module": "./dist/node.es.js",
77
"browser": {
88
"./dist/node.cjs.js": "./browser.cjs.js",
99
"./dist/node.es.js": "./browser.es.js"
1010
},
11-
"typings": "./dist/index.d.ts",
11+
"typings": "./dist/types/index.d.ts",
1212
"files": [
1313
"dist",
1414
"browser.cjs.js",
@@ -25,7 +25,7 @@
2525
"prepare": "npm run clean && npm run build"
2626
},
2727
"dependencies": {
28-
"@virgilsecurity/base-crypto": "^0.5.0",
28+
"@virgilsecurity/base-crypto": "^0.5.1",
2929
"@virgilsecurity/core-foundation": "^0.2.0",
3030
"@virgilsecurity/sdk-crypto": "^0.4.4"
3131
},

packages/webpack-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"build": "webpack"
1212
},
1313
"dependencies": {
14-
"virgil-crypto": "^4.0.0-alpha.9"
14+
"virgil-crypto": "^4.0.0-alpha.10"
1515
},
1616
"devDependencies": {
1717
"file-loader": "^4.1.0",

0 commit comments

Comments
 (0)