@roman-16/proton-cli 1.9.9 → 1.9.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -86,7 +86,7 @@ environment.systemPackages = [
86
86
  ### Install on Windows (winget)
87
87
 
88
88
  ```powershell
89
- winget install Roman.ProtonCLI
89
+ winget install Roman-16.ProtonCLI
90
90
  ```
91
91
 
92
92
  ### Install with Homebrew (macOS)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roman-16/proton-cli",
3
- "version": "1.9.9",
3
+ "version": "1.9.10",
4
4
  "description": "An unofficial command-line tool for Proton - Mail, Drive, Calendar, Pass, and Contacts from your terminal, with real end-to-end encryption.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/roman-16/proton-cli",
@@ -15,10 +15,10 @@
15
15
  "bin"
16
16
  ],
17
17
  "optionalDependencies": {
18
- "@roman-16/proton-cli-linux-x64": "1.9.9",
19
- "@roman-16/proton-cli-linux-arm64": "1.9.9",
20
- "@roman-16/proton-cli-darwin-x64": "1.9.9",
21
- "@roman-16/proton-cli-darwin-arm64": "1.9.9",
22
- "@roman-16/proton-cli-win32-x64": "1.9.9"
18
+ "@roman-16/proton-cli-linux-x64": "1.9.10",
19
+ "@roman-16/proton-cli-linux-arm64": "1.9.10",
20
+ "@roman-16/proton-cli-darwin-x64": "1.9.10",
21
+ "@roman-16/proton-cli-darwin-arm64": "1.9.10",
22
+ "@roman-16/proton-cli-win32-x64": "1.9.10"
23
23
  }
24
24
  }