emarsys-integration-client
Advanced tools
Comparing version 1.6.2 to 1.7.0
@@ -53,2 +53,7 @@ 'use strict'; | ||
}, { | ||
key: 'track', | ||
value: function track(options) { | ||
this.transmitter.messageToEmarsys('track', options); | ||
} | ||
}, { | ||
key: 'refresh', | ||
@@ -78,3 +83,3 @@ value: function refresh() { | ||
return api.exposeMethods(['enableButton', 'fit', 'navigate', 'refresh', 'resize']); | ||
return api.exposeMethods(['enableButton', 'fit', 'navigate', 'refresh', 'resize', 'track']); | ||
} | ||
@@ -81,0 +86,0 @@ }]); |
@@ -23,3 +23,3 @@ { | ||
"dependencies": { | ||
"lodash": "4.11.1", | ||
"lodash": "4.12.0", | ||
"q": "1.4.1" | ||
@@ -32,7 +32,7 @@ }, | ||
"devDependencies": { | ||
"babel-cli": "6.7.7", | ||
"babel-cli": "6.8.0", | ||
"babel-preset-es2015": "6.6.0", | ||
"babel-register": "6.7.2", | ||
"babel-register": "6.8.0", | ||
"chai": "3.5.0", | ||
"eslint": "2.8.0", | ||
"eslint": "2.9.0", | ||
"eslint-config-emarsys": "4.0.0", | ||
@@ -43,3 +43,3 @@ "jquery": "2.2.3", | ||
"semantic-release": "4.3.5", | ||
"sinon": "1.17.3", | ||
"sinon": "1.17.4", | ||
"sinon-chai": "2.8.0", | ||
@@ -56,3 +56,3 @@ "validate-commit-message": "3.0.1" | ||
"homepage": "https://github.com/emartech/emarsys-integration-client-js#readme", | ||
"version": "1.6.2" | ||
"version": "1.7.0" | ||
} |
@@ -129,2 +129,4 @@ # Build status | ||
## track(options: Object) | ||
## unload:init(options: Object) | ||
@@ -131,0 +133,0 @@ |
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
30852
463
145
+ Addedlodash@4.12.0(transitive)
- Removedlodash@4.11.1(transitive)
Updatedlodash@4.12.0