Files
klz-cables.com/.pnpm-store/v10/files/cb/c263c06fad34a75f52c77dc7ca701fc0f271bbc59b5dfe6e00a9c6fea984b4dd0842b7011c2aa34bb960366ec620b2f535ad1958233f3ab57bf282d86aace0
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

32 lines
732 B
Plaintext

{
"name": "@apm-js-collab/tracing-hooks",
"version": "0.3.1",
"description": "CJS and ESM hooks for orchestrion",
"license": "Apache-2.0",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/apm-js-collab/tracing-hooks.git"
},
"main": "index.js",
"scripts": {
"test": "c8 borp 'test/**/*.test.{js,mjs}'",
"test:update-snapshots": "SNAP_UPDATE=1 npm test"
},
"files": [
"index.js",
"hook.mjs",
"lib"
],
"dependencies": {
"@apm-js-collab/code-transformer": "^0.8.0",
"debug": "^4.4.1",
"module-details-from-path": "^1.0.4"
},
"devDependencies": {
"@matteo.collina/snap": "^0.3.0",
"borp": "^0.20.1",
"c8": "^10.1.3"
}
}