Skip to content

Commit 68613a1

Browse files
committed
Add online examples
1 parent 527b386 commit 68613a1

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4042
Perfect for handling flaky API calls or network operations:

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -15,10 +15,6 @@
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": {

0 commit comments

Comments
 (0)