Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5784ef23f6 | ||
|
|
ef55efe842 |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@noble/curves",
|
"name": "@noble/curves",
|
||||||
"version": "0.8.1",
|
"version": "0.8.2",
|
||||||
"description": "Minimal, auditable JS implementation of elliptic curve cryptography",
|
"description": "Minimal, auditable JS implementation of elliptic curve cryptography",
|
||||||
"files": [
|
"files": [
|
||||||
"abstract",
|
"abstract",
|
||||||
|
|||||||
@@ -7,8 +7,8 @@
|
|||||||
"outDir": ".",
|
"outDir": ".",
|
||||||
"target": "es2020",
|
"target": "es2020",
|
||||||
"lib": ["es2020"], // Set explicitly to remove DOM
|
"lib": ["es2020"], // Set explicitly to remove DOM
|
||||||
"module": "es6",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node16",
|
"moduleResolution": "node",
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user