Skip to content

Commit c3b9e13

Browse files
committed
Publish
- @stablelib/aead@1.0.0 - @stablelib/aes@1.0.0 - @stablelib/base64@1.0.0 - @stablelib/benchmark@1.0.0 - @stablelib/binary@1.0.0 - @stablelib/blake2b@1.0.0 - @stablelib/blake2s@1.0.0 - @stablelib/blake2xs@1.0.0 - @stablelib/blockcipher@1.0.0 - @stablelib/bytereader@1.0.0 - @stablelib/bytes@1.0.0 - @stablelib/bytewriter@1.0.0 - @stablelib/cbor@1.0.0 - @stablelib/chacha-drbg@1.0.0 - @stablelib/chacha@1.0.0 - @stablelib/chacha20poly1305@1.0.0 - @stablelib/cmac@1.0.0 - @stablelib/constant-time@1.0.0 - @stablelib/ctr@1.0.0 - @stablelib/ed25519@1.0.0 - @stablelib/float@1.0.0 - @stablelib/gcm@1.0.0 - @stablelib/gf256@1.0.0 - @stablelib/halfsiphash@1.0.0 - @stablelib/hash@1.0.0 - @stablelib/hex@1.0.0 - @stablelib/hkdf@1.0.0 - @stablelib/hmac-drbg@1.0.0 - @stablelib/hmac@1.0.0 - @stablelib/int@1.0.0 - @stablelib/keyagreement@1.0.0 - @stablelib/nacl@1.0.0 - @stablelib/newhope@1.0.0 - @stablelib/pbkdf2@1.0.0 - @stablelib/poly1305@1.0.0 - @stablelib/random@1.0.0 - @stablelib/salsa20@1.0.0 - @stablelib/scrypt@1.0.0 - @stablelib/sha224@1.0.0 - @stablelib/sha256@1.0.0 - @stablelib/sha3@1.0.0 - @stablelib/sha384@1.0.0 - @stablelib/sha512@1.0.0 - @stablelib/sha512_256@1.0.0 - @stablelib/siv@1.0.0 - @stablelib/snappy@1.0.0 - @stablelib/tss@1.0.0 - @stablelib/utf8@1.0.0 - @stablelib/uuid@1.0.0 - @stablelib/wipe@1.0.0 - @stablelib/x25519@1.0.0 - @stablelib/xchacha20@1.0.0 - @stablelib/xchacha20poly1305@1.0.0 - @stablelib/xsalsa20@1.0.0
1 parent 2f3b21e commit c3b9e13

54 files changed

Lines changed: 278 additions & 278 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/aead/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/aead",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "AEAD interface declaration (authenticated encryption with associated data)",
55
"main": "./lib/aead.js",
66
"typings": "./lib/aead.d.ts",

packages/aes/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/aes",
3-
"version": "0.7.3",
3+
"version": "1.0.0",
44
"description": "AES block cipher (Advanced Encryption Standard)",
55
"main": "./lib/aes.js",
66
"typings": "./lib/aes.d.ts",
@@ -15,12 +15,12 @@
1515
"bench": "node ./lib/aes.bench.js"
1616
},
1717
"dependencies": {
18-
"@stablelib/binary": "^0.7.2",
19-
"@stablelib/blockcipher": "^0.5.0",
20-
"@stablelib/wipe": "^0.5.0"
18+
"@stablelib/binary": "^1.0.0",
19+
"@stablelib/blockcipher": "^1.0.0",
20+
"@stablelib/wipe": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"@stablelib/benchmark": "^0.5.0",
24-
"@stablelib/hex": "^0.5.0"
23+
"@stablelib/benchmark": "^1.0.0",
24+
"@stablelib/hex": "^1.0.0"
2525
}
2626
}

packages/base64/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/base64",
3-
"version": "0.7.2",
3+
"version": "1.0.0",
44
"description": "Base64 encoding and decoding",
55
"main": "./lib/base64.js",
66
"typings": "./lib/base64.d.ts",
@@ -15,6 +15,6 @@
1515
"bench": "node ./lib/base64.bench.js"
1616
},
1717
"devDependencies": {
18-
"@stablelib/benchmark": "^0.5.0"
18+
"@stablelib/benchmark": "^1.0.0"
1919
}
2020
}

packages/benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/benchmark",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "StableLib benchmarking suite",
55
"main": "./lib/benchmark.js",
66
"typings": "./lib/benchmark.d.ts",

packages/binary/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/binary",
3-
"version": "0.7.2",
3+
"version": "1.0.0",
44
"description": "Binary encoding and decoding",
55
"main": "./lib/binary.js",
66
"typings": "./lib/binary.d.ts",
@@ -14,6 +14,6 @@
1414
"test": "jasmine JASMINE_CONFIG_PATH=../../configs/jasmine.json"
1515
},
1616
"dependencies": {
17-
"@stablelib/int": "^0.5.0"
17+
"@stablelib/int": "^1.0.0"
1818
}
1919
}

packages/blake2b/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/blake2b",
3-
"version": "0.10.7",
3+
"version": "1.0.0",
44
"description": "BLAKE2b cryptographic hash function",
55
"main": "./lib/blake2b.js",
66
"typings": "./lib/blake2b.d.ts",
@@ -15,12 +15,12 @@
1515
"bench": "node ./lib/blake2b.bench.js"
1616
},
1717
"dependencies": {
18-
"@stablelib/binary": "^0.7.2",
19-
"@stablelib/hash": "^0.5.0",
20-
"@stablelib/wipe": "^0.5.0"
18+
"@stablelib/binary": "^1.0.0",
19+
"@stablelib/hash": "^1.0.0",
20+
"@stablelib/wipe": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"@stablelib/benchmark": "^0.5.0",
24-
"@stablelib/hex": "^0.5.0"
23+
"@stablelib/benchmark": "^1.0.0",
24+
"@stablelib/hex": "^1.0.0"
2525
}
2626
}

packages/blake2s/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/blake2s",
3-
"version": "0.10.4",
3+
"version": "1.0.0",
44
"description": "BLAKE2s cryptographic hash function",
55
"main": "./lib/blake2s.js",
66
"typings": "./lib/blake2s.d.ts",
@@ -15,12 +15,12 @@
1515
"bench": "node ./lib/blake2s.bench.js"
1616
},
1717
"dependencies": {
18-
"@stablelib/binary": "^0.7.2",
19-
"@stablelib/hash": "^0.5.0",
20-
"@stablelib/wipe": "^0.5.0"
18+
"@stablelib/binary": "^1.0.0",
19+
"@stablelib/hash": "^1.0.0",
20+
"@stablelib/wipe": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"@stablelib/benchmark": "^0.5.0",
24-
"@stablelib/hex": "^0.5.0"
23+
"@stablelib/benchmark": "^1.0.0",
24+
"@stablelib/hex": "^1.0.0"
2525
}
2626
}

packages/blake2xs/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/blake2xs",
3-
"version": "0.10.4",
3+
"version": "1.0.0",
44
"description": "BLAKE2xs cryptographic extended output function (XOF)",
55
"main": "./lib/blake2xs.js",
66
"typings": "./lib/blake2xs.d.ts",
@@ -15,13 +15,13 @@
1515
"bench": "node ./lib/blake2xs.bench.js"
1616
},
1717
"dependencies": {
18-
"@stablelib/blake2s": "^0.10.4",
19-
"@stablelib/hash": "^0.5.0",
20-
"@stablelib/wipe": "^0.5.0"
18+
"@stablelib/blake2s": "^1.0.0",
19+
"@stablelib/hash": "^1.0.0",
20+
"@stablelib/wipe": "^1.0.0"
2121
},
2222
"devDependencies": {
23-
"@stablelib/benchmark": "^0.5.0",
24-
"@stablelib/bytes": "^0.5.0",
25-
"@stablelib/hex": "^0.5.0"
23+
"@stablelib/benchmark": "^1.0.0",
24+
"@stablelib/bytes": "^1.0.0",
25+
"@stablelib/hex": "^1.0.0"
2626
}
2727
}

packages/blockcipher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/blockcipher",
3-
"version": "0.5.0",
3+
"version": "1.0.0",
44
"description": "Block cipher interface declaration",
55
"main": "./lib/blockcipher.js",
66
"typings": "./lib/blockcipher.d.ts",

packages/bytereader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stablelib/bytereader",
3-
"version": "0.10.7",
3+
"version": "1.0.0",
44
"description": "Byte reader",
55
"main": "./lib/bytereader.js",
66
"typings": "./lib/bytereader.d.ts",
@@ -15,9 +15,9 @@
1515
"bench": "node ./lib/bytereader.bench.js"
1616
},
1717
"dependencies": {
18-
"@stablelib/binary": "^0.7.2"
18+
"@stablelib/binary": "^1.0.0"
1919
},
2020
"devDependencies": {
21-
"@stablelib/benchmark": "^0.5.0"
21+
"@stablelib/benchmark": "^1.0.0"
2222
}
2323
}

0 commit comments

Comments
 (0)