@tracelog/lib 2.7.1-rc.96.6 → 2.7.1-rc.96.7
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.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Lightweight web analytics library for tracking user behavior. Works standalone o
|
|
|
9
9
|
- **Privacy-first** - PII sanitization, client-side sampling, `data-tlog-ignore` attribute
|
|
10
10
|
- **Cross-tab sessions** - BroadcastChannel sync with localStorage recovery
|
|
11
11
|
- **Event-driven** - Subscribe via `on()`/`off()` for real-time events
|
|
12
|
-
- **Lightweight** - Single dependency (`web-vitals`),
|
|
12
|
+
- **Lightweight** - Single dependency (`web-vitals`), ~62KB gzipped
|
|
13
13
|
|
|
14
14
|
## Live Demo
|
|
15
15
|
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@tracelog/lib",
|
|
3
3
|
"description": "JavaScript library for web analytics and real-time event tracking",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "2.7.1-rc.96.
|
|
5
|
+
"version": "2.7.1-rc.96.7",
|
|
6
6
|
"main": "./dist/public-api.cjs",
|
|
7
7
|
"module": "./dist/public-api.js",
|
|
8
8
|
"types": "./dist/public-api.d.ts",
|