openclaw/scripts/cloudflare/package.json
Peter Steinberger 60dcc53827
chore(deps): refresh seven-day-cooled runtimes and tooling (#131719)
* chore(deps): refresh cooled runtimes and tooling

Refresh selections published strictly before 2026-08-21T02:01:28Z while preserving inherited dependency identities and existing policy.

* fix(build): keep meeting CLI metadata dependency-light

Keep Teams and Zoom metadata discovery out of the meeting runtime graph, preserve CLI descriptors and output modes, and remove the unused factory that has not shipped in a stable release. Import-boundary regressions fail before the repair; all 21 focused tests and normal metadata generation pass without changing render deadlines or concurrency.

Defer the OpenShell dependency bump until its separately owned host-gateway fixture repair is available. Retain the existing version and installer reference; do not ship a policy or test workaround.

* test(cli): type-check meeting metadata registrations

* test(plugins): sync CLI metadata snapshot mocks

Cover the config-wide snapshot and projection exports used by the current main runtime load context. The original fixture failed 19 of 25 tests after the progressive cache update (#131442); all 25 now pass on both main and this candidate without changing production behavior or assertions.
2026-08-28 06:38:50 -07:00

16 lines
326 B
JSON

{
"name": "openclaw-cloudflare-template",
"private": true,
"type": "module",
"scripts": {
"check": "tsc --noEmit -p tsconfig.json",
"deploy": "wrangler deploy"
},
"dependencies": {
"@cloudflare/containers": "0.3.7"
},
"devDependencies": {
"typescript": "6.0.3",
"wrangler": "4.125.0"
}
}