Skip to content

Commit db6dd74

Browse files
chore(deps): bump @decocms/apps to ^5.0.0
5.0.0 renames the outbound commerce histogram from `commerce_request_duration_ms` to the canonical OTel SemConv name `http.client.request.duration`. Labels also change: `status_code` (e.g. "200") → `status_class` ("2xx"), and `cached` is now a boolean. No code changes are needed — the wiring is unchanged. The framework side (`@decocms/start@6.6.1`) was already shipping canonical metric names; this bump aligns the outbound-fetch samples that were still being emitted under the legacy name from `@decocms/apps`. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 06023ae commit db6dd74

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

bun.lock

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

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"author": "deco.cx",
3030
"license": "MIT",
3131
"dependencies": {
32-
"@decocms/apps": "^4.1.0",
32+
"@decocms/apps": "^5.0.0",
3333
"@decocms/start": "6.6.1",
3434
"@tanstack/react-query": "5.90.21",
3535
"@tanstack/react-router": "1.166.7",

0 commit comments

Comments
 (0)