@sentry/bundler-plugin-core
Advanced tools
Comparing version 2.3.0 to 2.4.0
@@ -46,3 +46,3 @@ export interface Options { | ||
/** | ||
* When an error occurs during rlease creation or sourcemaps upload, the plugin will call this function. | ||
* When an error occurs during release creation or sourcemaps upload, the plugin will call this function. | ||
* | ||
@@ -49,0 +49,0 @@ * By default, the plugin will simply throw an error, thereby stopping the bundling process. |
{ | ||
"name": "@sentry/bundler-plugin-core", | ||
"version": "2.3.0", | ||
"version": "2.4.0", | ||
"description": "Sentry Bundler Plugin Core", | ||
@@ -58,2 +58,3 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
"@sentry/utils": "7.53.1", | ||
"dotenv": "^16.3.1", | ||
"find-up": "5.0.0", | ||
@@ -72,4 +73,4 @@ "glob": "9.3.2", | ||
"@rollup/plugin-replace": "^4.0.0", | ||
"@sentry-internal/eslint-config": "2.3.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.3.0", | ||
"@sentry-internal/eslint-config": "2.4.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.4.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -89,3 +90,3 @@ "@swc/jest": "^0.2.21", | ||
"engines": { | ||
"node": ">= 10" | ||
"node": ">= 14" | ||
}, | ||
@@ -92,0 +93,0 @@ "sideEffects": [ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
421927
4194
8
+ Addeddotenv@^16.3.1
+ Addeddotenv@16.4.5(transitive)