onedollarstats 0.0.20 → 0.0.21

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -119,7 +119,7 @@ event("Purchase", "/product", { amount: 1, color: "green" });
119
119
  - `pathOrProps` – Optional, **string** represents the path, **object** represents custom properties.
120
120
  - `props` – Optional, properties if the second argument is a path string.
121
121
 
122
- ## Expo / React Native
122
+ ## Expo
123
123
 
124
124
  `onedollarstats/expo` is a dedicated entry point for Expo apps using `expo-router`. It auto-collects pageviews on route change and on app foreground, supports dynamic-route templates (`/profile/[id]` instead of `/profile/abc123`), and sends events natively on iOS/Android and via image beacon + `sendBeacon` on web.
125
125
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onedollarstats",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "A lightweight, zero-dependency analytics tracker for frontend apps",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",