@sentry/webpack-plugin
Advanced tools
Comparing version 1.18.0 to 1.18.1
@@ -8,2 +8,6 @@ # Changelog | ||
## v1.18.1 | ||
- fix: Reexport `SourceMapsPathDescriptor` type (#323) | ||
## v1.18.0 | ||
@@ -10,0 +14,0 @@ |
@@ -125,2 +125,4 @@ import { Compiler, WebpackPluginInstance } from 'webpack'; | ||
} | ||
export { SourceMapsPathDescriptor }; | ||
} | ||
@@ -127,0 +129,0 @@ |
@@ -11,3 +11,3 @@ { | ||
"author": "Sentry", | ||
"version": "1.18.0", | ||
"version": "1.18.1", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "repository": "git@github.com:getsentry/sentry-webpack-plugin.git", |
@@ -87,2 +87,3 @@ const SentryCli = require('@sentry/cli'); | ||
} catch (_e) { | ||
// eslint-disable-next-line no-console | ||
console.warn( | ||
@@ -89,0 +90,0 @@ 'Coud not resolve package: webpack-sources. Skipping injection for the remote entry file.' |
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
51011
695