@sentry/webpack-plugin
Advanced tools
Comparing version 3.1.2 to 3.2.0
{ | ||
"name": "@sentry/webpack-plugin", | ||
"version": "3.1.2", | ||
"version": "3.2.0", | ||
"description": "Official Sentry Webpack plugin", | ||
@@ -51,3 +51,3 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
"dependencies": { | ||
"@sentry/bundler-plugin-core": "3.1.2", | ||
"@sentry/bundler-plugin-core": "3.2.0", | ||
"unplugin": "1.0.1", | ||
@@ -62,4 +62,4 @@ "uuid": "^9.0.0" | ||
"@rollup/plugin-commonjs": "22.0.1", | ||
"@sentry-internal/eslint-config": "3.1.2", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.1.2", | ||
"@sentry-internal/eslint-config": "3.2.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "3.2.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -66,0 +66,0 @@ "@swc/jest": "^0.2.21", |
@@ -224,5 +224,5 @@ <p align="center"> | ||
Type: `string | string[]` | ||
Type: `string | string[] | Promise<string | string[]>` | ||
A glob or an array of globs that specifies the build artifacts that should be deleted after the artifact upload to Sentry has been completed. | ||
A glob, an array of globs or a promise resolving a glob or array of globs that specifies the build artifacts that should be deleted after the artifact upload to Sentry has been completed. | ||
@@ -229,0 +229,0 @@ The globbing patterns follow the implementation of the `glob` package. (https://www.npmjs.com/package/glob) |
79025
109
3
8
1
27
+ Added@sentry/babel-plugin-component-annotate@3.2.0(transitive)
+ Added@sentry/bundler-plugin-core@3.2.0(transitive)
+ Added@types/node@22.13.5(transitive)
- Removed@sentry/babel-plugin-component-annotate@3.1.2(transitive)
- Removed@sentry/bundler-plugin-core@3.1.2(transitive)
- Removed@types/node@22.13.8(transitive)