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.7.0 " ,
2
+ "version" : " 0.7.1 " ,
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.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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" ,
70
70
"@rollup/plugin-json" : " 4.1.0" ,
71
71
"@rollup/plugin-node-resolve" : " 13.3.0" ,
72
72
"@rollup/plugin-replace" : " ^4.0.0" ,
73
- "@sentry-internal/eslint-config" : " 0.7.0 " ,
74
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.0 " ,
73
+ "@sentry-internal/eslint-config" : " 0.7.1 " ,
74
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.1 " ,
75
75
"@swc/core" : " ^1.2.205" ,
76
76
"@swc/jest" : " ^0.2.21" ,
77
77
"@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.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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.7.0 " ,
19
- "@sentry/rollup-plugin" : " 0.7.0 " ,
20
- "@sentry/vite-plugin" : " 0.7.0 " ,
21
- "@sentry/webpack-plugin" : " 0.7.0 " ,
18
+ "@sentry/esbuild-plugin" : " 0.7.1 " ,
19
+ "@sentry/rollup-plugin" : " 0.7.1 " ,
20
+ "@sentry/vite-plugin" : " 0.7.1 " ,
21
+ "@sentry/webpack-plugin" : " 0.7.1 " ,
22
22
"axios" : " ^1.1.3"
23
23
},
24
24
"devDependencies" : {
25
- "@sentry-internal/eslint-config" : " 0.7.0 " ,
26
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.0 " ,
25
+ "@sentry-internal/eslint-config" : " 0.7.1 " ,
26
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.1 " ,
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.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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" ,
47
47
"lint" : " eslint ./src ./test"
48
48
},
49
49
"dependencies" : {
50
- "@sentry/bundler-plugin-core" : " 0.7.0 "
50
+ "@sentry/bundler-plugin-core" : " 0.7.1 "
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.7.0 " ,
61
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.0 " ,
60
+ "@sentry-internal/eslint-config" : " 0.7.1 " ,
61
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.1 " ,
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/eslint-config" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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.7.0 " ,
19
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.0 " ,
20
- "@sentry/bundler-plugin-core" : " 0.7.0 " ,
18
+ "@sentry-internal/eslint-config" : " 0.7.1 " ,
19
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.1 " ,
20
+ "@sentry/bundler-plugin-core" : " 0.7.1 " ,
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.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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.7.0 " ,
21
+ "@sentry/bundler-plugin-core" : " 0.7.1 " ,
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.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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" ,
48
48
"lint" : " eslint ./src ./test"
49
49
},
50
50
"dependencies" : {
51
- "@sentry/bundler-plugin-core" : " 0.7.0 "
51
+ "@sentry/bundler-plugin-core" : " 0.7.1 "
52
52
},
53
53
"devDependencies" : {
54
54
"@babel/core" : " 7.18.5" ,
58
58
"@rollup/plugin-commonjs" : " 22.0.1" ,
59
59
"@rollup/plugin-json" : " 4.1.0" ,
60
60
"@rollup/plugin-node-resolve" : " 13.3.0" ,
61
- "@sentry-internal/eslint-config" : " 0.7.0 " ,
62
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.0 " ,
61
+ "@sentry-internal/eslint-config" : " 0.7.1 " ,
62
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.1 " ,
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/sentry-bundler-plugin-tsconfig" ,
3
- "version" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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" ,
47
47
"lint" : " eslint ./src ./test"
48
48
},
49
49
"dependencies" : {
50
- "@sentry/bundler-plugin-core" : " 0.7.0 "
50
+ "@sentry/bundler-plugin-core" : " 0.7.1 "
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.7.0 " ,
61
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.0 " ,
60
+ "@sentry-internal/eslint-config" : " 0.7.1 " ,
61
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.1 " ,
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" : " 0.7.0 " ,
3
+ "version" : " 0.7.1 " ,
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" ,
47
47
"lint" : " eslint ./src ./test"
48
48
},
49
49
"dependencies" : {
50
- "@sentry/bundler-plugin-core" : " 0.7.0 "
50
+ "@sentry/bundler-plugin-core" : " 0.7.1 "
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.7.0 " ,
61
- "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.0 " ,
60
+ "@sentry-internal/eslint-config" : " 0.7.1 " ,
61
+ "@sentry-internal/sentry-bundler-plugin-tsconfig" : " 0.7.1 " ,
62
62
"@swc/core" : " ^1.2.205" ,
63
63
"@swc/jest" : " ^0.2.21" ,
64
64
"@types/jest" : " ^28.1.3" ,
You can’t perform that action at this time.
0 commit comments