@letta-ai/letta-code 0.29.1 → 0.29.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@letta-ai/letta-code",
3
- "version": "0.29.1",
3
+ "version": "0.29.3",
4
4
  "description": "Letta Code is a CLI tool for interacting with stateful Letta agents from the terminal.",
5
5
  "type": "module",
6
6
  "packageManager": "bun@1.3.0",
@@ -18,6 +18,8 @@
18
18
  "vendor",
19
19
  "dist/app-server-client.js",
20
20
  "dist/app-server-client.js.map",
21
+ "dist/app-server-client.cjs",
22
+ "dist/app-server-client.cjs.map",
21
23
  "dist/agent-presets.js",
22
24
  "dist/agent-presets.js.map",
23
25
  "dist/channels-public.js",
@@ -30,15 +32,17 @@
30
32
  "exports": {
31
33
  ".": "./letta.js",
32
34
  "./app-server-protocol": {
33
- "types": "./dist/types/app-server-protocol.d.ts"
35
+ "types": "./dist/types/types/app-server-protocol.d.ts"
34
36
  },
35
37
  "./app-server-client": {
36
38
  "types": "./dist/types/app-server-client.d.ts",
37
39
  "browser": "./dist/app-server-client.js",
38
- "import": "./dist/app-server-client.js"
40
+ "import": "./dist/app-server-client.js",
41
+ "require": "./dist/app-server-client.cjs",
42
+ "default": "./dist/app-server-client.js"
39
43
  },
40
44
  "./protocol": {
41
- "types": "./dist/types/protocol.d.ts"
45
+ "types": "./dist/types/types/protocol.d.ts"
42
46
  },
43
47
  "./agent-presets": {
44
48
  "types": "./dist/types/agent-presets.d.ts",
@@ -151,7 +155,7 @@
151
155
  "./dist/types/agent-presets.d.ts"
152
156
  ],
153
157
  "app-server-protocol": [
154
- "./dist/types/app-server-protocol.d.ts"
158
+ "./dist/types/types/app-server-protocol.d.ts"
155
159
  ],
156
160
  "app-server-client": [
157
161
  "./dist/types/app-server-client.d.ts"
@@ -163,7 +167,7 @@
163
167
  "./dist/types/channels-slack.d.ts"
164
168
  ],
165
169
  "protocol": [
166
- "./dist/types/protocol.d.ts"
170
+ "./dist/types/types/protocol.d.ts"
167
171
  ]
168
172
  }
169
173
  }
@@ -47,6 +47,6 @@
47
47
  "src/websocket/listener/commands/memory.ts": 1114,
48
48
  "src/websocket/listener/file-commands.ts": 1030,
49
49
  "src/websocket/listener/lifecycle.ts": 1779,
50
- "src/websocket/listener/protocol-inbound.ts": 2304,
50
+ "src/websocket/listener/protocol-inbound.ts": 2290,
51
51
  "src/websocket/listener/protocol-outbound.ts": 1128
52
52
  }