You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🩹 [Patch]: Bump Sodium dependency to version 2.2.2 (#102)
This patch updates the Sodium module dependency requirement from version
2.2.0 to 2.2.2 across the Context module.
## Changes Made
Updated the `#Requires` statements in two PowerShell functions:
- `src/functions/public/Get-Context.ps1`
- `src/functions/public/Set-Context.ps1`
Both files now specify:
```powershell
#Requires -Modules @{ ModuleName = 'Sodium'; RequiredVersion = '2.2.2' }
```
## Why This Change
This ensures the Context module uses the latest patch version of the
Sodium cryptographic library, which likely includes bug fixes and
security improvements while maintaining API compatibility.
## Verification
- ✅ Only 2 lines changed (minimal and surgical update)
- ✅ PowerShell syntax validation passed
- ✅ No other version references remain in the codebase
Fixes#101.
<!-- START COPILOT CODING AGENT TIPS -->
---
💡 You can make Copilot smarter by setting up custom instructions,
customizing its development environment and configuring Model Context
Protocol (MCP) servers. Learn more [Copilot coding agent
tips](https://gh.io/copilot-coding-agent-tips) in the docs.
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: MariusStorhaug <[email protected]>
0 commit comments