Skip to content

Commit

Permalink
chore: update momento dependency in examples (#1242)
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 28bdce6 commit cbd0706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/nodejs/get-set-batch-perf-test/package-lock.json

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

8 changes: 4 additions & 4 deletions examples/nodejs/get-set-batch-perf-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"typescript": "5.4.5"
},
"dependencies": {
"@gomomento/sdk": "1.80.0",
"@gomomento/sdk": "^1.80.0",
"hdr-histogram-js": "3.0.0"
},
"engines" : {
"npm" : ">=8.0.0",
"node" : ">=18.0.0"
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
}
}

0 comments on commit cbd0706

Please sign in to comment.