@ahoo-wang/fetcher-eventstream 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -5,7 +5,6 @@
5
5
  [![codecov](https://codecov.io/gh/Ahoo-Wang/Fetcher/graph/badge.svg?token=CUPgk8DmH5)](https://codecov.io/gh/Ahoo-Wang/Fetcher)
6
6
  [![License](https://img.shields.io/npm/l/@ahoo-wang/fetcher-eventstream.svg)](https://github.com/Ahoo-Wang/fetcher/blob/main/LICENSE)
7
7
  [![npm downloads](https://img.shields.io/npm/dm/@ahoo-wang/fetcher-eventstream.svg)](https://www.npmjs.com/package/@ahoo-wang/fetcher-eventstream)
8
- [![Bundle Size](https://img.shields.io/bundlephobia/minzip/@ahoo-wang/fetcher-eventstream.svg)](https://bundlephobia.com/package/@ahoo-wang/fetcher-eventstream)
9
8
 
10
9
  Support for text/event-stream in Fetcher, enabling Server-Sent Events (SSE) functionality.
11
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher-eventstream",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "Support for text/event-stream in Fetcher",
5
5
  "keywords": [
6
6
  "fetch",
@@ -25,6 +25,9 @@
25
25
  "files": [
26
26
  "dist"
27
27
  ],
28
+ "dependencies": {
29
+ "@ahoo-wang/fetcher": "0.0.5"
30
+ },
28
31
  "devDependencies": {
29
32
  "@vitest/coverage-v8": "^3.2.4",
30
33
  "eslint": "^9.33.0",