humanbehavior-js 0.3.1 → 0.3.2

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/dist/cjs/index.js CHANGED
@@ -5490,7 +5490,7 @@ class HumanBehaviorTracker {
5490
5490
  * Add user identification information to the tracker
5491
5491
  * If userId is not provided, will use userProperties.email as the userId (if present)
5492
5492
  */
5493
- addUserInfo(_a) {
5493
+ identifyUser(_a) {
5494
5494
  return __awaiter$1(this, arguments, void 0, function* ({ userId, userProperties }) {
5495
5495
  yield this.ensureInitialized();
5496
5496
  // Keep the original endUserId (UUID) - don't change it