@async-fusion/data 1.0.3 → 1.0.4

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,11 +10,11 @@ Built with lots of bugs :P and love <3 by Udayan Sharma
10
10
 
11
11
  [Documentation](https://github.com/hollermay/async-fusion-data) •
12
12
  [Report Bug](https://github.com/hollermay/async-fusion-data/issues) •
13
- [Request Feature](https://github.com/hollermay/async-fusion-data/issues)
13
+ [Request Feature](https://github.com/hollermay/async-fusion-data/issues)
14
14
 
15
15
  ---
16
16
 
17
- ## Table of Contents
17
+ ## Index
18
18
 
19
19
  - [Why This Library?](#why-this-library)
20
20
  - [Features](#features)
@@ -47,7 +47,7 @@ Building real-time data pipelines today requires juggling multiple technologies:
47
47
  @async-fusion/data provides a unified API that brings Kafka streaming, Spark processing, and production-grade error handling into a single, easy-to-use library.
48
48
 
49
49
  ```javascript
50
- // One library to rule them all
50
+ // One library use all
51
51
  const { PipelineBuilder, KafkaStream, SparkClient } = require('@async-fusion/data');
52
52
 
53
53
  // Build complex pipelines with simple code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@async-fusion/data",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Unified data streaming library for Kafka and Spark with React hooks",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",