@sentry/core
Advanced tools
Comparing version 7.80.0 to 7.80.1
Object.defineProperty(exports, '__esModule', { value: true }); | ||
const SDK_VERSION = '7.80.0'; | ||
const SDK_VERSION = '7.80.1'; | ||
exports.SDK_VERSION = SDK_VERSION; | ||
//# sourceMappingURL=version.js.map |
@@ -1,4 +0,4 @@ | ||
const SDK_VERSION = '7.80.0'; | ||
const SDK_VERSION = '7.80.1'; | ||
export { SDK_VERSION }; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@sentry/core", | ||
"version": "7.80.0", | ||
"version": "7.80.1", | ||
"description": "Base implementation for all Sentry JavaScript SDKs", | ||
@@ -26,6 +26,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/types": "7.80.0", | ||
"@sentry/utils": "7.80.0" | ||
"@sentry/types": "7.80.1", | ||
"@sentry/utils": "7.80.1" | ||
}, | ||
"sideEffects": false | ||
} |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "7.80.0"; | ||
export declare const SDK_VERSION = "7.80.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export declare const SDK_VERSION = "7.80.0"; | ||
export declare const SDK_VERSION = "7.80.1"; | ||
//# sourceMappingURL=version.d.ts.map |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
+ Added@sentry/types@7.80.1(transitive)
+ Added@sentry/utils@7.80.1(transitive)
- Removed@sentry/types@7.80.0(transitive)
- Removed@sentry/utils@7.80.0(transitive)
Updated@sentry/types@7.80.1
Updated@sentry/utils@7.80.1