Release 1.4.0.

This commit is contained in:
Paul Miller 2024-03-14 06:29:55 +00:00
parent 85d194cb93
commit a0e398489f
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B
3 changed files with 4 additions and 4 deletions

@ -45,7 +45,7 @@ A standalone file [noble-curves.js](https://github.com/paulmillr/noble-curves/re
```js ```js
// import * from '@noble/curves'; // Error: use sub-imports, to ensure small app size // import * from '@noble/curves'; // Error: use sub-imports, to ensure small app size
import { secp256k1 } from '@noble/curves/secp256k1'; // ESM and Common.js import { secp256k1 } from '@noble/curves/secp256k1'; // ESM and Common.js
// import { secp256k1 } from 'npm:@noble/curves@1.2.0/secp256k1'; // Deno // import { secp256k1 } from 'npm:@noble/curves@1.4.0/secp256k1'; // Deno
``` ```
- [Implementations](#implementations) - [Implementations](#implementations)

@ -15,11 +15,11 @@
}, },
"..": { "..": {
"name": "@noble/curves", "name": "@noble/curves",
"version": "1.3.0", "version": "1.4.0",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@noble/hashes": "1.3.3" "@noble/hashes": "1.4.0"
}, },
"devDependencies": { "devDependencies": {
"fast-check": "3.0.0", "fast-check": "3.0.0",

@ -1,6 +1,6 @@
{ {
"name": "@noble/curves", "name": "@noble/curves",
"version": "1.3.0", "version": "1.4.0",
"description": "Audited & minimal JS implementation of elliptic curve cryptography", "description": "Audited & minimal JS implementation of elliptic curve cryptography",
"files": [ "files": [
"abstract", "abstract",