silgi 0.11.0 → 0.11.1
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/_chunks/index.mjs +1 -1
- package/dist/core/index.mjs +1 -1
- package/dist/meta/index.d.mts +1 -1
- package/dist/meta/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/_chunks/index.mjs
CHANGED
package/dist/core/index.mjs
CHANGED
|
@@ -592,7 +592,7 @@ async function execute(uriString, input, event, source) {
|
|
|
592
592
|
const parameters = defu$1(operation.routerParams, operation.query) || {};
|
|
593
593
|
silgiCtx.shared.silgi = (_event) => silgi(_event || event);
|
|
594
594
|
result = await handler?.handler(
|
|
595
|
-
defu$1({ parameters }
|
|
595
|
+
defu$1(input, { parameters }),
|
|
596
596
|
silgiCtx.shared,
|
|
597
597
|
event,
|
|
598
598
|
source
|
package/dist/meta/index.d.mts
CHANGED
package/dist/meta/index.d.ts
CHANGED