Skip to content

Upgraded to Muhammara 5.3.0 aws lambda on 64-bit (x86) architecture on node >= 20.19.0. #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ And then deploy your lambda function as you would normally.
3.8.16 Updated for Muhamara 3.8 (AWS Lambda Node 16.20.X)

4.0 Updated for Muhamara 4.0 (AWS Lambda Node 16.20.X)

5.3.1 Updated for Muhamara 5.3.0 (AWS Lambda Node 20.19.X)
Binary file modified binding/muhammara.node.zip
Binary file not shown.
90 changes: 37 additions & 53 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "lambda-muhammara",
"version": "4.0.1",
"description": "Muhammara 4.0.0 binaries that can be used in Lambda that were built on Node 16.x",
"version": "5.3.1",
"description": "Muhammara 5.3.1 binaries that can be used in Lambda that were built on Node 20.x on 64-bit (x86) architecture.",
"repository": {
"type": "git",
"url": "https://github.com/CherryCircle/lambda-muhammara.git"
"url": "https://github.com/QbDVision-Inc/lambda-muhammara.git"
},
"main": "install.js",
"scripts": {
Expand All @@ -19,10 +19,10 @@
"license": "MIT",
"dependencies": {
"extract-zip": "^2.0.1",
"muhammara": "^4.0.0"
"muhammara": "^5.3.0"
},
"engines": {
"node": ">= 16.20.0"
"node": ">= 20.19.0"
},
"overrides": {
"semver": "7.5.4"
Expand Down