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

9 lines
216 B
Plaintext

/** JSDoc */
export interface Package {
name: string;
version: string;
dependencies?: Record<string, string>;
devDependencies?: Record<string, string>;
}
//# sourceMappingURL=package.d.ts.map