File tree Expand file tree Collapse file tree 10 files changed +28
-28
lines changed Expand file tree Collapse file tree 10 files changed +28
-28
lines changed Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.0 -alpha.0" ,
2+ "version" : " 0.0.1 -alpha.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.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.0" ,
44 "description" : " Sentry Bundler Plugin Core" ,
55 "repository" : " git://github.com/getsentry/sentry-unplugin.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-unplugin" ,
4646 "@rollup/plugin-json" : " 4.1.0" ,
4747 "@rollup/plugin-node-resolve" : " 13.3.0" ,
4848 "@rollup/plugin-replace" : " ^4.0.0" ,
49- "@sentry-internal/eslint-config" : " 0.0.0 -alpha.0" ,
50- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.0 -alpha.0" ,
49+ "@sentry-internal/eslint-config" : " 0.0.1 -alpha.0" ,
50+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.1 -alpha.0" ,
5151 "@swc/core" : " ^1.2.205" ,
5252 "@swc/jest" : " ^0.2.21" ,
5353 "@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/esbuild-plugin" ,
3- "version" : " 0.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.0" ,
44 "description" : " Official Sentry esbuild 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/esbuild-plugin" ,
3636 "lint" : " eslint ./src ./test"
3737 },
3838 "dependencies" : {
39- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
39+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
4040 },
4141 "devDependencies" : {
4242 "@babel/core" : " 7.18.5" ,
4646 "@rollup/plugin-commonjs" : " 22.0.1" ,
4747 "@rollup/plugin-json" : " 4.1.0" ,
4848 "@rollup/plugin-node-resolve" : " 13.3.0" ,
49- "@sentry-internal/eslint-config" : " 0.0.0 -alpha.0" ,
50- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.0 -alpha.0" ,
49+ "@sentry-internal/eslint-config" : " 0.0.1 -alpha.0" ,
50+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.1 -alpha.0" ,
5151 "@swc/core" : " ^1.2.205" ,
5252 "@swc/jest" : " ^0.2.21" ,
5353 "@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.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.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.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.0" ,
44 "license" : " MIT" ,
55 "private" : true ,
66 "scripts" : {
1111 "check:types" : " tsc --project ./tsconfig.json --noEmit"
1212 },
1313 "dependencies" : {
14- "@sentry-internal/eslint-config" : " 0.0.0 -alpha.0" ,
15- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.0 -alpha.0" ,
16- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0" ,
14+ "@sentry-internal/eslint-config" : " 0.0.1 -alpha.0" ,
15+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.1 -alpha.0" ,
16+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0" ,
1717 "@swc/jest" : " ^0.2.21" ,
1818 "@types/jest" : " ^28.1.3" ,
1919 "@types/webpack4" : " npm:@types/webpack@4.41.32" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry-internal/bundler-plugin-playground" ,
3- "version" : " 0.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.0" ,
44 "license" : " MIT" ,
55 "private" : true ,
66 "scripts" : {
1414 "start:proxyLogger" : " ts-node scripts/request-logger-proxy.ts"
1515 },
1616 "dependencies" : {
17+ "@sentry/bundler-plugin-core" : " 0.0.1-alpha.0" ,
1718 "@sentry/integrations" : " ^7.11.1" ,
1819 "@sentry/node" : " ^7.11.1" ,
19- "@sentry/bundler-plugin-core" : " 0.0.0-alpha.0" ,
2020 "@types/express" : " ^4.17.13" ,
2121 "@types/http-proxy" : " ^1.17.9" ,
2222 "esbuild" : " 0.14.49" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/rollup-plugin" ,
3- "version" : " 0.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.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" ,
3737 "lint" : " eslint ./src ./test"
3838 },
3939 "dependencies" : {
40- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
40+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
4141 },
4242 "devDependencies" : {
4343 "@babel/core" : " 7.18.5" ,
4747 "@rollup/plugin-commonjs" : " 22.0.1" ,
4848 "@rollup/plugin-json" : " 4.1.0" ,
4949 "@rollup/plugin-node-resolve" : " 13.3.0" ,
50- "@sentry-internal/eslint-config" : " 0.0.0 -alpha.0" ,
51- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.0 -alpha.0" ,
50+ "@sentry-internal/eslint-config" : " 0.0.1 -alpha.0" ,
51+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.1 -alpha.0" ,
5252 "@swc/core" : " ^1.2.205" ,
5353 "@swc/jest" : " ^0.2.21" ,
5454 "@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.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.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.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.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" ,
3636 "lint" : " eslint ./src ./test"
3737 },
3838 "dependencies" : {
39- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
39+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
4040 },
4141 "devDependencies" : {
4242 "@babel/core" : " 7.18.5" ,
4646 "@rollup/plugin-commonjs" : " 22.0.1" ,
4747 "@rollup/plugin-json" : " 4.1.0" ,
4848 "@rollup/plugin-node-resolve" : " 13.3.0" ,
49- "@sentry-internal/eslint-config" : " 0.0.0 -alpha.0" ,
50- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.0 -alpha.0" ,
49+ "@sentry-internal/eslint-config" : " 0.0.1 -alpha.0" ,
50+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.1 -alpha.0" ,
5151 "@swc/core" : " ^1.2.205" ,
5252 "@swc/jest" : " ^0.2.21" ,
5353 "@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/webpack-plugin" ,
3- "version" : " 0.0.0 -alpha.0" ,
3+ "version" : " 0.0.1 -alpha.0" ,
44 "description" : " Official Sentry Webpack 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/webpack-plugin" ,
3636 "lint" : " eslint ./src ./test"
3737 },
3838 "dependencies" : {
39- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
39+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
4040 },
4141 "devDependencies" : {
4242 "@babel/core" : " 7.18.5" ,
4646 "@rollup/plugin-commonjs" : " 22.0.1" ,
4747 "@rollup/plugin-json" : " 4.1.0" ,
4848 "@rollup/plugin-node-resolve" : " 13.3.0" ,
49- "@sentry-internal/eslint-config" : " 0.0.0 -alpha.0" ,
50- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.0 -alpha.0" ,
49+ "@sentry-internal/eslint-config" : " 0.0.1 -alpha.0" ,
50+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.0.1 -alpha.0" ,
5151 "@swc/core" : " ^1.2.205" ,
5252 "@swc/jest" : " ^0.2.21" ,
5353 "@types/jest" : " ^28.1.3" ,
You can’t perform that action at this time.
0 commit comments