emarsys-integration-client
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -12,2 +12,3 @@ 'use strict'; | ||
var UnloadApi = require('./client/unload_api'); | ||
var UpdateHashApi = require('./client/update_hash_api'); | ||
@@ -26,2 +27,3 @@ module.exports = { | ||
dialog: DialogApi.create(transmitter, receiver), | ||
updateHash: UpdateHashApi.create(transmitter), | ||
unload: UnloadApi.create(transmitter) | ||
@@ -38,4 +40,5 @@ }); | ||
Misc: MiscApi, | ||
Unload: UnloadApi | ||
Unload: UnloadApi, | ||
UpdateHash: UpdateHashApi | ||
} | ||
}; |
@@ -53,3 +53,3 @@ { | ||
"homepage": "https://github.com/emartech/emarsys-integration-client-js#readme", | ||
"version": "1.7.0" | ||
"version": "1.8.0" | ||
} |
@@ -122,11 +122,8 @@ # Build status | ||
Resizing the iframe sending the message. | ||
Resizing the iframe. | ||
|dialog.confirm|Rendering a confirm dialog| | ||
|dialog.modal|Rendering a modal dialog| | ||
|dialog.submit|Submitting an open dialog| | ||
|dialog.close|Closing an open dialog| | ||
## track(options: Object) | ||
Sending a track message. | ||
## unload:init(options: Object) | ||
@@ -133,0 +130,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
33011
16
494
142