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

2 lines
317 B
Plaintext

import{throwIfEmpty as e}from"../../utils/throw-if-empty.js";const t=e=>()=>({path:`/versions`,params:e??{},method:`GET`}),n=(t,n)=>()=>(e(String(t),`Key cannot be empty`),{path:`/versions/${t}`,params:n??{},method:`GET`});export{n as readContentVersion,t as readContentVersions};
//# sourceMappingURL=versions.js.map