dishub-analytics.sdk 1.1.0 → 1.1.1

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 +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,8 @@ The official tracking SDK for Dishub Analytics. Lightweight, TypeScript-first, a
4
4
 
5
5
  ## 🚀 Features
6
6
 
7
+ - **Collector SDK**: Lightweight tracking engine.
8
+ - **Visualization Dashboard**: Standalone React component package (`dishub-analytics.dashboard`).
7
9
  - **Real-time Tracking**: Sub-second event reporting.
8
10
  - **Proactive Disconnect**: Automatic session cleanup using `keepalive` beacons.
9
11
  - **Smart Heartbeats**: Monitors tab visibility to ensure accuracy.
@@ -77,6 +79,12 @@ function CheckoutButton() {
77
79
  }
78
80
  ```
79
81
 
82
+ ---
83
+
84
+ ## 📖 Documentation
85
+
86
+ For a complete walkthrough on integrating the SDK with Next.js (App Router), custom identifying users, and advanced event tracking, see our **[Complete Integration Guide](./INTEGRATION_GUIDE.md)**.
87
+
80
88
  ## 📄 License
81
89
 
82
90
  MIT © [Dishub](https://dishub.city)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dishub-analytics.sdk",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "Analytics tracking SDK for Infrabricks Analytics",
6
6
  "main": "dist/index.js",