|
52 | 52 | "require": { |
53 | 53 | "default": "./build/cjs/preload.js" |
54 | 54 | } |
| 55 | + }, |
| 56 | + "./vite": { |
| 57 | + "import": { |
| 58 | + "types": "./build/types/bundler-plugin/vite.d.ts", |
| 59 | + "default": "./build/esm/bundler-plugin/vite.js" |
| 60 | + }, |
| 61 | + "require": { |
| 62 | + "types": "./build/types/bundler-plugin/vite.d.ts", |
| 63 | + "default": "./build/cjs/bundler-plugin/vite.js" |
| 64 | + } |
| 65 | + }, |
| 66 | + "./rollup": { |
| 67 | + "import": { |
| 68 | + "types": "./build/types/bundler-plugin/rollup.d.ts", |
| 69 | + "default": "./build/esm/bundler-plugin/rollup.js" |
| 70 | + }, |
| 71 | + "require": { |
| 72 | + "types": "./build/types/bundler-plugin/rollup.d.ts", |
| 73 | + "default": "./build/cjs/bundler-plugin/rollup.js" |
| 74 | + } |
| 75 | + }, |
| 76 | + "./webpack": { |
| 77 | + "import": { |
| 78 | + "types": "./build/types/bundler-plugin/webpack.d.ts", |
| 79 | + "default": "./build/esm/bundler-plugin/webpack.js" |
| 80 | + }, |
| 81 | + "require": { |
| 82 | + "types": "./build/types/bundler-plugin/webpack.d.ts", |
| 83 | + "default": "./build/cjs/bundler-plugin/webpack.js" |
| 84 | + } |
| 85 | + }, |
| 86 | + "./esbuild": { |
| 87 | + "import": { |
| 88 | + "types": "./build/types/bundler-plugin/esbuild.d.ts", |
| 89 | + "default": "./build/esm/bundler-plugin/esbuild.js" |
| 90 | + }, |
| 91 | + "require": { |
| 92 | + "types": "./build/types/bundler-plugin/esbuild.d.ts", |
| 93 | + "default": "./build/cjs/bundler-plugin/esbuild.js" |
| 94 | + } |
55 | 95 | } |
56 | 96 | }, |
57 | 97 | "typesVersions": { |
58 | 98 | "<5.0": { |
59 | 99 | "build/types/index.d.ts": [ |
60 | 100 | "build/types-ts3.8/index.d.ts" |
| 101 | + ], |
| 102 | + "vite": [ |
| 103 | + "build/types-ts3.8/bundler-plugin/vite.d.ts" |
| 104 | + ], |
| 105 | + "rollup": [ |
| 106 | + "build/types-ts3.8/bundler-plugin/rollup.d.ts" |
| 107 | + ], |
| 108 | + "webpack": [ |
| 109 | + "build/types-ts3.8/bundler-plugin/webpack.d.ts" |
| 110 | + ], |
| 111 | + "esbuild": [ |
| 112 | + "build/types-ts3.8/bundler-plugin/esbuild.d.ts" |
61 | 113 | ] |
62 | 114 | } |
63 | 115 | }, |
|
73 | 125 | "@sentry/node-core": "10.67.0", |
74 | 126 | "@sentry/opentelemetry": "10.67.0", |
75 | 127 | "@sentry/server-utils": "10.67.0", |
| 128 | + "@sentry/bundler-plugins": "10.67.0", |
76 | 129 | "import-in-the-middle": "^3.0.0" |
77 | 130 | }, |
78 | 131 | "devDependencies": { |
|
0 commit comments