@taplytics/nuxtjs
Advanced tools
Comparing version 0.0.0-rc.3 to 0.0.0-rc.4
@@ -243,2 +243,4 @@ import Vue from "vue"; | ||
}, | ||
track: (eventName, value, attributes) => | ||
post("track", { eventName, value, attributes }), | ||
modifyDom: () => { | ||
@@ -245,0 +247,0 @@ if (!process.server) { |
{ | ||
"name": "@taplytics/nuxtjs", | ||
"version": "0.0.0-rc.3", | ||
"version": "0.0.0-rc.4", | ||
"description": "Simple Nuxt.js integration with Taplytics Experimentation SDK", | ||
@@ -5,0 +5,0 @@ "main": "lib/module.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18226
338