Skip to content

Commit

Permalink
chore: update momento dependency in examples (#1432)
Browse files Browse the repository at this point in the history
Automated commit created by update-example-deps workflow

Co-authored-by: cprice404 <[email protected]>
  • Loading branch information
1 parent 8f949a0 commit dca13e6
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 deletions.

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

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@gomomento/sdk": "^1.97.0",
"@gomomento/sdk": "^1.98.1",
"aws-lambda": "1.0.7"
}
}

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

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.637.0",
"@gomomento/sdk": "^1.97.0",
"@gomomento/sdk": "^1.98.1",
"aws-lambda": "1.0.7"
}
}
16 changes: 8 additions & 8 deletions examples/nodejs/webhooks/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/nodejs/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"typescript": "4.9.5"
},
"dependencies": {
"@gomomento/sdk": "^1.97.0",
"@gomomento/sdk": "^1.98.1",
"aws-lambda": "1.0.7"
}
}

0 comments on commit dca13e6

Please sign in to comment.