@mparticle/web-sdk
Advanced tools
Comparing version 2.23.8 to 2.23.9
{ | ||
"name": "@mparticle/web-sdk", | ||
"version": "2.23.8", | ||
"version": "2.23.9", | ||
"description": "mParticle core SDK for web applications", | ||
@@ -25,2 +25,3 @@ "license": "Apache-2.0", | ||
"build": "cross-env ENVIRONMENT=prod BUILDALL=true rollup --config rollup.config.js", | ||
"build:cbt": "rollup --config test/cross-browser-testing/rollup.CBT.config.js", | ||
"build:dev": "cross-env ENVIRONMENT=dev BUILD=iife rollup --config rollup.config.js", | ||
@@ -32,2 +33,3 @@ "build:iife": "cross-env ENVIRONMENT=prod BUILD=iife rollup --config rollup.config.js", | ||
"build:snippet": "uglifyjs snippet.js -m -o snippet.min.js", | ||
"build:tests": "cross-env ENVIRONMENT=prod TESTTYPE=main rollup --config rollup.test.config.js", | ||
"build:test-bundle": "cross-env TESTTYPE=main ENVIRONMENT=prod rollup --config rollup.test.config.js", | ||
@@ -42,2 +44,4 @@ "build:browserify:cjs": "browserify test/integrations/cjs/browserify/index.js -o test/integrations/cjs/dist/browserify-output.js", | ||
"test": "npm run build && npm run build:test-bundle && cross-env DEBUG=false karma start test/karma.config.js", | ||
"test:browserstack": "karma start test/cross-browser-testing/browserstack.karma.config.js", | ||
"test:browserstack:debug": "cross-env DEBUG=true karma start test/cross-browser-testing/browserstack.karma.config.js", | ||
"test:debug": "cross-env DEBUG=true karma start test/karma.config.js", | ||
@@ -108,2 +112,3 @@ "test:stub": "cross-env TESTTYPE=stub ENVIRONMENT=prod rollup --config rollup.test.config.js && karma start test/stub/karma.stub.config.js", | ||
"chai": "^4.2.0", | ||
"core-js": "^3.33.0", | ||
"cross-env": "^7.0.3", | ||
@@ -118,2 +123,3 @@ "eslint": "^8.36.0", | ||
"karma": "^6.3.2", | ||
"karma-browserstack-launcher": "^1.6.0", | ||
"karma-chai": "^0.1.0", | ||
@@ -143,4 +149,4 @@ "karma-chrome-launcher": "^3.1.0", | ||
"dependencies": { | ||
"@babel/runtime": "^7.6.0" | ||
"@babel/runtime": "^7.23.2" | ||
} | ||
} |
@@ -151,1 +151,4 @@ <img src="https://static.mparticle.com/sdk/mp_logo_black.svg" width="280"><br> | ||
The mParticle Web SDK is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). See the LICENSE file for more info. | ||
--- | ||
This project is tested with BrowserStack |
@@ -155,2 +155,4 @@ import * as EventsApi from '@mparticle/event-models'; | ||
_preInit: any; // TODO: Set up API | ||
_instances?: Dictionary<MParticleWebSDK>; | ||
_isTestEnv?: boolean; | ||
_resetForTests( | ||
@@ -206,3 +208,3 @@ MPConfig?: SDKInitConfig, | ||
aliasMaxWindow: number; | ||
aliasMaxWindow?: number; | ||
deviceId?: string; | ||
@@ -213,5 +215,5 @@ forceHttps?: boolean; | ||
identityUrl?: string; | ||
integrationDelayTimeout: number; | ||
integrationDelayTimeout?: number; | ||
isIOS?: boolean; | ||
maxProducts: number; | ||
maxProducts?: number; | ||
requestConfig?: boolean; | ||
@@ -224,2 +226,5 @@ sessionTimeout?: number; | ||
v3SecureServiceUrl?: string; | ||
workspaceToken?: string; | ||
isDevelopmentMode?: boolean; | ||
} | ||
@@ -226,0 +231,0 @@ |
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
1467855
26301
154
61
Updated@babel/runtime@^7.23.2