humanbehavior-js 0.3.5 → 0.3.6
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 +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/react/index.js +3 -3
- package/dist/cjs/react/index.js.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/react/index.js +3 -3
- package/dist/esm/react/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/dist/types/index.d.ts +1 -2
- package/dist/types/react/index.d.ts +1 -2
- package/package.json +1 -1
- package/src/react/index.tsx +8 -9
- package/src/tracker.ts +1 -1
package/dist/cjs/index.js
CHANGED
|
@@ -5529,7 +5529,7 @@ class HumanBehaviorTracker {
|
|
|
5529
5529
|
* If userId is not provided, will use userProperties.email as the userId (if present)
|
|
5530
5530
|
*/
|
|
5531
5531
|
identifyUser(_a) {
|
|
5532
|
-
return __awaiter$1(this, arguments, void 0, function* ({
|
|
5532
|
+
return __awaiter$1(this, arguments, void 0, function* ({ userProperties }) {
|
|
5533
5533
|
yield this.ensureInitialized();
|
|
5534
5534
|
// Keep the original endUserId (UUID) - don't change it
|
|
5535
5535
|
const originalEndUserId = this.endUserId;
|