From c5d92d8142167c1ddd3beffc8a21a7857f85f312 Mon Sep 17 00:00:00 2001 From: suhaotian Date: Sat, 24 Feb 2024 15:01:57 +1100 Subject: [PATCH] chore: bump to v0.0.6 --- README.md | 2 +- package.json | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 51d7ede..cdea8be 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Features: - 🤙 Support timeout and cancel request - 👊 Unit tests - 💪 100% Write in TypeScript -- [ ] **❗️❗️❗️WIP** 🥷 Plugins support: error retry, cache, repeat requests filter plugins 😎 +- [ ] **❗️❗️❗️WIP** 🥷 Plugins support: error retry, cache, repeat requests filter and easy custom your own plugins 😎 ## Getting Started diff --git a/package.json b/package.json index aba0ec4..e179026 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xior", - "version": "0.0.5", + "version": "0.0.6", "description": "Axios similiar API request library but based on fetch", "repository": "suhaotian/xior", "bugs": "https://github.com/suhaotian/xior/issues", @@ -24,7 +24,8 @@ "prepare": "is-ci || pnpm build && husky" }, "dependencies": { - "ts-deepmerge": "^7.0.0" + "ts-deepmerge": "^7.0.0", + "tiny-lru": "^11.2.5" }, "devDependencies": { "husky": "^9.0.7",