File tree 12 files changed +40
-40
lines changed
12 files changed +40
-40
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " node_modules/lerna/schemas/lerna-schema.json" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/bundler-plugin-core" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Sentry Bundler Plugin Core" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/bundler-plugin-core" ,
67
67
"@rollup/plugin-json" : " 4.1.0" ,
68
68
"@rollup/plugin-node-resolve" : " 13.3.0" ,
69
69
"@rollup/plugin-replace" : " ^4.0.0" ,
70
- "@sentry-internal/eslint-config" : " 2.0 .0" ,
71
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.0 .0" ,
70
+ "@sentry-internal/eslint-config" : " 2.1 .0" ,
71
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.1 .0" ,
72
72
"@swc/core" : " ^1.2.205" ,
73
73
"@swc/jest" : " ^0.2.21" ,
74
74
"@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/dev-utils" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/bundler-plugin-e2e-tests" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"scripts" : {
15
15
"lint" : " eslint ."
16
16
},
17
17
"dependencies" : {
18
- "@sentry/esbuild-plugin" : " 2.0 .0" ,
19
- "@sentry/rollup-plugin" : " 2.0 .0" ,
20
- "@sentry/vite-plugin" : " 2.0 .0" ,
21
- "@sentry/webpack-plugin" : " 2.0 .0" ,
18
+ "@sentry/esbuild-plugin" : " 2.1 .0" ,
19
+ "@sentry/rollup-plugin" : " 2.1 .0" ,
20
+ "@sentry/vite-plugin" : " 2.1 .0" ,
21
+ "@sentry/webpack-plugin" : " 2.1 .0" ,
22
22
"axios" : " ^1.1.3"
23
23
},
24
24
"devDependencies" : {
25
- "@sentry-internal/eslint-config" : " 2.0 .0" ,
26
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.0 .0" ,
25
+ "@sentry-internal/eslint-config" : " 2.1 .0" ,
26
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.1 .0" ,
27
27
"@swc/jest" : " ^0.2.21" ,
28
28
"@types/axios" : " ^0.14.0" ,
29
29
"@types/glob" : " 8.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/esbuild-plugin" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Official Sentry esbuild plugin" ,
5
5
"repository" :
" [email protected] :getsentry/sentry-javascript-bundler-plugins.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/esbuild-plugin" ,
48
48
"prepack" : " ts-node ./src/prepack.ts"
49
49
},
50
50
"dependencies" : {
51
- "@sentry/bundler-plugin-core" : " 2.0 .0" ,
51
+ "@sentry/bundler-plugin-core" : " 2.1 .0" ,
52
52
"unplugin" : " 1.0.1" ,
53
53
"uuid" : " ^9.0.0"
54
54
},
58
58
"@babel/preset-typescript" : " 7.17.12" ,
59
59
"@rollup/plugin-babel" : " 5.3.1" ,
60
60
"@rollup/plugin-node-resolve" : " 13.3.0" ,
61
- "@sentry-internal/eslint-config" : " 2.0 .0" ,
62
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.0 .0" ,
61
+ "@sentry-internal/eslint-config" : " 2.1 .0" ,
62
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.1 .0" ,
63
63
"@swc/core" : " ^1.2.205" ,
64
64
"@swc/jest" : " ^0.2.21" ,
65
65
"@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/eslint-config" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/integration-tests" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"scripts" : {
15
15
"clean:deps" : " rimraf node_modules"
16
16
},
17
17
"dependencies" : {
18
- "@sentry-internal/eslint-config" : " 2.0 .0" ,
19
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.0 .0" ,
20
- "@sentry/bundler-plugin-core" : " 2.0 .0" ,
21
- "@sentry/esbuild-plugin" : " 2.0 .0" ,
22
- "@sentry/rollup-plugin" : " 2.0 .0" ,
23
- "@sentry/vite-plugin" : " 2.0 .0" ,
24
- "@sentry/webpack-plugin" : " 2.0 .0" ,
18
+ "@sentry-internal/eslint-config" : " 2.1 .0" ,
19
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.1 .0" ,
20
+ "@sentry/bundler-plugin-core" : " 2.1 .0" ,
21
+ "@sentry/esbuild-plugin" : " 2.1 .0" ,
22
+ "@sentry/rollup-plugin" : " 2.1 .0" ,
23
+ "@sentry/vite-plugin" : " 2.1 .0" ,
24
+ "@sentry/webpack-plugin" : " 2.1 .0" ,
25
25
"@swc/jest" : " ^0.2.21" ,
26
26
"@types/jest" : " ^28.1.3" ,
27
27
"@types/webpack4" :
" npm:@types/[email protected] " ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/bundler-plugin-playground" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"scripts" : {
18
18
"start:proxyLogger" : " ts-node scripts/request-logger-proxy.ts"
19
19
},
20
20
"dependencies" : {
21
- "@sentry/bundler-plugin-core" : " 2.0 .0" ,
21
+ "@sentry/bundler-plugin-core" : " 2.1 .0" ,
22
22
"@sentry/integrations" : " 7.50" ,
23
23
"@sentry/node" : " 7.50" ,
24
24
"@types/express" : " ^4.17.13" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/rollup-plugin" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Official Sentry Rollup plugin" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/rollup-plugin" ,
49
49
"prepack" : " ts-node ./src/prepack.ts"
50
50
},
51
51
"dependencies" : {
52
- "@sentry/bundler-plugin-core" : " 2.0 .0" ,
52
+ "@sentry/bundler-plugin-core" : " 2.1 .0" ,
53
53
"unplugin" : " 1.0.1"
54
54
},
55
55
"peerDependencies" : {
61
61
"@babel/preset-typescript" : " 7.17.12" ,
62
62
"@rollup/plugin-babel" : " 5.3.1" ,
63
63
"@rollup/plugin-node-resolve" : " 13.3.0" ,
64
- "@sentry-internal/eslint-config" : " 2.0 .0" ,
65
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.0 .0" ,
64
+ "@sentry-internal/eslint-config" : " 2.1 .0" ,
65
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.1 .0" ,
66
66
"@swc/core" : " ^1.2.205" ,
67
67
"@swc/jest" : " ^0.2.21" ,
68
68
"@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/sentry-bundler-plugin-tsconfig" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true
6
6
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/vite-plugin" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Official Sentry Vite plugin" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/vite-plugin" ,
48
48
"prepack" : " ts-node ./src/prepack.ts"
49
49
},
50
50
"dependencies" : {
51
- "@sentry/bundler-plugin-core" : " 2.0 .0" ,
51
+ "@sentry/bundler-plugin-core" : " 2.1 .0" ,
52
52
"unplugin" : " 1.0.1"
53
53
},
54
54
"devDependencies" : {
57
57
"@babel/preset-typescript" : " 7.17.12" ,
58
58
"@rollup/plugin-babel" : " 5.3.1" ,
59
59
"@rollup/plugin-node-resolve" : " 13.3.0" ,
60
- "@sentry-internal/eslint-config" : " 2.0 .0" ,
61
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.0 .0" ,
60
+ "@sentry-internal/eslint-config" : " 2.1 .0" ,
61
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.1 .0" ,
62
62
"@swc/core" : " ^1.2.205" ,
63
63
"@swc/jest" : " ^0.2.21" ,
64
64
"@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/webpack-plugin" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Official Sentry Webpack plugin" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript-bundler-plugins.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript-bundler-plugins/tree/main/packages/webpack-plugin" ,
48
48
"prepack" : " ts-node ./src/prepack.ts"
49
49
},
50
50
"dependencies" : {
51
- "@sentry/bundler-plugin-core" : " 2.0 .0" ,
51
+ "@sentry/bundler-plugin-core" : " 2.1 .0" ,
52
52
"unplugin" : " 1.0.1" ,
53
53
"uuid" : " ^9.0.0" ,
54
54
"webpack-4" : " npm:webpack@^4"
59
59
"@babel/preset-typescript" : " 7.17.12" ,
60
60
"@rollup/plugin-babel" : " 5.3.1" ,
61
61
"@rollup/plugin-commonjs" : " 22.0.1" ,
62
- "@sentry-internal/eslint-config" : " 2.0 .0" ,
63
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.0 .0" ,
62
+ "@sentry-internal/eslint-config" : " 2.1 .0" ,
63
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 2.1 .0" ,
64
64
"@swc/core" : " ^1.2.205" ,
65
65
"@swc/jest" : " ^0.2.21" ,
66
66
"@types/jest" : " ^28.1.3" ,
You can’t perform that action at this time.
0 commit comments