File tree 11 files changed +35
-35
lines changed
11 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.5.1 " ,
2
+ "version" : " 0.6.0 " ,
3
3
"packages" : " packages/*" ,
4
4
"npmClient" : " yarn" ,
5
5
"useWorkspaces" : true
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/bundler-plugin-core" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" ,
54
54
"@rollup/plugin-json" : " 4.1.0" ,
55
55
"@rollup/plugin-node-resolve" : " 13.3.0" ,
56
56
"@rollup/plugin-replace" : " ^4.0.0" ,
57
- "@sentry-internal/eslint-config" : " 0.5.1 " ,
58
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.5.1 " ,
57
+ "@sentry-internal/eslint-config" : " 0.6.0 " ,
58
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.6.0 " ,
59
59
"@swc/core" : " ^1.2.205" ,
60
60
"@swc/jest" : " ^0.2.21" ,
61
61
"@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/bundler-plugin-e2e-tests" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" : " 0.5.1 " ,
19
- "@sentry/rollup-plugin" : " 0.5.1 " ,
20
- "@sentry/vite-plugin" : " 0.5.1 " ,
21
- "@sentry/webpack-plugin" : " 0.5.1 " ,
18
+ "@sentry/esbuild-plugin" : " 0.6.0 " ,
19
+ "@sentry/rollup-plugin" : " 0.6.0 " ,
20
+ "@sentry/vite-plugin" : " 0.6.0 " ,
21
+ "@sentry/webpack-plugin" : " 0.6.0 " ,
22
22
"axios" : " ^1.1.3"
23
23
},
24
24
"devDependencies" : {
25
- "@sentry-internal/eslint-config" : " 0.5.1 " ,
26
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.5.1 " ,
25
+ "@sentry-internal/eslint-config" : " 0.6.0 " ,
26
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.6.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" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" ,
46
46
"lint" : " eslint ./src ./test"
47
47
},
48
48
"dependencies" : {
49
- "@sentry/bundler-plugin-core" : " 0.5.1 "
49
+ "@sentry/bundler-plugin-core" : " 0.6.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@babel/core" : " 7.18.5" ,
56
56
"@rollup/plugin-commonjs" : " 22.0.1" ,
57
57
"@rollup/plugin-json" : " 4.1.0" ,
58
58
"@rollup/plugin-node-resolve" : " 13.3.0" ,
59
- "@sentry-internal/eslint-config" : " 0.5.1 " ,
60
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.5.1 " ,
59
+ "@sentry-internal/eslint-config" : " 0.6.0 " ,
60
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.6.0 " ,
61
61
"@swc/core" : " ^1.2.205" ,
62
62
"@swc/jest" : " ^0.2.21" ,
63
63
"@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" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" : " 0.5.1 " ,
19
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.5.1 " ,
20
- "@sentry/bundler-plugin-core" : " 0.5.1 " ,
18
+ "@sentry-internal/eslint-config" : " 0.6.0 " ,
19
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.6.0 " ,
20
+ "@sentry/bundler-plugin-core" : " 0.6.0 " ,
21
21
"@swc/jest" : " ^0.2.21" ,
22
22
"@types/jest" : " ^28.1.3" ,
23
23
"@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" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" : " 0.5.1 " ,
21
+ "@sentry/bundler-plugin-core" : " 0.6.0 " ,
22
22
"@sentry/integrations" : " ^7.19.0" ,
23
23
"@sentry/node" : " ^7.19.0" ,
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" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" ,
47
47
"lint" : " eslint ./src ./test"
48
48
},
49
49
"dependencies" : {
50
- "@sentry/bundler-plugin-core" : " 0.5.1 "
50
+ "@sentry/bundler-plugin-core" : " 0.6.0 "
51
51
},
52
52
"devDependencies" : {
53
53
"@babel/core" : " 7.18.5" ,
57
57
"@rollup/plugin-commonjs" : " 22.0.1" ,
58
58
"@rollup/plugin-json" : " 4.1.0" ,
59
59
"@rollup/plugin-node-resolve" : " 13.3.0" ,
60
- "@sentry-internal/eslint-config" : " 0.5.1 " ,
61
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.5.1 " ,
60
+ "@sentry-internal/eslint-config" : " 0.6.0 " ,
61
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.6.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-internal/sentry-bundler-plugin-tsconfig" ,
3
- "version" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" ,
46
46
"lint" : " eslint ./src ./test"
47
47
},
48
48
"dependencies" : {
49
- "@sentry/bundler-plugin-core" : " 0.5.1 "
49
+ "@sentry/bundler-plugin-core" : " 0.6.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@babel/core" : " 7.18.5" ,
56
56
"@rollup/plugin-commonjs" : " 22.0.1" ,
57
57
"@rollup/plugin-json" : " 4.1.0" ,
58
58
"@rollup/plugin-node-resolve" : " 13.3.0" ,
59
- "@sentry-internal/eslint-config" : " 0.5.1 " ,
60
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.5.1 " ,
59
+ "@sentry-internal/eslint-config" : " 0.6.0 " ,
60
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.6.0 " ,
61
61
"@swc/core" : " ^1.2.205" ,
62
62
"@swc/jest" : " ^0.2.21" ,
63
63
"@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" : " 0.5.1 " ,
3
+ "version" : " 0.6.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" ,
46
46
"lint" : " eslint ./src ./test"
47
47
},
48
48
"dependencies" : {
49
- "@sentry/bundler-plugin-core" : " 0.5.1 "
49
+ "@sentry/bundler-plugin-core" : " 0.6.0 "
50
50
},
51
51
"devDependencies" : {
52
52
"@babel/core" : " 7.18.5" ,
56
56
"@rollup/plugin-commonjs" : " 22.0.1" ,
57
57
"@rollup/plugin-json" : " 4.1.0" ,
58
58
"@rollup/plugin-node-resolve" : " 13.3.0" ,
59
- "@sentry-internal/eslint-config" : " 0.5.1 " ,
60
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.5.1 " ,
59
+ "@sentry-internal/eslint-config" : " 0.6.0 " ,
60
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.6.0 " ,
61
61
"@swc/core" : " ^1.2.205" ,
62
62
"@swc/jest" : " ^0.2.21" ,
63
63
"@types/jest" : " ^28.1.3" ,
You can’t perform that action at this time.
0 commit comments