@sentry/svelte
Advanced tools
Comparing version 8.9.2 to 8.10.0
@@ -118,2 +118,3 @@ Object.defineProperty(exports, '__esModule', { value: true }); | ||
const segments = filename.split('/'); | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
return segments[segments.length - 1].replace('.svelte', ''); | ||
@@ -120,0 +121,0 @@ } |
@@ -116,2 +116,3 @@ import MagicString from 'magic-string'; | ||
const segments = filename.split('/'); | ||
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion | ||
return segments[segments.length - 1].replace('.svelte', ''); | ||
@@ -118,0 +119,0 @@ } |
{ | ||
"name": "@sentry/svelte", | ||
"version": "8.9.2", | ||
"version": "8.10.0", | ||
"description": "Official Sentry SDK for Svelte", | ||
@@ -45,6 +45,6 @@ "repository": "git://github.com/getsentry/sentry-javascript.git", | ||
"dependencies": { | ||
"@sentry/browser": "8.9.2", | ||
"@sentry/core": "8.9.2", | ||
"@sentry/types": "8.9.2", | ||
"@sentry/utils": "8.9.2", | ||
"@sentry/browser": "8.10.0", | ||
"@sentry/core": "8.10.0", | ||
"@sentry/types": "8.10.0", | ||
"@sentry/utils": "8.10.0", | ||
"magic-string": "^0.30.0" | ||
@@ -51,0 +51,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
85159
857
+ Added@sentry-internal/browser-utils@8.10.0(transitive)
+ Added@sentry-internal/feedback@8.10.0(transitive)
+ Added@sentry-internal/replay@8.10.0(transitive)
+ Added@sentry-internal/replay-canvas@8.10.0(transitive)
+ Added@sentry/browser@8.10.0(transitive)
+ Added@sentry/core@8.10.0(transitive)
+ Added@sentry/types@8.10.0(transitive)
+ Added@sentry/utils@8.10.0(transitive)
- Removed@sentry-internal/browser-utils@8.9.2(transitive)
- Removed@sentry-internal/feedback@8.9.2(transitive)
- Removed@sentry-internal/replay@8.9.2(transitive)
- Removed@sentry-internal/replay-canvas@8.9.2(transitive)
- Removed@sentry/browser@8.9.2(transitive)
- Removed@sentry/core@8.9.2(transitive)
- Removed@sentry/types@8.9.2(transitive)
- Removed@sentry/utils@8.9.2(transitive)
Updated@sentry/browser@8.10.0
Updated@sentry/core@8.10.0
Updated@sentry/types@8.10.0
Updated@sentry/utils@8.10.0