analytics-client
Advanced tools
Comparing version 0.6.0 to 0.6.1-pin-mixpanel-version-dd4bc01b91b6ac125a46dd942a1190b6f7f1ba96
@@ -7,2 +7,7 @@ # Change Log | ||
# v0.6.1 | ||
## (2020-05-18) | ||
* fix: pin mixpanel-browser version [JSReds] | ||
# v0.6.0 | ||
@@ -9,0 +14,0 @@ ## (2020-05-07) |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var url_params_1 = require("./src/url-params"); | ||
exports.AnalyticsUrlParams = url_params_1.AnalyticsUrlParams; | ||
Object.defineProperty(exports, "AnalyticsUrlParams", { enumerable: true, get: function () { return url_params_1.AnalyticsUrlParams; } }); | ||
var client_1 = require("./src/client"); | ||
exports.createClient = client_1.createClient; | ||
Object.defineProperty(exports, "createClient", { enumerable: true, get: function () { return client_1.createClient; } }); | ||
var experiment_1 = require("./src/experiment"); | ||
exports.LocalExperiment = experiment_1.LocalExperiment; | ||
Object.defineProperty(exports, "LocalExperiment", { enumerable: true, get: function () { return experiment_1.LocalExperiment; } }); | ||
var web_1 = require("./src/web"); | ||
exports.createWebTracker = web_1.createWebTracker; | ||
Object.defineProperty(exports, "createWebTracker", { enumerable: true, get: function () { return web_1.createWebTracker; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "analytics-client", | ||
"version": "0.6.0", | ||
"version": "0.6.1-pin-mixpanel-version-dd4bc01b91b6ac125a46dd942a1190b6f7f1ba96", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -29,7 +29,7 @@ "repository": { | ||
"@types/lodash": "^4.14.142", | ||
"@types/mixpanel-browser": "^2.23.1", | ||
"@types/mixpanel-browser": "2.35.1", | ||
"husky": "^3.0.9", | ||
"jest": "^24.9.0", | ||
"lint-staged": "^9.4.2", | ||
"mixpanel-browser": "^2.29.1", | ||
"mixpanel-browser": "2.29.1", | ||
"ts-jest": "^24.1.0", | ||
@@ -36,0 +36,0 @@ "ts-loader": "^6.2.0", |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createClient = void 0; | ||
var amplitude = require("amplitude-js"); | ||
@@ -4,0 +5,0 @@ var Cookies = require("js-cookie"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.USER_PROP_ANALYTICS_CLIENT_VERSION = exports.USER_PROP_COMPONENT_NAME = exports.COOKIES_TTL_DAYS = exports.COOKIES_DEVICE_IDS = exports.URL_PARAM_DEVICE_ID = void 0; | ||
exports.URL_PARAM_DEVICE_ID = 'd_id'; | ||
@@ -4,0 +5,0 @@ exports.COOKIES_DEVICE_IDS = '__analytics_dids'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LocalExperiment = void 0; | ||
var amplitude_js_1 = require("amplitude-js"); | ||
@@ -4,0 +5,0 @@ var LOCAL_STORAGE_EXPERIMENTS_PREFIX = '__analytics_experiments_'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AnalyticsUrlParams = void 0; | ||
var Cookies = require("js-cookie"); | ||
@@ -4,0 +5,0 @@ var config_1 = require("./config"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createWebTracker = void 0; | ||
function createWebTracker(client, prefix) { | ||
@@ -4,0 +5,0 @@ return { |
{ | ||
"name": "analytics-client", | ||
"version": "0.6.0", | ||
"version": "0.6.1-pin-mixpanel-version-dd4bc01b91b6ac125a46dd942a1190b6f7f1ba96", | ||
"description": "Convenient builders to compose analytics tools", | ||
@@ -29,7 +29,7 @@ "repository": { | ||
"@types/lodash": "^4.14.142", | ||
"@types/mixpanel-browser": "^2.23.1", | ||
"@types/mixpanel-browser": "2.35.1", | ||
"husky": "^3.0.9", | ||
"jest": "^24.9.0", | ||
"lint-staged": "^9.4.2", | ||
"mixpanel-browser": "^2.29.1", | ||
"mixpanel-browser": "2.29.1", | ||
"ts-jest": "^24.1.0", | ||
@@ -36,0 +36,0 @@ "ts-loader": "^6.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1642
254269