@mparticle/web-sdk
Advanced tools
Comparing version 2.12.3 to 2.12.4
@@ -5,2 +5,6 @@ ## Releases | ||
#### 2.12.4 - 2021-02-09 | ||
- Refactor - Import version from package.json | ||
- Format code styling | ||
#### 2.12.3 - 2021-01-20 | ||
@@ -12,2 +16,3 @@ | ||
- Bugfix - Error events - Set to null if stack trace is undefined; Add context to error events | ||
#### 2.12.2 - 2020-11-12 | ||
@@ -14,0 +19,0 @@ |
{ | ||
"name": "@mparticle/web-sdk", | ||
"version": "2.12.3", | ||
"version": "2.12.4", | ||
"description": "mParticle core SDK for web applications", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
@@ -0,3 +1,5 @@ | ||
import { version } from '../package.json'; | ||
var Constants = { | ||
sdkVersion: '2.12.2', | ||
sdkVersion: version, | ||
sdkVendor: 'mparticle', | ||
@@ -4,0 +6,0 @@ platform: 'web', |
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
1519926
27538