@sentry/esbuild-plugin
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@sentry/esbuild-plugin", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Official Sentry esbuild plugin", | ||
@@ -43,3 +43,3 @@ "repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git", | ||
"dependencies": { | ||
"@sentry/bundler-plugin-core": "0.2.0" | ||
"@sentry/bundler-plugin-core": "0.2.1" | ||
}, | ||
@@ -54,4 +54,4 @@ "devDependencies": { | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@sentry-internal/eslint-config": "0.2.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.0", | ||
"@sentry-internal/eslint-config": "0.2.1", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "0.2.1", | ||
"@swc/core": "^1.2.205", | ||
@@ -58,0 +58,0 @@ "@swc/jest": "^0.2.21", |
@@ -7,6 +7,4 @@ <p align="center"> | ||
# Sentry Esbuild Plugin (WIP) | ||
# Sentry Esbuild Plugin | ||
**WARNING: This package is work in progress! Use with caution and do not yet use it in production. We're happy to receive your feedback!** | ||
A esbuild plugin that provides release management features for Sentry: | ||
@@ -13,0 +11,0 @@ |
37706
160
+ Added@sentry/bundler-plugin-core@0.2.1(transitive)
- Removed@sentry/bundler-plugin-core@0.2.0(transitive)