Skip to content

Commit

Permalink
v0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dchest committed Oct 27, 2017
1 parent b150a21 commit 086e221
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
]
}
},
"version": "0.10.1"
"version": "0.10.2"
}
4 changes: 2 additions & 2 deletions packages/chacha20poly1305/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/chacha20poly1305",
"version": "0.7.2",
"version": "0.10.2",
"description": "ChaCha20-Poly1305 AEAD (RFC 7539)",
"main": "./lib/chacha20poly1305.js",
"typings": "./lib/chacha20poly1305.d.ts",
Expand All @@ -19,7 +19,7 @@
"@stablelib/binary": "^0.7.2",
"@stablelib/chacha": "^0.7.2",
"@stablelib/constant-time": "^0.5.0",
"@stablelib/poly1305": "^0.5.0",
"@stablelib/poly1305": "^0.10.2",
"@stablelib/wipe": "^0.5.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/nacl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/nacl",
"version": "0.7.2",
"version": "0.10.2",
"description": "Implementation of secretbox and box from NaCl (Networking and Cryptography Library)",
"main": "./lib/nacl.js",
"typings": "./lib/nacl.d.ts",
Expand All @@ -15,7 +15,7 @@
"bench": "node ./lib/secretbox.bench.js"
},
"dependencies": {
"@stablelib/poly1305": "^0.5.0",
"@stablelib/poly1305": "^0.10.2",
"@stablelib/random": "^0.7.2",
"@stablelib/wipe": "^0.5.0",
"@stablelib/x25519": "^0.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/poly1305/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/poly1305",
"version": "0.5.0",
"version": "0.10.2",
"description": "Poly1305 one-time message authentication code",
"main": "./lib/poly1305.js",
"typings": "./lib/poly1305.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/snappy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/snappy",
"version": "0.10.1",
"version": "0.10.2",
"description": "Snappy compression algorithm",
"main": "./lib/snappy.js",
"typings": "./lib/snappy.d.ts",
Expand Down

0 comments on commit 086e221

Please sign in to comment.