Skip to content

Commit

Permalink
ci: update dep graph
Browse files Browse the repository at this point in the history
  • Loading branch information
willfarrell committed Oct 16, 2024
1 parent 7a09f6e commit 95a6155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/core/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const middy = (lambdaHandler = defaultLambdaHandler, plugin = {}) => {
)
}

// Source @datastream/core (MIT)
let handlerStream
if (handlerBody._readableState) {
handlerStream = handlerBody
Expand Down
6 changes: 2 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,9 @@
"url": "https://github.com/sponsors/willfarrell"
},
"devDependencies": {
"@datastream/core": "0.0.38",
"@types/aws-lambda": "^8.10.76",
"@types/node": "^20.0.0"
},
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431",
"dependencies": {
"@datastream/core": "0.0.38"
}
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
}

0 comments on commit 95a6155

Please sign in to comment.