@sentry/esbuild-plugin
Advanced tools
Comparing version 2.19.0 to 2.20.0
@@ -733,2 +733,5 @@ 'use strict'; | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
var index = sentryUnplugin.esbuild; | ||
Object.defineProperty(exports, 'sentryCliBinaryExists', { | ||
@@ -738,3 +741,4 @@ enumerable: true, | ||
}); | ||
exports["default"] = index; | ||
exports.sentryEsbuildPlugin = sentryEsbuildPlugin; | ||
//# sourceMappingURL=index.js.map |
import { Options } from "@sentry/bundler-plugin-core"; | ||
export declare const sentryEsbuildPlugin: (options?: Options) => any; | ||
declare const _default: (options?: Options) => any; | ||
export default _default; | ||
export type { Options as SentryEsbuildPluginOptions } from "@sentry/bundler-plugin-core"; | ||
export { sentryCliBinaryExists } from "@sentry/bundler-plugin-core"; |
{ | ||
"name": "@sentry/esbuild-plugin", | ||
"version": "2.19.0", | ||
"version": "2.20.0", | ||
"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.19.0", | ||
"@sentry/bundler-plugin-core": "2.20.0", | ||
"unplugin": "1.0.1", | ||
@@ -62,4 +62,4 @@ "uuid": "^9.0.0" | ||
"@rollup/plugin-node-resolve": "13.3.0", | ||
"@sentry-internal/eslint-config": "2.19.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.19.0", | ||
"@sentry-internal/eslint-config": "2.20.0", | ||
"@sentry-internal/sentry-bundler-plugin-tsconfig": "2.20.0", | ||
"@swc/core": "^1.2.205", | ||
@@ -66,0 +66,0 @@ "@swc/jest": "^0.2.21", |
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
123069
1447
+ Added@sentry/babel-plugin-component-annotate@2.20.0(transitive)
+ Added@sentry/bundler-plugin-core@2.20.0(transitive)
- Removed@sentry/babel-plugin-component-annotate@2.19.0(transitive)
- Removed@sentry/bundler-plugin-core@2.19.0(transitive)