Skip to content

Commit

Permalink
chore: bump to v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Feb 24, 2024
1 parent 5fba043 commit c5d92d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c5d92d8

Please sign in to comment.