Files
triggerdotdev--trigger.dev/internal-packages/cache/package.json
T
Eric Allam 14dcc76f93 feat: run.ctx tidying and additions (#2322)
* Cleanup context and execution creation, cache stuff, add parent and root task run ids

* more efficient by using friendly IDs instead of doing joins

* metadata.root/parent now reference current run when run has no root/parent

* Adding changeset

* try to make test less flaky

* Clean imports

* Another attempt to fix the flaky test

* Fix usage by still passing durationMs and costInCents to the execution, just not the run.ctx
2025-07-30 13:47:12 +01:00

18 lines
390 B
JSON

{
"name": "@internal/cache",
"private": true,
"version": "0.0.1",
"main": "./src/index.ts",
"types": "./src/index.ts",
"type": "module",
"dependencies": {
"@unkey/cache": "^1.5.0",
"@unkey/error": "^0.2.0",
"@trigger.dev/core": "workspace:*",
"@internal/redis": "workspace:*",
"superjson": "^2.2.1"
},
"scripts": {
"typecheck": "tsc --noEmit"
}
}