From dbd5d6fdc68164c984773577133ef56a4be5fefe Mon Sep 17 00:00:00 2001 From: Paul Miller Date: Thu, 2 Jan 2025 01:07:21 +0000 Subject: [PATCH] Release 2.2.0. --- jsr.json | 5 +++-- package-lock.json | 26 ++++++++++++++------------ package.json | 6 +++--- 3 files changed, 20 insertions(+), 17 deletions(-) diff --git a/jsr.json b/jsr.json index 2be3232..2f60e94 100644 --- a/jsr.json +++ b/jsr.json @@ -1,6 +1,6 @@ { "name": "@noble/secp256k1", - "version": "2.1.0", + "version": "2.2.0", "exports": "./index.ts", "publish": { "include": [ @@ -9,5 +9,6 @@ "index.ts", "jsr.json" ] - } + }, + "license": "MIT" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 03897bc..2e483d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,18 +1,18 @@ { "name": "@noble/secp256k1", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@noble/secp256k1", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "devDependencies": { - "@noble/hashes": "1.4.0", + "@noble/hashes": "1.6.1", "@paulmillr/jsbt": "0.2.1", "fast-check": "3.0.0", - "micro-bmark": "0.3.0", + "micro-bmark": "0.3.1", "micro-should": "0.4.0", "typescript": "5.5.2" }, @@ -21,12 +21,13 @@ } }, "node_modules/@noble/hashes": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.4.0.tgz", - "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==", + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.6.1.tgz", + "integrity": "sha512-pq5D8h10hHBjyqX+cfBm0i8JUXJ0UhczFc4r74zbuT9XgewFo2E3J1cOaGtdZynILNmQ685YWGzGE1Zv6io50w==", "dev": true, + "license": "MIT", "engines": { - "node": ">= 16" + "node": "^14.21.3 || >=16" }, "funding": { "url": "https://paulmillr.com/funding/" @@ -59,10 +60,11 @@ } }, "node_modules/micro-bmark": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/micro-bmark/-/micro-bmark-0.3.0.tgz", - "integrity": "sha512-rYu+AtUq8lC3zPCoxkOOtwhgJoMpCDGe0/BXUCkj6+H9f/U/TunH/n/qkN98yh04dCCtDV8Aj9uYO3+DKxYrcw==", - "dev": true + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/micro-bmark/-/micro-bmark-0.3.1.tgz", + "integrity": "sha512-bNaKObD4yPAAPrpEqp5jO6LJ2sEFgLoFSmRjEY809mJ62+2AehI/K3+RlVpN3Oo92RHpgC2RQhj6b1Tb4dmo+w==", + "dev": true, + "license": "MIT" }, "node_modules/micro-should": { "version": "0.4.0", diff --git a/package.json b/package.json index 8603166..d14f17d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@noble/secp256k1", - "version": "2.1.0", + "version": "2.2.0", "description": "Fastest 4KB JS implementation of secp256k1 ECDH & ECDSA signatures compliant with RFC6979", "files": [ "index.js", @@ -30,10 +30,10 @@ }, "license": "MIT", "devDependencies": { - "@noble/hashes": "1.4.0", + "@noble/hashes": "1.6.1", "@paulmillr/jsbt": "0.2.1", "fast-check": "3.0.0", - "micro-bmark": "0.3.0", + "micro-bmark": "0.3.1", "micro-should": "0.4.0", "typescript": "5.5.2" },