chore: bump letta client version (#218)

This commit is contained in:
cthomas
2025-12-15 16:02:57 -08:00
committed by GitHub
parent bcb1848b9a
commit f7ca61d5d7
2 changed files with 4 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
{ {
"lockfileVersion": 1, "lockfileVersion": 1,
"configVersion": 0,
"workspaces": { "workspaces": {
"": { "": {
"name": "@letta-ai/letta-code", "name": "@letta-ai/letta-code",
"dependencies": { "dependencies": {
"@letta-ai/letta-client": "^1.3.3", "@letta-ai/letta-client": "^1.4.0",
"glob": "^13.0.0", "glob": "^13.0.0",
"ink-link": "^5.0.0", "ink-link": "^5.0.0",
"open": "^10.2.0", "open": "^10.2.0",
@@ -36,7 +37,7 @@
"@isaacs/brace-expansion": ["@isaacs/brace-expansion@5.0.0", "", { "dependencies": { "@isaacs/balanced-match": "^4.0.1" } }, "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA=="], "@isaacs/brace-expansion": ["@isaacs/brace-expansion@5.0.0", "", { "dependencies": { "@isaacs/balanced-match": "^4.0.1" } }, "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA=="],
"@letta-ai/letta-client": ["@letta-ai/letta-client@1.3.3", "", {}, "sha512-1pSmkmeuXAN9Lq8PXDO2YSLK0q6O39zh2BHlulVhtc8P3aNxAJF7XBteiAhL2hzb49wF2zv0mi2Uikr67CTUCw=="], "@letta-ai/letta-client": ["@letta-ai/letta-client@1.4.0", "", {}, "sha512-7n59bRxjlcoRsDvE/jNDO1otqdF/m//DwGLKkx3uuf6wHwqt3qzJ7/zFVASl1by8oWsiEYUvJnQ634uA1+6q/g=="],
"@types/bun": ["@types/bun@1.3.1", "", { "dependencies": { "bun-types": "1.3.1" } }, "sha512-4jNMk2/K9YJtfqwoAa28c8wK+T7nvJFOjxI4h/7sORWcypRNxBpr+TPNaCfVWq70tLCJsqoFwcf0oI0JU/fvMQ=="], "@types/bun": ["@types/bun@1.3.1", "", { "dependencies": { "bun-types": "1.3.1" } }, "sha512-4jNMk2/K9YJtfqwoAa28c8wK+T7nvJFOjxI4h/7sORWcypRNxBpr+TPNaCfVWq70tLCJsqoFwcf0oI0JU/fvMQ=="],

View File

@@ -22,7 +22,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@letta-ai/letta-client": "^1.3.3", "@letta-ai/letta-client": "^1.4.0",
"glob": "^13.0.0", "glob": "^13.0.0",
"ink-link": "^5.0.0", "ink-link": "^5.0.0",
"open": "^10.2.0" "open": "^10.2.0"