Skip to content

Commit

Permalink
Merge pull request #39 from DataDog/darcy.rayner/modify-dd-trace-version
Browse files Browse the repository at this point in the history
Modify dd trace version
  • Loading branch information
DarcyRaynerDD authored Dec 3, 2019
2 parents c8da0ee + 45c209b commit 6214062
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ version: 2.1

jobs:
verify_build:
environment:
NODE_OPTIONS: --max_old_space_size=4096
working_directory: ~/repo
docker:
- image: circleci/node:<< parameters.node >>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datadog-lambda-js",
"version": "0.9.0",
"version": "0.10.0",
"description": "Lambda client library that supports hybrid tracing in node js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"aws-xray-sdk-core": "^2.5.0",
"bignumber.js": "^9.0.0",
"dd-trace": "0.17.0-beta.3",
"dd-trace": "^0.17.0-beta.1",
"promise-retry": "^1.1.1",
"shimmer": "^1.2.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1041,10 +1041,10 @@ date-fns@^1.29.0:
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-1.30.1.tgz#2e71bf0b119153dbb4cc4e88d9ea5acfb50dc05c"
integrity sha512-hBSVCvSmWC+QypYObzwGOd9wqdDpOt+0wl0KbU+R+uuZBS1jN8VsD1ss3irQDknRj5NvxiTF6oj/nDRnN/UQNw==

[email protected].3:
version "0.17.0-beta.3"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-0.17.0-beta.3.tgz#47ac808696868c9d049eeaaa0fb337fde34f0366"
integrity sha512-nWWEdR32bHN8lzGy88mRTsGGSif5vQIhXn1Tb9pokszHXFPCrfmpjemcBDbUhIMbWX04K5Py7Xp27C+UPlhoCA==
dd-trace@^0.17.0-beta.1:
version "0.17.0-beta.11"
resolved "https://registry.yarnpkg.com/dd-trace/-/dd-trace-0.17.0-beta.11.tgz#9e625546f854dd3fe329a293cafe3ca23f13227d"
integrity sha512-Px+8s2szPwW9DDVrbmhs2cJb+/Mti4FvAlIJUwwl6kTf107X6T//nQLU+qv9aqinDdM2AR+J3IZjSEfVhwWjrw==
dependencies:
"@types/node" "^10.12.18"
bowser "^2.5.3"
Expand Down

0 comments on commit 6214062

Please sign in to comment.