@lacspace/crypto 1.1.1 → 1.1.2

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lacspace/crypto",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Safe, boring cryptography over Web Crypto — authenticated AES-256-GCM, PBKDF2 key derivation, SHA-256, HMAC, secure random and constant-time compare. Isomorphic (Node, edge, browser, RN).",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -58,7 +58,7 @@
58
58
  "url": "https://github.com/lacspace/npm-packages/issues"
59
59
  },
60
60
  "engines": {
61
- "node": ">=18"
61
+ "node": ">=20"
62
62
  },
63
63
  "publishConfig": {
64
64
  "access": "public"