@sentry/vite-plugin
Advanced tools
Comparing version 2.14.3 to 2.15.0
import { Options } from "@sentry/bundler-plugin-core"; | ||
export declare const sentryVitePlugin: (options: Options) => any; | ||
export declare const sentryVitePlugin: (options?: Options) => any; | ||
export type { Options as SentryVitePluginOptions } from "@sentry/bundler-plugin-core"; | ||
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core"; |
{ | ||
"name": "@sentry/vite-plugin", | ||
"version": "2.14.3", | ||
"version": "2.15.0", | ||
"description": "Official Sentry Vite plugin", | ||
@@ -51,3 +51,3 @@ "repository": "git://github.com/getsentry/sentry-javascript-bundler-plugins.git", | ||
"dependencies": { | ||
"@sentry/bundler-plugin-core": "2.14.3", | ||
"@sentry/bundler-plugin-core": "2.15.0", | ||
"unplugin": "1.0.1" | ||
@@ -61,4 +61,4 @@ }, | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@sentry-internal/eslint-config": "2.14.3", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.14.3", | ||
"@sentry-internal/eslint-config": "2.15.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.15.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -65,0 +65,0 @@ "@swc/jest": "^0.2.21", |
@@ -243,3 +243,3 @@ <p align="center"> | ||
Defaults to automatically detecting a value for your environment. This includes values for Cordova, Heroku, AWS CodeBuild, CircleCI, Xcode, and Gradle, and otherwise uses the git `HEAD`'s commit SHA. (the latterrequires access to git CLI and for the root directory to be a valid repository) | ||
Defaults to automatically detecting a value for your environment. This includes values for Cordova, Heroku, AWS CodeBuild, CircleCI, Xcode, and Gradle, and otherwise uses the git `HEAD`'s commit SHA. (the latter requires access to git CLI and for the root directory to be a valid repository) | ||
@@ -246,0 +246,0 @@ If you didn't provide a value and the plugin can't automatically detect one, no release will be created. |
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
33270
+ Added@sentry/babel-plugin-component-annotate@2.15.0(transitive)
+ Added@sentry/bundler-plugin-core@2.15.0(transitive)
- Removed@sentry/babel-plugin-component-annotate@2.14.3(transitive)
- Removed@sentry/bundler-plugin-core@2.14.3(transitive)