Skip to content

Commit

Permalink
Fix inconsistency in package override for bot-sdk version. (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnuxie authored Dec 4, 2024
1 parent b952ee1 commit 86c887b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
},
"overrides": {
"matrix-bot-sdk": "$@vector-im/matrix-bot-sdk",
"@vector-im/matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.6.6-element.1"
"@vector-im/matrix-bot-sdk": "npm:@vector-im/matrix-bot-sdk@^0.7.1-element.6"
},
"engines": {
"node": ">=20.0.0"
Expand Down

0 comments on commit 86c887b

Please sign in to comment.