File tree Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Expand file tree Collapse file tree 11 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.4.0" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "packages" : " packages/*" ,
55 "ignore" : " raven-*" ,
66 "npmClient" : " yarn" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/browser" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " Official Sentry SDK for browsers" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/browser" ,
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@sentry/core" : " 5.0.6 " ,
19+ "@sentry/core" : " 5.0.7 " ,
2020 "@sentry/types" : " 5.0.6" ,
21- "@sentry/utils" : " 5.0.6 " ,
21+ "@sentry/utils" : " 5.0.7 " ,
2222 "tslib" : " ^1.9.3"
2323 },
2424 "devDependencies" : {
Original file line number Diff line number Diff line change 11export const SDK_NAME = 'sentry.javascript.browser' ;
2- export const SDK_VERSION = '5.0.6 ' ;
2+ export const SDK_VERSION = '5.0.7 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/core" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " Base implementation for all Sentry JavaScript SDKs" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/core" ,
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@sentry/hub" : " 5.0.6 " ,
20- "@sentry/minimal" : " 5.0.6 " ,
19+ "@sentry/hub" : " 5.0.7 " ,
20+ "@sentry/minimal" : " 5.0.7 " ,
2121 "@sentry/types" : " 5.0.6" ,
22- "@sentry/utils" : " 5.0.6 " ,
22+ "@sentry/utils" : " 5.0.7 " ,
2323 "tslib" : " ^1.9.3"
2424 },
2525 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/hub" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " Sentry hub which handles global state managment." ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/hub" ,
1717 },
1818 "dependencies" : {
1919 "@sentry/types" : " 5.0.6" ,
20- "@sentry/utils" : " 5.0.6 " ,
20+ "@sentry/utils" : " 5.0.7 " ,
2121 "tslib" : " ^1.9.3"
2222 },
2323 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/integrations" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " Pluggable integrations that can be used to enchance JS SDKs" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations" ,
1818 "types" : " dist/index.d.ts" ,
1919 "dependencies" : {
2020 "@sentry/types" : " 5.0.6" ,
21- "@sentry/utils" : " 5.0.6 "
21+ "@sentry/utils" : " 5.0.7 "
2222 },
2323 "devDependencies" : {
2424 "chai" : " ^4.1.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/minimal" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " Sentry minimal library that can be used in other packages" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal" ,
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@sentry/hub" : " 5.0.6 " ,
19+ "@sentry/hub" : " 5.0.7 " ,
2020 "@sentry/types" : " 5.0.6" ,
2121 "tslib" : " ^1.9.3"
2222 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/node" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " Offical Sentry SDK for Node.js" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/node" ,
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@sentry/core" : " 5.0.6 " ,
20- "@sentry/hub" : " 5.0.6 " ,
19+ "@sentry/core" : " 5.0.7 " ,
20+ "@sentry/hub" : " 5.0.7 " ,
2121 "@sentry/types" : " 5.0.6" ,
22- "@sentry/utils" : " 5.0.6 " ,
22+ "@sentry/utils" : " 5.0.7 " ,
2323 "cookie" : " 0.3.1" ,
2424 "https-proxy-agent" : " 2.2.1" ,
2525 "lru_map" : " 0.3.3" ,
Original file line number Diff line number Diff line change 11export const SDK_NAME = 'sentry.javascript.node' ;
2- export const SDK_VERSION = '5.0.6 ' ;
2+ export const SDK_VERSION = '5.0.7 ' ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @sentry/opentracing" ,
3- "version" : " 5.0.6 " ,
3+ "version" : " 5.0.7 " ,
44 "description" : " Sentry OpenTracing SDK" ,
55 "repository" : " git://github.com/getsentry/sentry-javascript.git" ,
66 "homepage" : " https://github.com/getsentry/sentry-javascript/tree/master/packages/minimal" ,
1616 "access" : " public"
1717 },
1818 "dependencies" : {
19- "@sentry/hub" : " 5.0.6 " ,
19+ "@sentry/hub" : " 5.0.7 " ,
2020 "@sentry/types" : " 5.0.6" ,
21- "@sentry/utils" : " 5.0.6 " ,
21+ "@sentry/utils" : " 5.0.7 " ,
2222 "opentracing" : " 0.14.3"
2323 },
2424 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments