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]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
 - @stablelib/[email protected]
  • Loading branch information
dchest committed Jun 29, 2024
1 parent 2ae155f commit a7ec4c4
Show file tree
Hide file tree
Showing 56 changed files with 294 additions and 294 deletions.
2 changes: 1 addition & 1 deletion packages/aead/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/aead",
"version": "1.0.1",
"version": "2.0.0",
"description": "AEAD interface declaration (authenticated encryption with associated data)",
"main": "./lib/aead.js",
"type": "module",
Expand Down
14 changes: 7 additions & 7 deletions packages/aes-kw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/aes-kw",
"version": "1.0.1",
"version": "2.0.0",
"description": "AES KW (Advanced Encryption Standard Key Wrapping)",
"main": "./lib/aes-kw.js",
"type": "module",
Expand All @@ -26,13 +26,13 @@
"test": "vitest run"
},
"dependencies": {
"@stablelib/aes": "^1.0.1",
"@stablelib/binary": "^1.0.1",
"@stablelib/blockcipher": "^1.0.1",
"@stablelib/constant-time": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/aes": "^2.0.0",
"@stablelib/binary": "^2.0.0",
"@stablelib/blockcipher": "^2.0.0",
"@stablelib/constant-time": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/hex": "^1.0.1"
"@stablelib/hex": "^2.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/aes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/aes",
"version": "1.0.1",
"version": "2.0.0",
"description": "AES block cipher (Advanced Encryption Standard)",
"main": "./lib/aes.js",
"type": "module",
Expand All @@ -20,12 +20,12 @@
"bench": "node ./lib/aes.bench.js"
},
"dependencies": {
"@stablelib/binary": "^1.0.1",
"@stablelib/blockcipher": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/binary": "^2.0.0",
"@stablelib/blockcipher": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/base64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/base64",
"version": "1.0.1",
"version": "2.0.0",
"description": "Base64 encoding and decoding",
"main": "./lib/base64.js",
"type": "module",
Expand All @@ -20,6 +20,6 @@
"bench": "node ./lib/base64.bench.js"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1"
"@stablelib/benchmark": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/benchmark",
"version": "1.0.1",
"version": "2.0.0",
"description": "StableLib benchmarking suite",
"main": "./lib/benchmark.js",
"type": "module",
Expand Down
4 changes: 2 additions & 2 deletions packages/binary/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/binary",
"version": "1.0.1",
"version": "2.0.0",
"description": "Binary encoding and decoding",
"main": "./lib/binary.js",
"type": "module",
Expand All @@ -19,6 +19,6 @@
"test": "vitest run"
},
"dependencies": {
"@stablelib/int": "^1.0.1"
"@stablelib/int": "^2.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/blake2b/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/blake2b",
"version": "1.0.1",
"version": "2.0.0",
"description": "BLAKE2b cryptographic hash function",
"main": "./lib/blake2b.js",
"type": "module",
Expand All @@ -20,12 +20,12 @@
"bench": "node ./lib/blake2b.bench.js"
},
"dependencies": {
"@stablelib/binary": "^1.0.1",
"@stablelib/hash": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/binary": "^2.0.0",
"@stablelib/hash": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/blake2s/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/blake2s",
"version": "1.0.1",
"version": "2.0.0",
"description": "BLAKE2s cryptographic hash function",
"main": "./lib/blake2s.js",
"type": "module",
Expand All @@ -20,12 +20,12 @@
"bench": "node ./lib/blake2s.bench.js"
},
"dependencies": {
"@stablelib/binary": "^1.0.1",
"@stablelib/hash": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/binary": "^2.0.0",
"@stablelib/hash": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/blake2xs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/blake2xs",
"version": "1.0.1",
"version": "2.0.0",
"description": "BLAKE2xs cryptographic extended output function (XOF)",
"main": "./lib/blake2xs.js",
"type": "module",
Expand All @@ -20,13 +20,13 @@
"bench": "node ./lib/blake2xs.bench.js"
},
"dependencies": {
"@stablelib/blake2s": "^1.0.1",
"@stablelib/hash": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/blake2s": "^2.0.0",
"@stablelib/hash": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/bytes": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/bytes": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/blockcipher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/blockcipher",
"version": "1.0.1",
"version": "2.0.0",
"description": "Block cipher interface declaration",
"main": "./lib/blockcipher.js",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions packages/bytereader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/bytereader",
"version": "1.0.1",
"version": "2.0.0",
"description": "Byte reader",
"main": "./lib/bytereader.js",
"type": "module",
Expand All @@ -20,9 +20,9 @@
"bench": "node ./lib/bytereader.bench.js"
},
"dependencies": {
"@stablelib/binary": "^1.0.1"
"@stablelib/binary": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1"
"@stablelib/benchmark": "^2.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/bytes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/bytes",
"version": "1.0.1",
"version": "2.0.0",
"description": "Byte utilities",
"main": "./lib/bytes.js",
"type": "module",
Expand All @@ -20,6 +20,6 @@
"bench": "node ./lib/bytes.bench.js"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1"
"@stablelib/benchmark": "^2.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/bytewriter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/bytewriter",
"version": "1.0.1",
"version": "2.0.0",
"description": "Byte writer",
"main": "./lib/bytewriter.js",
"type": "module",
Expand All @@ -20,11 +20,11 @@
"bench": "node ./lib/bytewriter.bench.js"
},
"dependencies": {
"@stablelib/binary": "^1.0.1",
"@stablelib/int": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/binary": "^2.0.0",
"@stablelib/int": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1"
"@stablelib/benchmark": "^2.0.0"
}
}
18 changes: 9 additions & 9 deletions packages/cbor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/cbor",
"version": "1.0.2",
"version": "2.0.0",
"description": "CBOR encoder and decoder",
"main": "./lib/cbor.js",
"type": "module",
Expand All @@ -20,15 +20,15 @@
"bench": "node ./lib/cbor.bench.js"
},
"dependencies": {
"@stablelib/bytereader": "^1.0.1",
"@stablelib/bytewriter": "^1.0.1",
"@stablelib/float": "^1.0.1",
"@stablelib/int": "^1.0.1",
"@stablelib/utf8": "^1.0.2"
"@stablelib/bytereader": "^2.0.0",
"@stablelib/bytewriter": "^2.0.0",
"@stablelib/float": "^2.0.0",
"@stablelib/int": "^2.0.0",
"@stablelib/utf8": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/bytes": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/bytes": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/chacha-drbg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/chacha-drbg",
"version": "1.0.3",
"version": "2.0.0",
"description": "ChaCha20-based DRBG (digital random byte generator)",
"main": "./lib/chacha-drbg.js",
"type": "module",
Expand All @@ -20,12 +20,12 @@
"bench": "node ./lib/chacha-drbg.bench.js"
},
"dependencies": {
"@stablelib/chacha": "^1.0.1",
"@stablelib/random": "^1.0.2",
"@stablelib/wipe": "^1.0.1"
"@stablelib/chacha": "^2.0.0",
"@stablelib/random": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
10 changes: 5 additions & 5 deletions packages/chacha/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/chacha",
"version": "1.0.1",
"version": "2.0.0",
"description": "ChaCha stream cipher",
"main": "./lib/chacha.js",
"type": "module",
Expand All @@ -20,11 +20,11 @@
"bench": "node ./lib/chacha.bench.js"
},
"dependencies": {
"@stablelib/binary": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/binary": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
18 changes: 9 additions & 9 deletions packages/chacha20poly1305/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/chacha20poly1305",
"version": "1.0.1",
"version": "2.0.0",
"description": "ChaCha20-Poly1305 AEAD (RFC 7539)",
"main": "./lib/chacha20poly1305.js",
"type": "module",
Expand All @@ -20,15 +20,15 @@
"bench": "node ./lib/chacha20poly1305.bench.js"
},
"dependencies": {
"@stablelib/aead": "^1.0.1",
"@stablelib/binary": "^1.0.1",
"@stablelib/chacha": "^1.0.1",
"@stablelib/constant-time": "^1.0.1",
"@stablelib/poly1305": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/aead": "^2.0.0",
"@stablelib/binary": "^2.0.0",
"@stablelib/chacha": "^2.0.0",
"@stablelib/constant-time": "^2.0.0",
"@stablelib/poly1305": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/benchmark": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
14 changes: 7 additions & 7 deletions packages/cmac/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/cmac",
"version": "1.0.1",
"version": "2.0.0",
"description": "CMAC message authentication code",
"main": "./lib/cmac.js",
"type": "module",
Expand All @@ -20,13 +20,13 @@
"bench": "node ./lib/cmac.bench.js"
},
"dependencies": {
"@stablelib/blockcipher": "^1.0.1",
"@stablelib/constant-time": "^1.0.1",
"@stablelib/wipe": "^1.0.1"
"@stablelib/blockcipher": "^2.0.0",
"@stablelib/constant-time": "^2.0.0",
"@stablelib/wipe": "^2.0.0"
},
"devDependencies": {
"@stablelib/aes": "^1.0.1",
"@stablelib/benchmark": "^1.0.1",
"@stablelib/hex": "^1.0.1"
"@stablelib/aes": "^2.0.0",
"@stablelib/benchmark": "^2.0.0",
"@stablelib/hex": "^2.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/constant-time/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stablelib/constant-time",
"version": "1.0.1",
"version": "2.0.0",
"description": "Algorithmically constant-time utility functions",
"main": "./lib/constant-time.js",
"type": "module",
Expand Down
Loading

0 comments on commit a7ec4c4

Please sign in to comment.