File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG 📝
22
3+ ## v0.0.3 (2025-04-05)
4+
5+ - Remove utils exports
6+
37## v0.0.2 (2025-04-04)
48
59- Fix exports
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ yarn add async-plugins # yarn
3535
3636## Usage Examples
3737
38+ Example online: https://stackblitz.com/edit/js-fjsqnhfc?file=index.js
39+
3840### Retry
3941
4042Perfect for handling flaky API calls or network operations:
Original file line number Diff line number Diff line change 11{
22 "name" : " async-plugins" ,
3- "version" : " 0.0.2 " ,
3+ "version" : " 0.0.3 " ,
44 "description" : " A collection of helpful functions for async operations. 🛠" ,
55 "repository" : " suhaotian/async-plugins" ,
66 "bugs" : " https://github.com/suhaotian/async-plugins/issues" ,
1515 "import" : {
1616 "types" : " ./dist/index.d.mts" ,
1717 "default" : " ./dist/index.mjs"
18- },
19- "require" : {
20- "types" : " ./dist/index.d.ts" ,
21- "default" : " ./dist/index.js"
2218 }
2319 },
2420 "./utils" : {
You can’t perform that action at this time.
0 commit comments