From c234498cea696dceb20c3051d6a3ee01268fb542 Mon Sep 17 00:00:00 2001 From: Dmitry Chestnykh Date: Sun, 16 Apr 2017 21:58:18 +0200 Subject: [PATCH] v0.0.2 --- lerna.json | 2 +- packages/chacha-drbg/package.json | 2 +- packages/chacha20poly1305/package.json | 6 +++--- packages/cmac/package.json | 4 ++-- packages/constant-time/package.json | 2 +- packages/gcm/package.json | 4 ++-- packages/hkdf/package.json | 4 ++-- packages/hmac-drbg/package.json | 4 ++-- packages/hmac/package.json | 4 ++-- packages/nacl/package.json | 4 ++-- packages/pbkdf2/package.json | 4 ++-- packages/poly1305/package.json | 4 ++-- packages/scrypt/package.json | 4 ++-- packages/test/package.json | 2 +- packages/tss/package.json | 4 ++-- 15 files changed, 27 insertions(+), 27 deletions(-) diff --git a/lerna.json b/lerna.json index 12baa9d..fa0b35b 100644 --- a/lerna.json +++ b/lerna.json @@ -11,5 +11,5 @@ ] } }, - "version": "0.0.1" + "version": "0.0.2" } diff --git a/packages/chacha-drbg/package.json b/packages/chacha-drbg/package.json index 019015e..f1602f9 100644 --- a/packages/chacha-drbg/package.json +++ b/packages/chacha-drbg/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/chacha-drbg", - "version": "0.0.1", + "version": "0.0.2", "description": "ChaCha20-based DRBG (digital random byte generator)", "main": "./dist/chacha-drbg.js", "typings": "./dist/chacha-drbg.d.ts", diff --git a/packages/chacha20poly1305/package.json b/packages/chacha20poly1305/package.json index a18957e..08aae14 100644 --- a/packages/chacha20poly1305/package.json +++ b/packages/chacha20poly1305/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/chacha20poly1305", - "version": "0.0.1", + "version": "0.0.2", "description": "ChaCha20-Poly1305 AEAD (RFC 7539)", "main": "./dist/chacha20poly1305.js", "typings": "./dist/chacha20poly1305.d.ts", @@ -18,8 +18,8 @@ "@stablelib/aead": "^0.0.1", "@stablelib/binary": "^0.0.1", "@stablelib/chacha": "^0.0.1", - "@stablelib/constant-time": "^0.0.1", - "@stablelib/poly1305": "^0.0.1", + "@stablelib/constant-time": "^0.0.2", + "@stablelib/poly1305": "^0.0.2", "@stablelib/wipe": "^0.0.1" }, "devDependencies": { diff --git a/packages/cmac/package.json b/packages/cmac/package.json index 19bfde6..025a6d6 100644 --- a/packages/cmac/package.json +++ b/packages/cmac/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/cmac", - "version": "0.0.1", + "version": "0.0.2", "description": "CMAC message authentication code", "main": "./dist/cmac.js", "typings": "./dist/cmac.d.ts", @@ -16,7 +16,7 @@ }, "dependencies": { "@stablelib/blockcipher": "^0.0.1", - "@stablelib/constant-time": "^0.0.1", + "@stablelib/constant-time": "^0.0.2", "@stablelib/wipe": "^0.0.1" }, "devDependencies": { diff --git a/packages/constant-time/package.json b/packages/constant-time/package.json index 90d7a91..0673f6b 100644 --- a/packages/constant-time/package.json +++ b/packages/constant-time/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/constant-time", - "version": "0.0.1", + "version": "0.0.2", "description": "Algorithmically constant-time utility functions", "main": "./dist/constant-time.js", "typings": "./dist/constant-time.d.ts", diff --git a/packages/gcm/package.json b/packages/gcm/package.json index ee4c1d1..8fb44e3 100644 --- a/packages/gcm/package.json +++ b/packages/gcm/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/gcm", - "version": "0.0.1", + "version": "0.0.2", "description": "GCM authenticated encryption mode with additional data (AEAD)", "main": "./dist/gcm.js", "typings": "./dist/gcm.d.ts", @@ -18,7 +18,7 @@ "@stablelib/aead": "^0.0.1", "@stablelib/binary": "^0.0.1", "@stablelib/blockcipher": "^0.0.1", - "@stablelib/constant-time": "^0.0.1", + "@stablelib/constant-time": "^0.0.2", "@stablelib/ctr": "^0.0.1", "@stablelib/wipe": "^0.0.1" }, diff --git a/packages/hkdf/package.json b/packages/hkdf/package.json index 8f87b16..9a123cb 100644 --- a/packages/hkdf/package.json +++ b/packages/hkdf/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/hkdf", - "version": "0.0.1", + "version": "0.0.2", "description": "HMAC-based Extract-and-Expand Key Derivation Function (HKDF, RFC 5869)", "main": "./dist/hkdf.js", "typings": "./dist/hkdf.d.ts", @@ -16,7 +16,7 @@ }, "dependencies": { "@stablelib/hash": "^0.0.1", - "@stablelib/hmac": "^0.0.1", + "@stablelib/hmac": "^0.0.2", "@stablelib/wipe": "^0.0.1" }, "devDependencies": { diff --git a/packages/hmac-drbg/package.json b/packages/hmac-drbg/package.json index 2eabe1a..0e15afe 100644 --- a/packages/hmac-drbg/package.json +++ b/packages/hmac-drbg/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/hmac-drbg", - "version": "0.0.1", + "version": "0.0.2", "description": "HMAC DRBG (digital random byte generator, NIST)", "main": "./dist/hmac-drbg.js", "typings": "./dist/hmac-drbg.d.ts", @@ -16,7 +16,7 @@ }, "dependencies": { "@stablelib/hash": "^0.0.1", - "@stablelib/hmac": "^0.0.1", + "@stablelib/hmac": "^0.0.2", "@stablelib/random": "^0.0.1", "@stablelib/sha256": "^0.0.1", "@stablelib/wipe": "^0.0.1" diff --git a/packages/hmac/package.json b/packages/hmac/package.json index 409e63f..fb57680 100644 --- a/packages/hmac/package.json +++ b/packages/hmac/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/hmac", - "version": "0.0.1", + "version": "0.0.2", "description": "Hash-based message authentication code (HMAC)", "main": "./dist/hmac.js", "typings": "./dist/hmac.d.ts", @@ -14,7 +14,7 @@ "test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json" }, "dependencies": { - "@stablelib/constant-time": "^0.0.1", + "@stablelib/constant-time": "^0.0.2", "@stablelib/hash": "^0.0.1", "@stablelib/wipe": "^0.0.1" }, diff --git a/packages/nacl/package.json b/packages/nacl/package.json index f2125f9..1ada403 100644 --- a/packages/nacl/package.json +++ b/packages/nacl/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/nacl", - "version": "0.0.1", + "version": "0.0.2", "description": "Implementation of secretbox and box from NaCl (Networking and Cryptography Library)", "main": "./dist/nacl.js", "typings": "./dist/nacl.d.ts", @@ -15,7 +15,7 @@ "bench": "node ./dist/secretbox.bench.js" }, "dependencies": { - "@stablelib/poly1305": "^0.0.1", + "@stablelib/poly1305": "^0.0.2", "@stablelib/random": "^0.0.1", "@stablelib/wipe": "^0.0.1", "@stablelib/x25519": "^0.0.1", diff --git a/packages/pbkdf2/package.json b/packages/pbkdf2/package.json index 66dd43e..7698063 100644 --- a/packages/pbkdf2/package.json +++ b/packages/pbkdf2/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/pbkdf2", - "version": "0.0.1", + "version": "0.0.2", "description": "PBKDF2 (Password-based key derivation function)", "main": "./dist/pbkdf2.js", "typings": "./dist/pbkdf2.d.ts", @@ -17,7 +17,7 @@ "dependencies": { "@stablelib/binary": "^0.0.1", "@stablelib/hash": "^0.0.1", - "@stablelib/hmac": "^0.0.1", + "@stablelib/hmac": "^0.0.2", "@stablelib/wipe": "^0.0.1" }, "devDependencies": { diff --git a/packages/poly1305/package.json b/packages/poly1305/package.json index 45e1a6a..9461e5b 100644 --- a/packages/poly1305/package.json +++ b/packages/poly1305/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/poly1305", - "version": "0.0.1", + "version": "0.0.2", "description": "Poly1305 one-time message authentication code", "main": "./dist/poly1305.js", "typings": "./dist/poly1305.d.ts", @@ -15,7 +15,7 @@ "bench": "node ./dist/poly1305.bench.js" }, "dependencies": { - "@stablelib/constant-time": "^0.0.1", + "@stablelib/constant-time": "^0.0.2", "@stablelib/wipe": "^0.0.1" }, "devDependencies": { diff --git a/packages/scrypt/package.json b/packages/scrypt/package.json index 1d69db8..cb35afe 100644 --- a/packages/scrypt/package.json +++ b/packages/scrypt/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/scrypt", - "version": "0.0.1", + "version": "0.0.2", "description": "Scrypt sequential memory-hard key derivation function (RFC 7914)", "main": "./dist/scrypt.js", "typings": "./dist/scrypt.d.ts", @@ -17,7 +17,7 @@ "dependencies": { "@stablelib/binary": "^0.0.1", "@stablelib/int": "^0.0.1", - "@stablelib/pbkdf2": "^0.0.1", + "@stablelib/pbkdf2": "^0.0.2", "@stablelib/sha256": "^0.0.1", "@stablelib/wipe": "^0.0.1" }, diff --git a/packages/test/package.json b/packages/test/package.json index 2bb441e..9ebb9b5 100644 --- a/packages/test/package.json +++ b/packages/test/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/test", - "version": "0.0.1", + "version": "0.0.2", "description": "StableLib testing helper functions", "main": "./dist/test.js", "typings": "./dist/test.d.ts", diff --git a/packages/tss/package.json b/packages/tss/package.json index a4bc504..d34da22 100644 --- a/packages/tss/package.json +++ b/packages/tss/package.json @@ -1,6 +1,6 @@ { "name": "@stablelib/tss", - "version": "0.0.1", + "version": "0.0.2", "description": "Threshold Secret Sharing (TSS and RTSS, IETF draft-mcgrew-tss-03)", "main": "./dist/tss.js", "typings": "./dist/tss.d.ts", @@ -15,7 +15,7 @@ "bench": "node ./dist/tss.bench.js" }, "dependencies": { - "@stablelib/constant-time": "^0.0.1", + "@stablelib/constant-time": "^0.0.2", "@stablelib/gf256": "^0.0.1", "@stablelib/hash": "^0.0.1", "@stablelib/random": "^0.0.1",