@blocklet/pages-kit 0.6.100 → 0.6.101
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.
|
@@ -650,7 +650,7 @@ export async function call(input: CallInput) {
|
|
|
650
650
|
method: input.method,
|
|
651
651
|
headers: {
|
|
652
652
|
...input.headers,
|
|
653
|
-
'x-component-sig': sign(input.body ?? {}),
|
|
653
|
+
'x-component-sig': await sign(input.body ?? {}),
|
|
654
654
|
'x-component-did': process.env.BLOCKLET_COMPONENT_DID!,
|
|
655
655
|
'Content-Type': 'application/json',
|
|
656
656
|
},
|