Release to npm (#203)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-03-07 11:42:19 +01:00 committed by GitHub
parent f5643fba6b
commit 92ecc327a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 16 deletions

View file

@ -1,15 +0,0 @@
---
"@saleor/app-sdk": minor
---
Add SaleorSyncWebhook class
Now app-sdk support both `new SaleorAsyncWebhook()` and `new SaleorSyncWebhook()`.
Changes:
Constructor field `subscriptionQueryAst?: ASTNode` in `SaleorAsyncWebhook` has been deprecated.
Use `query` field instead (`query: ASTNode | string`)
Constructor field `asyncEvent` has been deprecated. Use `event` instead

View file

@ -1,5 +1,21 @@
# @saleor/app-sdk # @saleor/app-sdk
## 0.34.0
### Minor Changes
- 9420209: Add SaleorSyncWebhook class
Now app-sdk support both `new SaleorAsyncWebhook()` and `new SaleorSyncWebhook()`.
Changes:
Constructor field `subscriptionQueryAst?: ASTNode` in `SaleorAsyncWebhook` has been deprecated.
Use `query` field instead (`query: ASTNode | string`)
Constructor field `asyncEvent` has been deprecated. Use `event` instead
## 0.33.0 ## 0.33.0
### Minor Changes ### Minor Changes

View file

@ -1,6 +1,6 @@
{ {
"name": "@saleor/app-sdk", "name": "@saleor/app-sdk",
"version": "0.33.0", "version": "0.34.0",
"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",