Skip to content

Commit c3a1242

Browse files
authored
Merge branch 'main' into patch-2
2 parents b7b6e9a + 8d5d984 commit c3a1242

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

Diff for: package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: test/lambda/mongodb/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"name": "mongodb",
2+
"name": "mongodb-test-lambda",
33
"version": "1.0.0",
44
"description": "MongoDB Lambda Function Example",
55
"main": "app.mjs",
6-
"license": "MIT",
6+
"private": true,
7+
"license": "Apache-2.0",
78
"dependencies": {
89
"mongodb": "mongodb/node-mongodb-native"
910
}

0 commit comments

Comments
 (0)