@posthog/agent 2.3.519 → 2.3.520
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/LICENSE +21 -33
- package/dist/agent.js +2 -2
- package/dist/agent.js.map +1 -1
- package/dist/posthog-api.js +2 -2
- package/dist/posthog-api.js.map +1 -1
- package/dist/server/agent-server.js +2 -2
- package/dist/server/agent-server.js.map +1 -1
- package/dist/server/bin.cjs +2 -2
- package/dist/server/bin.cjs.map +1 -1
- package/package.json +4 -4
package/dist/server/bin.cjs
CHANGED
|
@@ -8755,7 +8755,7 @@ var import_zod3 = require("zod");
|
|
|
8755
8755
|
// package.json
|
|
8756
8756
|
var package_default = {
|
|
8757
8757
|
name: "@posthog/agent",
|
|
8758
|
-
version: "2.3.
|
|
8758
|
+
version: "2.3.520",
|
|
8759
8759
|
repository: "https://github.com/PostHog/code",
|
|
8760
8760
|
description: "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
|
|
8761
8761
|
exports: {
|
|
@@ -8845,7 +8845,7 @@ var package_default = {
|
|
|
8845
8845
|
"typescript"
|
|
8846
8846
|
],
|
|
8847
8847
|
author: "PostHog",
|
|
8848
|
-
license: "
|
|
8848
|
+
license: "MIT",
|
|
8849
8849
|
scripts: {
|
|
8850
8850
|
build: "node ../../scripts/rimraf.mjs dist && tsup",
|
|
8851
8851
|
dev: "tsup --watch",
|