fix: use node:crypto import for Node 18 compatibility (#1083)

Co-authored-by: Letta <noreply@letta.com>
This commit is contained in:
Charles Packer
2026-02-21 12:20:18 -08:00
committed by GitHub
parent 04e3d8739e
commit 00aa038681
4 changed files with 66 additions and 27 deletions

View File

@@ -26,6 +26,9 @@
"url": "https://github.com/letta-ai/letta-code.git"
},
"license": "Apache-2.0",
"engines": {
"node": ">=18"
},
"publishConfig": {
"access": "public"
},