@did-btcr2/keypair 0.11.2 → 0.11.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@did-btcr2/keypair",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Secp256k1 key pairs with BIP-340 Schnorr and ECDSA signing, multibase encoding, and constant-time operations.",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"@noble/curves": "^2.0.1",
|
|
63
63
|
"@noble/hashes": "^1.7.1",
|
|
64
64
|
"@scure/base": "^2.0.0",
|
|
65
|
-
"@did-btcr2/common": "8.0.
|
|
65
|
+
"@did-btcr2/common": "^8.0.1"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@eslint/js": "^9.20.0",
|