File tree 8 files changed +14
-14
lines changed
8 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
- "version" : " 5.4.2 " ,
3
+ "version" : " 5.4.3 " ,
4
4
"packages" : " packages/*" ,
5
5
"ignore" : " raven-*" ,
6
6
"npmClient" : " yarn" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/browser" ,
3
- "version" : " 5.4.2 " ,
3
+ "version" : " 5.4.3 " ,
4
4
"description" : " Official Sentry SDK for browsers" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/browser" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/core" : " 5.4.2 " ,
19
+ "@sentry/core" : " 5.4.3 " ,
20
20
"@sentry/types" : " 5.4.2" ,
21
21
"@sentry/utils" : " 5.4.2" ,
22
22
"tslib" : " ^1.9.3"
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.browser' ;
2
- export const SDK_VERSION = '5.4.2 ' ;
2
+ export const SDK_VERSION = '5.4.3 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/core" ,
3
- "version" : " 5.4.2 " ,
3
+ "version" : " 5.4.3 " ,
4
4
"description" : " Base implementation for all Sentry JavaScript SDKs" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/core" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/hub" : " 5.4.2 " ,
20
- "@sentry/minimal" : " 5.4.2 " ,
19
+ "@sentry/hub" : " 5.4.3 " ,
20
+ "@sentry/minimal" : " 5.4.3 " ,
21
21
"@sentry/types" : " 5.4.2" ,
22
22
"@sentry/utils" : " 5.4.2" ,
23
23
"tslib" : " ^1.9.3"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/hub" ,
3
- "version" : " 5.4.2 " ,
3
+ "version" : " 5.4.3 " ,
4
4
"description" : " Sentry hub which handles global state managment." ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/hub" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/minimal" ,
3
- "version" : " 5.4.2 " ,
3
+ "version" : " 5.4.3 " ,
4
4
"description" : " Sentry minimal library that can be used in other packages" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/hub" : " 5.4.2 " ,
19
+ "@sentry/hub" : " 5.4.3 " ,
20
20
"@sentry/types" : " 5.4.2" ,
21
21
"tslib" : " ^1.9.3"
22
22
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/node" ,
3
- "version" : " 5.4.2 " ,
3
+ "version" : " 5.4.3 " ,
4
4
"description" : " Offical Sentry SDK for Node.js" ,
5
5
"repository" : " git://github.com/getsentry/sentry-javascript.git" ,
6
6
"homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/node" ,
16
16
"access" : " public"
17
17
},
18
18
"dependencies" : {
19
- "@sentry/core" : " 5.4.2 " ,
20
- "@sentry/hub" : " 5.4.2 " ,
19
+ "@sentry/core" : " 5.4.3 " ,
20
+ "@sentry/hub" : " 5.4.3 " ,
21
21
"@sentry/types" : " 5.4.2" ,
22
22
"@sentry/utils" : " 5.4.2" ,
23
23
"cookie" : " 0.3.1" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.node' ;
2
- export const SDK_VERSION = '5.4.2 ' ;
2
+ export const SDK_VERSION = '5.4.3 ' ;
You can’t perform that action at this time.
0 commit comments