Release to npm (#226)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-04-14 12:07:54 +02:00 committed by GitHub
parent 5a68bec557
commit a7cad6a3ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 18 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Support comma-delimited x-forwarded-proto

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Fix serialization of the nested values in the UpstashAPL.

View file

@ -1,7 +0,0 @@
---
"@saleor/app-sdk": patch
---
processProtectedHandler no longer requires a full NextApiRequest object as an argument. Now only the `headers` property is required to satisfy the type safety.
Thanks to that, some requests like HTML <form> with tokens in BODY can be validated. Till now only fetch/ajax calls could have been validated

View file

@ -1,5 +1,15 @@
# @saleor/app-sdk # @saleor/app-sdk
## 0.37.3
### Patch Changes
- 5057d34: Support comma-delimited x-forwarded-proto
- 5a68bec: Fix serialization of the nested values in the UpstashAPL.
- ab24968: processProtectedHandler no longer requires a full NextApiRequest object as an argument. Now only the `headers` property is required to satisfy the type safety.
Thanks to that, some requests like HTML <form> with tokens in BODY can be validated. Till now only fetch/ajax calls could have been validated
## 0.37.2 ## 0.37.2
### Patch Changes ### Patch Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@saleor/app-sdk", "name": "@saleor/app-sdk",
"version": "0.37.2", "version": "0.37.3",
"description": "SDK for building great Saleor Apps", "description": "SDK for building great Saleor Apps",
"types": "index.d.ts", "types": "index.d.ts",
"main": "index.js", "main": "index.js",