File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"lerna" : " 3.4.0" ,
3
- "version" : " 4.6.5 " ,
3
+ "version" : " 4.6.6 " ,
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" : " 4.6.5 " ,
3
+ "version" : " 4.6.6 " ,
4
4
"description" : " Offical 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" ,
15
15
"access" : " public"
16
16
},
17
17
"dependencies" : {
18
- "@sentry/core" : " 4.6.5 " ,
18
+ "@sentry/core" : " 4.6.6 " ,
19
19
"@sentry/types" : " 4.5.3" ,
20
20
"@sentry/utils" : " 4.6.5" ,
21
21
"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 = '4.6.5 ' ;
2
+ export const SDK_VERSION = '4.6.6 ' ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/core" ,
3
- "version" : " 4.6.5 " ,
3
+ "version" : " 4.6.6 " ,
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" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @sentry/node" ,
3
- "version" : " 4.6.5 " ,
3
+ "version" : " 4.6.6 " ,
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" ,
15
15
"access" : " public"
16
16
},
17
17
"dependencies" : {
18
- "@sentry/core" : " 4.6.5 " ,
18
+ "@sentry/core" : " 4.6.6 " ,
19
19
"@sentry/hub" : " 4.6.5" ,
20
20
"@sentry/types" : " 4.5.3" ,
21
21
"@sentry/utils" : " 4.6.5" ,
Original file line number Diff line number Diff line change 1
1
export const SDK_NAME = 'sentry.javascript.node' ;
2
- export const SDK_VERSION = '4.6.5 ' ;
2
+ export const SDK_VERSION = '4.6.6 ' ;
You can’t perform that action at this time.
0 commit comments