Files
klz-cables.com/.pnpm-store/v10/files/e6/ba2913e92520a6a51e5707e40bd8c332283cb2be51b8bb869b5f9742f56c5e5066f6c2ab87f1ee4cfdac0540317c870252af01b3b40403e52d5bf5a816e3f2
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

12 lines
386 B
Plaintext

Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
const detection = require('./detection.js');
const createMissingInstrumentationContext = (pkg) => ({
package: pkg,
'javascript.is_cjs': detection.isCjs(),
});
exports.createMissingInstrumentationContext = createMissingInstrumentationContext;
//# sourceMappingURL=createMissingInstrumentationContext.js.map