File tree Expand file tree Collapse file tree 11 files changed +35
-35
lines changed Expand file tree Collapse file tree 11 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 11{
2-   "version" : " 0.1 .0" 
2+   "version" : " 0.2 .0" 
33  "packages" : " packages/*" 
44  "npmClient" : " yarn" 
55  "useWorkspaces" : true 
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry/bundler-plugin-core" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "description" : " Sentry Bundler Plugin Core" 
55  "repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" 
66  "homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core" 
5050    "@rollup/plugin-json" : " 4.1.0" 
5151    "@rollup/plugin-node-resolve" : " 13.3.0" 
5252    "@rollup/plugin-replace" : " ^4.0.0" 
53-     "@sentry-internal/eslint-config" : " 0.1 .0" 
54-     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.1 .0" 
53+     "@sentry-internal/eslint-config" : " 0.2 .0" 
54+     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.2 .0" 
5555    "@swc/core" : " ^1.2.205" 
5656    "@swc/jest" : " ^0.2.21" 
5757    "@types/jest" : " ^28.1.3" 
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry-internal/bundler-plugin-e2e-tests" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "license" : " MIT" 
55  "private" : true ,
66  "scripts" : {
1515    "lint" : " eslint ." 
1616  },
1717  "dependencies" : {
18-     "@sentry/esbuild-plugin" : " 0.1 .0" 
19-     "@sentry/rollup-plugin" : " 0.1 .0" 
20-     "@sentry/vite-plugin" : " 0.1 .0" 
21-     "@sentry/webpack-plugin" : " 0.1 .0" 
18+     "@sentry/esbuild-plugin" : " 0.2 .0" 
19+     "@sentry/rollup-plugin" : " 0.2 .0" 
20+     "@sentry/vite-plugin" : " 0.2 .0" 
21+     "@sentry/webpack-plugin" : " 0.2 .0" 
2222    "axios" : " ^1.1.3" 
2323  },
2424  "devDependencies" : {
25-     "@sentry-internal/eslint-config" : " 0.1 .0" 
26-     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.1 .0" 
25+     "@sentry-internal/eslint-config" : " 0.2 .0" 
26+     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.2 .0" 
2727    "@swc/jest" : " ^0.2.21" 
2828    "@types/axios" : " ^0.14.0" 
2929    "@types/glob" : " 8.0.0" 
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry/esbuild-plugin" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "description" : " Official Sentry esbuild plugin" 
55  "repository" : 
" [email protected] :getsentry/sentry-javascript-bundler-plugins.git" ,
 66  "homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin" 
4040    "lint" : " eslint ./src ./test" 
4141  },
4242  "dependencies" : {
43-     "@sentry/bundler-plugin-core" : " 0.1 .0" 
43+     "@sentry/bundler-plugin-core" : " 0.2 .0" 
4444  },
4545  "devDependencies" : {
4646    "@babel/core" : " 7.18.5" 
5050    "@rollup/plugin-commonjs" : " 22.0.1" 
5151    "@rollup/plugin-json" : " 4.1.0" 
5252    "@rollup/plugin-node-resolve" : " 13.3.0" 
53-     "@sentry-internal/eslint-config" : " 0.1 .0" 
54-     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.1 .0" 
53+     "@sentry-internal/eslint-config" : " 0.2 .0" 
54+     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.2 .0" 
5555    "@swc/core" : " ^1.2.205" 
5656    "@swc/jest" : " ^0.2.21" 
5757    "@types/jest" : " ^28.1.3" 
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry-internal/eslint-config" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "license" : " MIT" 
55  "private" : true ,
66  "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry-internal/integration-tests" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "license" : " MIT" 
55  "private" : true ,
66  "scripts" : {
1515    "clean:deps" : " rimraf node_modules" 
1616  },
1717  "dependencies" : {
18-     "@sentry-internal/eslint-config" : " 0.1 .0" 
19-     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.1 .0" 
20-     "@sentry/bundler-plugin-core" : " 0.1 .0" 
18+     "@sentry-internal/eslint-config" : " 0.2 .0" 
19+     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.2 .0" 
20+     "@sentry/bundler-plugin-core" : " 0.2 .0" 
2121    "@swc/jest" : " ^0.2.21" 
2222    "@types/jest" : " ^28.1.3" 
2323    "@types/webpack4" : 
" npm:@types/[email protected] " ,
 
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry-internal/bundler-plugin-playground" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "license" : " MIT" 
55  "private" : true ,
66  "scripts" : {
1818    "start:proxyLogger" : " ts-node scripts/request-logger-proxy.ts" 
1919  },
2020  "dependencies" : {
21-     "@sentry/bundler-plugin-core" : " 0.1 .0" 
21+     "@sentry/bundler-plugin-core" : " 0.2 .0" 
2222    "@sentry/integrations" : " ^7.19.0" 
2323    "@sentry/node" : " ^7.19.0" 
2424    "@types/express" : " ^4.17.13" 
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry/rollup-plugin" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "description" : " Official Sentry Rollup plugin" 
55  "repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" 
66  "homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin" 
4141    "lint" : " eslint ./src ./test" 
4242  },
4343  "dependencies" : {
44-     "@sentry/bundler-plugin-core" : " 0.1 .0" 
44+     "@sentry/bundler-plugin-core" : " 0.2 .0" 
4545  },
4646  "devDependencies" : {
4747    "@babel/core" : " 7.18.5" 
5151    "@rollup/plugin-commonjs" : " 22.0.1" 
5252    "@rollup/plugin-json" : " 4.1.0" 
5353    "@rollup/plugin-node-resolve" : " 13.3.0" 
54-     "@sentry-internal/eslint-config" : " 0.1 .0" 
55-     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.1 .0" 
54+     "@sentry-internal/eslint-config" : " 0.2 .0" 
55+     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.2 .0" 
5656    "@swc/core" : " ^1.2.205" 
5757    "@swc/jest" : " ^0.2.21" 
5858    "@types/jest" : " ^28.1.3" 
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry-internal/sentry-bundler-plugin-tsconfig" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "license" : " MIT" 
55  "private" : true 
66}
Original file line number Diff line number Diff line change 11{
22  "name" : " @sentry/vite-plugin" 
3-   "version" : " 0.1 .0" 
3+   "version" : " 0.2 .0" 
44  "description" : " Official Sentry Vite plugin" 
55  "repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" 
66  "homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin" 
4040    "lint" : " eslint ./src ./test" 
4141  },
4242  "dependencies" : {
43-     "@sentry/bundler-plugin-core" : " 0.1 .0" 
43+     "@sentry/bundler-plugin-core" : " 0.2 .0" 
4444  },
4545  "devDependencies" : {
4646    "@babel/core" : " 7.18.5" 
5050    "@rollup/plugin-commonjs" : " 22.0.1" 
5151    "@rollup/plugin-json" : " 4.1.0" 
5252    "@rollup/plugin-node-resolve" : " 13.3.0" 
53-     "@sentry-internal/eslint-config" : " 0.1 .0" 
54-     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.1 .0" 
53+     "@sentry-internal/eslint-config" : " 0.2 .0" 
54+     "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.2 .0" 
5555    "@swc/core" : " ^1.2.205" 
5656    "@swc/jest" : " ^0.2.21" 
5757    "@types/jest" : " ^28.1.3" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments