@bobtail.software/b-ssr 1.0.17 → 1.0.18
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/vite-rpc-plugin.js +1 -1
- package/package.json +1 -1
package/dist/vite-rpc-plugin.js
CHANGED
|
@@ -585,7 +585,7 @@ node_modules`),!r)return;let i=(0,Isr.default)({allowRelativePaths:!0}).add(r);r
|
|
|
585
585
|
}
|
|
586
586
|
${pe.join(`
|
|
587
587
|
`)}
|
|
588
|
-
`;a.set(g_.resolve(h),Ae)}catch(v){console.error(`[rpc-generator] Error al procesar ${h}:`,{error:v})}}function c(h){let p=Sor(h),f="";return p.length>0&&(f=`args: { ${p.join("; ")} }`),`export declare const ${h.name}: (${[f,"ssrContext?: { req
|
|
588
|
+
`;a.set(g_.resolve(h),Ae)}catch(v){console.error(`[rpc-generator] Error al procesar ${h}:`,{error:v})}}function c(h){let p=Sor(h),f="";return p.length>0&&(f=`args: { ${p.join("; ")} }`),`export declare const ${h.name}: (${[f,"ssrContext?: { req?: FastifyRequest, reply?: FastifyReply }"].filter(Boolean).join(", ")}) => ${h.returnType};`}function l(h,p){return h.length===0?"":`
|
|
589
589
|
let rpcOptionsMap, renderOptionsMap, loaderApiOptionsMap;
|
|
590
590
|
async function getOptionsMaps() {
|
|
591
591
|
if (rpcOptionsMap && renderOptionsMap) return;
|
package/package.json
CHANGED