@tutti-os/agent-activity-core 0.0.19 → 0.0.21

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 (2) hide show
  1. package/dist/index.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -213,7 +213,6 @@ interface AgentPromptContentBlock {
213
213
  text?: string;
214
214
  mimeType?: "image/png" | "image/jpeg" | "image/webp";
215
215
  data?: string;
216
- url?: string;
217
216
  attachmentId?: string;
218
217
  name?: string;
219
218
  path?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tutti-os/agent-activity-core",
3
- "version": "0.0.19",
3
+ "version": "0.0.21",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",