rozmova-analytics 1.1.50 → 1.1.52
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 +2 -2
- package/dist/index.cjs +73 -27910
- package/dist/index.d.cts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +57 -27902
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ Analytics.setUser("user-id-123", {
|
|
|
35
35
|
name: "John Doe",
|
|
36
36
|
numberOfSessions: 5,
|
|
37
37
|
locale: "en",
|
|
38
|
-
phone: "+
|
|
38
|
+
phone: "+380991112233",
|
|
39
39
|
isB2B: false
|
|
40
40
|
});
|
|
41
41
|
|
|
@@ -492,4 +492,4 @@ Contributions are welcome! Please fork the repository and create a pull request
|
|
|
492
492
|
|
|
493
493
|
## License
|
|
494
494
|
|
|
495
|
-
This project is licensed under the MIT License.
|
|
495
|
+
This project is licensed under the MIT License.
|