logrocket
Advanced tools
Comparing version 0.6.5 to 0.6.6
@@ -0,1 +1,4 @@ | ||
### 0.6.6 | ||
* Typescript definition file now works with `noImplicitAny` and `strictLibCheck`. | ||
### 0.6.5 | ||
@@ -2,0 +5,0 @@ * Fixed Typescript definition file |
declare var LogRocket: LR.LogRocket; | ||
export = LogRocket; | ||
export default LogRocket; | ||
@@ -94,3 +94,4 @@ declare module LR { | ||
options?: ICaptureOptions | ||
) | ||
): void; | ||
/** Manually report string errors to LogRocket */ | ||
@@ -102,4 +103,4 @@ captureException( | ||
options?: ICaptureOptions | ||
) | ||
): void; | ||
} | ||
} |
{ | ||
"name": "logrocket", | ||
"version": "0.6.5", | ||
"version": "0.6.6", | ||
"description": "JavaScript SDK for [LogRocket](https://logrocket.com/)", | ||
@@ -5,0 +5,0 @@ "main": "dist/build.umd.js", |
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
89254