balena-universal-gosquared
Advanced tools
Comparing version 1.0.0-1-x-d91b41484e3a245d6a0145fd4c74b6bcb3867578 to 1.0.0-1-x-e3dc9a5b9e659663afa1deab04c87c5d1637f866
"use strict"; | ||
require('./gs-loader'); | ||
const TRACKER_NAME = 'balenaAnalytics'; | ||
const TRACKER_NAME = 'resinAnalytics'; | ||
module.exports = function (gosquaredId, _apiKey, debug) { | ||
@@ -5,0 +5,0 @@ let loggedIn = false; |
@@ -10,2 +10,3 @@ # Change Log | ||
* Add .versionbot/CHANGELOG.yml for nested changelogs [Pagan Gazzard] | ||
* Switch to native promises [Pagan Gazzard] | ||
@@ -12,0 +13,0 @@ * Add linting [Pagan Gazzard] |
{ | ||
"name": "balena-universal-gosquared", | ||
"version": "1.0.0-1-x-d91b41484e3a245d6a0145fd4c74b6bcb3867578", | ||
"version": "1.0.0-1-x-e3dc9a5b9e659663afa1deab04c87c5d1637f866", | ||
"description": "A CommonJS wrapper for both Node.js and browser (async) version of goSquared Analytics library", | ||
@@ -5,0 +5,0 @@ "main": "build/node.js", |
require('./gs-loader'); | ||
const TRACKER_NAME = 'balenaAnalytics'; | ||
const TRACKER_NAME = 'resinAnalytics'; | ||
@@ -5,0 +5,0 @@ module.exports = function (gosquaredId, _apiKey, debug) { |
9047
11