@segment/analytics.js-integration-fullstory
Advanced tools
Comparing version 2.1.2 to 2.1.4
@@ -0,1 +1,15 @@ | ||
2.1.4 / 2018-05-01 | ||
================== | ||
* Bump version in package.json to 2.1.4 | ||
2.1.3 / 2018-05-01 | ||
================== | ||
* Remove redundant addition of fs.js | ||
* Update recording snippet | ||
* Bump a.js-int-tester version to ^3.1.0 (#7) | ||
* Pin karma, karma-mocha dev dependencies | ||
2.1.2 / 2017-01-24 | ||
@@ -2,0 +16,0 @@ ================== |
@@ -35,8 +35,9 @@ 'use strict'; | ||
(function(m,n,e,t,l,o,g,y){ | ||
if (e in m) {if(m.console && m.console.log) { m.console.log('FullStory namespace conflict. Please set window["_fs_namespace"].');} return;} | ||
g=m[e]=function(a,b){g.q?g.q.push([a,b]):g._api(a,b);};g.q=[]; | ||
g.identify=function(i,v){g(l,{uid:i});if(v)g(l,v)};g.setUserVars=function(v){g(l,v)}; | ||
y="rec";g.shutdown=function(i,v){g(y,!1)};g.restart=function(i,v){g(y,!0)}; | ||
y="consent";g[y]=function(a){g(y,!arguments.length||a)}; | ||
g.identifyAccount=function(i,v){o='account';v=v||{};v.acctId=i;g(o,v)}; | ||
g.clearUserCookie=function(c,d,i){if(!c || document.cookie.match('fs_uid=[`;`]*`[`;`]*`[`;`]*`')){ | ||
d=n.domain;while(1){n.cookie='fs_uid=;domain='+d+ | ||
';path=/;expires='+new Date(0).toUTCString();i=d.indexOf('.');if(i<0)break;d=d.slice(i+1)}}}; | ||
g.clearUserCookie=function(){}; | ||
})(window,document,window['_fs_namespace'],'script','user'); | ||
@@ -43,0 +44,0 @@ /* eslint-enable */ |
{ | ||
"name": "@segment/analytics.js-integration-fullstory", | ||
"description": "The Fullstory analytics.js integration.", | ||
"version": "2.1.2", | ||
"version": "2.1.4", | ||
"keywords": [ | ||
@@ -33,3 +33,3 @@ "analytics.js", | ||
"@segment/analytics.js-core": "^3.0.0", | ||
"@segment/analytics.js-integration-tester": "^2.0.0", | ||
"@segment/analytics.js-integration-tester": "^3.1.0", | ||
"@segment/clear-env": "^2.0.0", | ||
@@ -43,3 +43,3 @@ "@segment/eslint-config": "^3.1.1", | ||
"istanbul": "^0.4.3", | ||
"karma": "^1.1.0", | ||
"karma": "1.3.0", | ||
"karma-browserify": "^5.0.4", | ||
@@ -49,3 +49,3 @@ "karma-chrome-launcher": "^1.0.1", | ||
"karma-junit-reporter": "^1.0.0", | ||
"karma-mocha": "^1.0.1", | ||
"karma-mocha": "1.0.1", | ||
"karma-phantomjs-launcher": "^1.0.0", | ||
@@ -52,0 +52,0 @@ "karma-sauce-launcher": "^1.0.0", |
22853
366