File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ version: 2.1
2
2
3
3
jobs :
4
4
verify_build :
5
+ environment :
6
+ NODE_OPTIONS : --max_old_space_size=4096
5
7
working_directory : ~/repo
6
8
docker :
7
9
- image : circleci/node:<< parameters.node >>
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " datadog-lambda-js" ,
3
- "version" : " 0.9 .0" ,
3
+ "version" : " 0.10 .0" ,
4
4
"description" : " Lambda client library that supports hybrid tracing in node js" ,
5
5
"main" : " dist/index.js" ,
6
6
"types" : " dist/index.d.ts" ,
33
33
"dependencies" : {
34
34
"aws-xray-sdk-core" : " ^2.5.0" ,
35
35
"bignumber.js" : " ^9.0.0" ,
36
- "dd-trace" : " 0.17.0-beta.3 " ,
36
+ "dd-trace" : " ^ 0.17.0-beta.1 " ,
37
37
"promise-retry" : " ^1.1.1" ,
38
38
"shimmer" : " ^1.2.1"
39
39
},
Original file line number Diff line number Diff line change @@ -1041,10 +1041,10 @@ date-fns@^1.29.0:
1041
1041
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
1042
1042
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==
1043
1043
1044
-
1045
- version "0.17.0-beta.3 "
1046
- resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-0.17.0-beta.3 .tgz#47ac808696868c9d049eeaaa0fb337fde34f0366 "
1047
- integrity sha512-nWWEdR32bHN8lzGy88mRTsGGSif5vQIhXn1Tb9pokszHXFPCrfmpjemcBDbUhIMbWX04K5Py7Xp27C+UPlhoCA ==
1044
+ dd-trace@^ 0.17.0-beta.1 :
1045
+ version "0.17.0-beta.11 "
1046
+ resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-0.17.0-beta.11 .tgz#9e625546f854dd3fe329a293cafe3ca23f13227d "
1047
+ integrity sha512-Px+8s2szPwW9DDVrbmhs2cJb+/Mti4FvAlIJUwwl6kTf107X6T//nQLU+qv9aqinDdM2AR+J3IZjSEfVhwWjrw ==
1048
1048
dependencies :
1049
1049
" @types/node" " ^10.12.18"
1050
1050
bowser "^2.5.3"
You can’t perform that action at this time.
0 commit comments