From 0b5842c6eb69ff1d3e70c9862433cce921f55b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Djk=C3=A1=C5=A5o?= Date: Mon, 11 Mar 2024 17:48:54 +0100 Subject: [PATCH] update --- sdk/Cargo.toml | 2 +- sdk/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index 7e3be44..964e816 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "saleor-app-sdk" authors = ["Djkáťo "] -version = "0.1.1" +version = "0.1.2" edition = "2021" description = "Unofficial Saleor App SDK like library, made to for Rust." keywords = ["saleor", "sdk", "plugin"] diff --git a/sdk/README.md b/sdk/README.md index 8bff161..a4df4f6 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -6,10 +6,10 @@ This repo is very likely to introduce breaking changes as it's very early in dev Current Coverage: ~10% -- [x] Base Types (Manifest, Webhooks, SaleorApp etc.) +- [x] Base Types (Manifest, Webhooks, SaleorApp, Auth etc.) - [x] APLs (Only redis currently implemented) +- [x] Webhook utilities (Axum middleware for payload signature verification) - [ ] JWT Management -- [ ] Webhook utilities - [ ] Settings Manager - [ ] App Bridge - [ ] Handlers