@types/mparticle__web-sdk
Advanced tools
Comparing version 2.16.1 to 2.18.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for mParticle/web-sdk SDK 2.16 | ||
// Type definitions for mParticle/web-sdk SDK 2.18 | ||
// Project: https://github.com/mParticle/mparticle-web-sdk | ||
@@ -72,2 +72,6 @@ // Definitions by: Alex Sapountzis <https://github.com/asap> | ||
} | ||
interface GetEnvironment { | ||
(): string; | ||
} | ||
interface GetVersion { | ||
@@ -308,2 +312,3 @@ (): string; | ||
export const setDeviceId: SetDeviceId; | ||
export const getEnvironment: GetEnvironment; | ||
export function getInstance(instanceName?: string): mParticleInstance; | ||
@@ -678,2 +683,3 @@ export const getVersion: GetVersion; | ||
setDeviceId: SetDeviceId; | ||
getEnvironment: GetEnvironment; | ||
getVersion: GetVersion; | ||
@@ -680,0 +686,0 @@ init: Init; |
{ | ||
"name": "@types/mparticle__web-sdk", | ||
"version": "2.16.1", | ||
"version": "2.18.0", | ||
"description": "TypeScript definitions for mParticle/web-sdk SDK", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mparticle__web-sdk", | ||
}, | ||
"typesPublisherContentHash": "90139db75413d19366932dea6606138054e1d97e59339e70f88be0f3c5f7422f", | ||
"typeScriptVersion": "4.0" | ||
"typesPublisherContentHash": "b7a046c2a11ba3821c28554cd7660142afdded3b5e765eb6ec6be21a2b5d99b5", | ||
"typeScriptVersion": "4.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 10 Jun 2022 15:01:35 GMT | ||
* Last updated: Thu, 01 Dec 2022 20:03:08 GMT | ||
* Dependencies: [@types/mparticle__event-models](https://npmjs.com/package/@types/mparticle__event-models) | ||
@@ -14,0 +14,0 @@ * Global values: `mParticle` |
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
26404
759