@theqrl/mldsa87 1.0.9 → 1.1.0
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -159,7 +159,7 @@ See [SECURITY.md](../../SECURITY.md) for important information about:
|
|
|
159
159
|
|
|
160
160
|
## Requirements
|
|
161
161
|
|
|
162
|
-
- **Node.js**:
|
|
162
|
+
- **Node.js**: 20.19+, 22.x, or 24.x (requires `globalThis.crypto.getRandomValues`)
|
|
163
163
|
- **Browsers**: [Web Crypto API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Crypto_API) and ES2020 (BigInt) -- Chrome 67+, Firefox 68+, Safari 14+, Edge 79+
|
|
164
164
|
- Full TypeScript definitions included
|
|
165
165
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@theqrl/mldsa87",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "ML-DSA-87 cryptography",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ml-dsa",
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
},
|
|
51
51
|
"type": "module",
|
|
52
52
|
"engines": {
|
|
53
|
-
"node": ">=
|
|
53
|
+
"node": ">=20.19.0"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@eslint/js": "^
|
|
56
|
+
"@eslint/js": "^10.0.1",
|
|
57
57
|
"c8": "^10.1.3",
|
|
58
58
|
"chai": "^6.2.2",
|
|
59
|
-
"eslint": "^
|
|
59
|
+
"eslint": "^10.0.0",
|
|
60
60
|
"eslint-config-prettier": "^10.1.8",
|
|
61
61
|
"eslint-plugin-import-x": "^4.15.0",
|
|
62
62
|
"eslint-plugin-prettier": "^5.5.4",
|
|
63
|
-
"globals": "^17.
|
|
63
|
+
"globals": "^17.3.0",
|
|
64
64
|
"mocha": "^11.7.5",
|
|
65
65
|
"prettier": "^3.8.1",
|
|
66
66
|
"rollup": "^4.57.1"
|