@posthog/agent 2.1.85 → 2.1.89

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/dist/agent.js CHANGED
@@ -276,7 +276,7 @@ import { v7 as uuidv7 } from "uuid";
276
276
  // package.json
277
277
  var package_default = {
278
278
  name: "@posthog/agent",
279
- version: "2.1.85",
279
+ version: "2.1.89",
280
280
  repository: "https://github.com/PostHog/twig",
281
281
  description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
282
282
  exports: {
@@ -336,7 +336,7 @@ var package_default = {
336
336
  author: "PostHog",
337
337
  license: "SEE LICENSE IN LICENSE",
338
338
  scripts: {
339
- build: "tsup",
339
+ build: "rm -rf dist && tsup",
340
340
  dev: "tsup --watch",
341
341
  test: "vitest run",
342
342
  "test:watch": "vitest",