rozmova-analytics 1.1.38 → 1.1.39

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -94,6 +94,7 @@ Tracks an event across the specified analytics providers.
94
94
  - `customerIO?: boolean` - Customer.io (default: true)
95
95
 
96
96
  **Example:**
97
+
97
98
  ```javascript
98
99
  // Track to all services
99
100
  Analytics.trackEvent("purchase", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rozmova-analytics",
3
- "version": "1.1.38",
3
+ "version": "1.1.39",
4
4
  "description": "A collection of JavaScript functions for Rozmova analytics",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",