@sentry/minimal
Advanced tools
Comparing version 0.5.4 to 4.0.0-beta.0
@@ -32,3 +32,2 @@ import { Scope } from '@sentry/hub'; | ||
* Callback to set context information onto the scope. | ||
* | ||
* @param callback Callback function that receives Scope. | ||
@@ -35,0 +34,0 @@ */ |
@@ -26,4 +26,4 @@ "use strict"; | ||
* This calls a function on the current hub. | ||
* @param method | ||
* @param args | ||
* @param method function to call on hub. | ||
* @param args to pass to function. | ||
*/ | ||
@@ -81,3 +81,2 @@ function callOnHub(method) { | ||
* Callback to set context information onto the scope. | ||
* | ||
* @param callback Callback function that receives Scope. | ||
@@ -84,0 +83,0 @@ */ |
{ | ||
"name": "@sentry/minimal", | ||
"version": "0.5.4", | ||
"version": "4.0.0-beta.0", | ||
"description": "Sentry minimal library that can be used in other packages", | ||
@@ -18,4 +18,4 @@ "repository": "git://github.com/getsentry/raven-js.git", | ||
"dependencies": { | ||
"@sentry/hub": "0.5.4", | ||
"@sentry/types": "0.5.4" | ||
"@sentry/hub": "4.0.0-beta.0", | ||
"@sentry/types": "4.0.0-beta.0" | ||
}, | ||
@@ -45,6 +45,13 @@ "devDependencies": { | ||
"collectCoverage": true, | ||
"transform": { "^.+\\.ts$": "ts-jest" }, | ||
"moduleFileExtensions": ["js", "ts"], | ||
"transform": { | ||
"^.+\\.ts$": "ts-jest" | ||
}, | ||
"moduleFileExtensions": [ | ||
"js", | ||
"ts" | ||
], | ||
"testEnvironment": "node", | ||
"testMatch": ["**/*.test.ts"], | ||
"testMatch": [ | ||
"**/*.test.ts" | ||
], | ||
"globals": { | ||
@@ -55,3 +62,4 @@ "ts-jest": { | ||
} | ||
} | ||
}, | ||
"gitHead": "a91da22f8bd3bddb38fab7f868326e376da82d4d" | ||
} |
Sorry, the diff of this file is not supported yet
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
13042
146
+ Added@sentry/hub@4.0.0-beta.0(transitive)
+ Added@sentry/types@4.0.0-beta.0(transitive)
- Removed@sentry/hub@0.5.4(transitive)
- Removed@sentry/types@0.5.4(transitive)
Updated@sentry/hub@4.0.0-beta.0
Updated@sentry/types@4.0.0-beta.0