Skip to content

Commit 35dfe06

Browse files
committed
bump up psothog dependencies, unify commands and update readme
1 parent 91d706e commit 35dfe06

File tree

3 files changed

+24
-143
lines changed

3 files changed

+24
-143
lines changed

examples/posthog/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
"dev": "ts-node-dev --respawn --transpile-only src/services.ts",
99
"build": "tsc --build",
1010
"clean": "rm -rf node_modules",
11-
"workflow": "ts-node ./scheduleWorkflow.ts",
11+
"schedule": "ts-node ./scheduleWorkflow.ts",
1212
"restack-up": "node restack_up.mjs"
1313
},
1414
"keywords": [],
1515
"author": "",
1616
"license": "ISC",
1717
"dependencies": {
18-
"@restackio/integrations-linear": "^0.0.3",
19-
"@restackio/integrations-openai": "^0.0.23",
20-
"@restackio/ai": "^0.0.75",
18+
"@restackio/integrations-linear": "^0.0.6",
19+
"@restackio/integrations-openai": "^0.0.29",
20+
"@restackio/ai": "^0.0.80",
2121
"@temporalio/workflow": "1.11.1",
2222
"dotenv": "^16.4.5",
2323
"typescript": "^5.6.2",

examples/posthog/pnpm-lock.yaml

Lines changed: 19 additions & 138 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/posthog/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ pnpm dev
2121

2222
# Schedule digest workflow with
2323

24-
pnpm workflow
24+
pnpm schedule
2525

2626
# deploy
2727

0 commit comments

Comments
 (0)