@mparticle/web-sdk
Advanced tools
Comparing version 2.23.0 to 2.23.1
{ | ||
"name": "@mparticle/web-sdk", | ||
"version": "2.23.0", | ||
"version": "2.23.1", | ||
"description": "mParticle core SDK for web applications", | ||
@@ -85,5 +85,5 @@ "license": "Apache-2.0", | ||
"@mparticle/data-planning-models": "^0.1.0", | ||
"@mparticle/event-models": "^1.1.7", | ||
"@mparticle/event-models": "^1.1.8", | ||
"@rollup/plugin-babel": "6.0.3", | ||
"@rollup/plugin-commonjs": "24.1.0", | ||
"@rollup/plugin-commonjs": "25.0.2", | ||
"@rollup/plugin-json": "^4.1.0", | ||
@@ -90,0 +90,0 @@ "@rollup/plugin-node-resolve": "15.1.0", |
@@ -668,3 +668,4 @@ import Types from './types'; | ||
if (!isEmpty(sideloadedKits.kits)) { | ||
mpInstance._Store.isUsingSideloadedKits = true; | ||
const kitKeys = Object.keys(sideloadedKits.kits); | ||
mpInstance._Store.sideloadedKitsCount = kitKeys.length; | ||
} | ||
@@ -671,0 +672,0 @@ } |
@@ -75,4 +75,3 @@ import { | ||
package: lastEvent.Package, | ||
is_using_sideloaded_kits: | ||
mpInstance._Store.isUsingSideloadedKits || undefined, | ||
sideloaded_kits_count: mpInstance._Store.sideloadedKitsCount, | ||
}, | ||
@@ -79,0 +78,0 @@ |
@@ -142,3 +142,3 @@ import { Batch } from '@mparticle/event-models'; | ||
isLoggedIn: boolean; | ||
isUsingSideloadedKits?: boolean; | ||
sideloadedKitsCount?: number; | ||
cookieSyncDates: Dictionary<number>; | ||
@@ -145,0 +145,0 @@ integrationAttributes: IntegrationAttributes; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
1484208
26306