@dudadev/tracking
Advanced tools
Comparing version 1.0.5 to 1.0.6
const commonProps = require('@dudadev/common-props'); | ||
exports.isHubspotEventsInitialized = false; | ||
exports.HS_ID = '4790854'; | ||
exports.HS_ID = commonProps.get('hubspot.events.api.id'); | ||
@@ -6,0 +6,0 @@ exports.sendHubspotEvent = async function(eventName) { |
{ | ||
"name": "@dudadev/tracking", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Module for tracking events", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1848