1.1 KiB
1.1 KiB
@saleor/app-sdk
0.34.1
Patch Changes
75eff60
: Exported SyncWebhookResponsesMap so it can be imported by app
0.34.0
Minor Changes
-
9420209
: Add SaleorSyncWebhook classNow app-sdk support both
new SaleorAsyncWebhook()
andnew SaleorSyncWebhook()
.Changes:
Constructor field
subscriptionQueryAst?: ASTNode
inSaleorAsyncWebhook
has been deprecated.Use
query
field instead (query: ASTNode | string
)Constructor field
asyncEvent
has been deprecated. Useevent
instead
0.33.0
Minor Changes
a939281
: Register handler hooks will now respond with errors parsable by the dashboard. "Body" in error was removed, so client code can provide message and status.
Patch Changes
5a93a16
: Fix typo in UpstashAPL docs