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 1
1
{
2
- "version" : " 0.0.0 -alpha.0" ,
2
+ "version" : " 0.0.1 -alpha.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.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.0" ,
4
4
"description" : " Sentry Bundler Plugin Core" ,
5
5
"repository" : " git://github.com/getsentry/sentry-unplugin.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-unplugin" ,
46
46
"@rollup/plugin-json" : " 4.1.0" ,
47
47
"@rollup/plugin-node-resolve" : " 13.3.0" ,
48
48
"@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" ,
51
51
"@swc/core" : " ^1.2.205" ,
52
52
"@swc/jest" : " ^0.2.21" ,
53
53
"@types/jest" : " ^28.1.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/esbuild-plugin" ,
3
- "version" : " 0.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.0" ,
4
4
"description" : " Official Sentry esbuild 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/esbuild-plugin" ,
36
36
"lint" : " eslint ./src ./test"
37
37
},
38
38
"dependencies" : {
39
- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
39
+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
40
40
},
41
41
"devDependencies" : {
42
42
"@babel/core" : " 7.18.5" ,
46
46
"@rollup/plugin-commonjs" : " 22.0.1" ,
47
47
"@rollup/plugin-json" : " 4.1.0" ,
48
48
"@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" ,
51
51
"@swc/core" : " ^1.2.205" ,
52
52
"@swc/jest" : " ^0.2.21" ,
53
53
"@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.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.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.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"scripts" : {
11
11
"check:types" : " tsc --project ./tsconfig.json --noEmit"
12
12
},
13
13
"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" ,
17
17
"@swc/jest" : " ^0.2.21" ,
18
18
"@types/jest" : " ^28.1.3" ,
19
19
"@types/webpack4" : " npm:@types/webpack@4.41.32" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry-internal/bundler-plugin-playground" ,
3
- "version" : " 0.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.0" ,
4
4
"license" : " MIT" ,
5
5
"private" : true ,
6
6
"scripts" : {
14
14
"start:proxyLogger" : " ts-node scripts/request-logger-proxy.ts"
15
15
},
16
16
"dependencies" : {
17
+ "@sentry/bundler-plugin-core" : " 0.0.1-alpha.0" ,
17
18
"@sentry/integrations" : " ^7.11.1" ,
18
19
"@sentry/node" : " ^7.11.1" ,
19
- "@sentry/bundler-plugin-core" : " 0.0.0-alpha.0" ,
20
20
"@types/express" : " ^4.17.13" ,
21
21
"@types/http-proxy" : " ^1.17.9" ,
22
22
"esbuild" : " 0.14.49" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/rollup-plugin" ,
3
- "version" : " 0.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.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" ,
37
37
"lint" : " eslint ./src ./test"
38
38
},
39
39
"dependencies" : {
40
- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
40
+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
41
41
},
42
42
"devDependencies" : {
43
43
"@babel/core" : " 7.18.5" ,
47
47
"@rollup/plugin-commonjs" : " 22.0.1" ,
48
48
"@rollup/plugin-json" : " 4.1.0" ,
49
49
"@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" ,
52
52
"@swc/core" : " ^1.2.205" ,
53
53
"@swc/jest" : " ^0.2.21" ,
54
54
"@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.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.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.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.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" ,
36
36
"lint" : " eslint ./src ./test"
37
37
},
38
38
"dependencies" : {
39
- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
39
+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
40
40
},
41
41
"devDependencies" : {
42
42
"@babel/core" : " 7.18.5" ,
46
46
"@rollup/plugin-commonjs" : " 22.0.1" ,
47
47
"@rollup/plugin-json" : " 4.1.0" ,
48
48
"@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" ,
51
51
"@swc/core" : " ^1.2.205" ,
52
52
"@swc/jest" : " ^0.2.21" ,
53
53
"@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.0.0 -alpha.0" ,
3
+ "version" : " 0.0.1 -alpha.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" ,
36
36
"lint" : " eslint ./src ./test"
37
37
},
38
38
"dependencies" : {
39
- "@sentry/bundler-plugin-core" : " 0.0.0 -alpha.0"
39
+ "@sentry/bundler-plugin-core" : " 0.0.1 -alpha.0"
40
40
},
41
41
"devDependencies" : {
42
42
"@babel/core" : " 7.18.5" ,
46
46
"@rollup/plugin-commonjs" : " 22.0.1" ,
47
47
"@rollup/plugin-json" : " 4.1.0" ,
48
48
"@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" ,
51
51
"@swc/core" : " ^1.2.205" ,
52
52
"@swc/jest" : " ^0.2.21" ,
53
53
"@types/jest" : " ^28.1.3" ,
You can’t perform that action at this time.
0 commit comments