Skip to content

Commit f5dc643

Browse files
chore(build): Generate latest bundle [skip ci]
1 parent 1e3a6de commit f5dc643

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

dist/Rokt-Kit.common.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ var constructor = function () {
148148
window.Rokt.createLauncher({
149149
accountId: accountId,
150150
sandbox: sandboxMode,
151+
integrationName:
152+
'mParticle_' +
153+
'wsdkv_' +
154+
window.mParticle.getVersion() +
155+
'_kitv_' +
156+
"1.1.0",
151157
})
152158
.then(function (launcher) {
153159
// Assign the launcher to a global variable for later access

dist/Rokt-Kit.iife.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,12 @@ var RoktKit = (function (exports) {
147147
window.Rokt.createLauncher({
148148
accountId: accountId,
149149
sandbox: sandboxMode,
150+
integrationName:
151+
'mParticle_' +
152+
'wsdkv_' +
153+
window.mParticle.getVersion() +
154+
'_kitv_' +
155+
"1.1.0",
150156
})
151157
.then(function (launcher) {
152158
// Assign the launcher to a global variable for later access

0 commit comments

Comments
 (0)