Release to npm (#236)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-05-15 11:44:52 +02:00 committed by GitHub
parent c777275a64
commit 4e3bddabdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 14 additions and 26 deletions

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Registed Handler now prints saleorApiUrl in error response, so its available in dashboard toast

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": minor
---
Added JWT token expire date validation (claims.exp field). If token is expired, error will be thrown and verification will be aborted

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Wrapped useAuthenticatedFetch with useMemo to avoid re-renders

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Fixed SaleorCloudAPL "getAll" method that was not mapping response from remote with AuthData interface

View file

@ -1,5 +0,0 @@
---
"@saleor/app-sdk": patch
---
Added additional debug log if saleorApiUrl doesnt exist in register handler

View file

@ -1,5 +1,18 @@
# @saleor/app-sdk
## 0.38.0
### Minor Changes
- da351fa: Added JWT token expire date validation (claims.exp field). If token is expired, error will be thrown and verification will be aborted
### Patch Changes
- 62e4c39: Registed Handler now prints saleorApiUrl in error response, so its available in dashboard toast
- 62e4c39: Wrapped useAuthenticatedFetch with useMemo to avoid re-renders
- c777275: Fixed SaleorCloudAPL "getAll" method that was not mapping response from remote with AuthData interface
- c777275: Added additional debug log if saleorApiUrl doesnt exist in register handler
## 0.37.4
### Patch Changes

View file

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