@sentry/esbuild-plugin
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "@sentry/esbuild-plugin", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"description": "Official Sentry esbuild plugin", | ||
@@ -51,3 +51,3 @@ "repository": "git@github.com:getsentry/sentry-javascript-bundler-plugins.git", | ||
"dependencies": { | ||
"@sentry/bundler-plugin-core": "2.7.0", | ||
"@sentry/bundler-plugin-core": "2.7.1", | ||
"unplugin": "1.0.1", | ||
@@ -62,4 +62,4 @@ "uuid": "^9.0.0" | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@sentry-internal/eslint-config": "2.7.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.0", | ||
"@sentry-internal/eslint-config": "2.7.1", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.7.1", | ||
"@swc/core": "^1.2.205", | ||
@@ -66,0 +66,0 @@ "@swc/jest": "^0.2.21", |
@@ -49,4 +49,3 @@ <p align="center"> | ||
// Auth tokens can be obtained from https://sentry.io/settings/account/api/auth-tokens/ | ||
// and need `project:releases` and `org:read` scopes | ||
// Auth tokens can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/ | ||
authToken: process.env.SENTRY_AUTH_TOKEN, | ||
@@ -107,3 +106,3 @@ }), | ||
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/settings/account/api/auth-tokens/. Required scopes: project:releases (and org:read if setCommits option is used). | ||
The authentication token to use for all communication with Sentry. Can be obtained from https://sentry.io/orgredirect/organizations/:orgslug/settings/auth-tokens/. | ||
@@ -110,0 +109,0 @@ This value can also be specified via the `SENTRY_AUTH_TOKEN` environment variable. |
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
102211
504
+ Added@sentry/bundler-plugin-core@2.7.1(transitive)
- Removed@sentry/bundler-plugin-core@2.7.0(transitive)