Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
  • Loading branch information
dchest committed Apr 2, 2020
1 parent 06174c1 commit 3de176b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/aes-kw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/aes-kw",
"version": "0.0.9",
"version": "1.0.0",
"description": "AES KW (Advanced Encryption Standard Key Wrapping)",
"main": "./lib/aes-kw.js",
"typings": "./lib/aes-kw.d.ts",
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": "1.0.0",
"version": "1.0.1",
"description": "Implementation of secretbox and box from NaCl (Networking and Cryptography Library)",
"main": "./lib/nacl.js",
"typings": "./lib/nacl.d.ts",
Expand All @@ -19,7 +19,7 @@
"@stablelib/random": "^1.0.0",
"@stablelib/wipe": "^1.0.0",
"@stablelib/x25519": "^1.0.0",
"@stablelib/xsalsa20": "^1.0.0"
"@stablelib/xsalsa20": "^1.0.1"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/salsa20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/salsa20",
"version": "1.0.0",
"version": "1.0.1",
"description": "Salsa20 stream cipher",
"main": "./lib/salsa20.js",
"typings": "./lib/salsa20.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/xsalsa20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/xsalsa20",
"version": "1.0.0",
"version": "1.0.1",
"description": "XSalsa20 (eXtended-nonce Salsa20) stream cipher",
"main": "./lib/xsalsa20.js",
"typings": "./lib/xsalsa20.d.ts",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@stablelib/binary": "^1.0.0",
"@stablelib/salsa20": "^1.0.0",
"@stablelib/salsa20": "^1.0.1",
"@stablelib/wipe": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3de176b

Please sign in to comment.