@roman-16/proton-cli 1.9.12 → 1.9.13

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roman-16/proton-cli",
3
- "version": "1.9.12",
3
+ "version": "1.9.13",
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.12",
19
- "@roman-16/proton-cli-linux-arm64": "1.9.12",
20
- "@roman-16/proton-cli-darwin-x64": "1.9.12",
21
- "@roman-16/proton-cli-darwin-arm64": "1.9.12",
22
- "@roman-16/proton-cli-win32-x64": "1.9.12"
18
+ "@roman-16/proton-cli-linux-x64": "1.9.13",
19
+ "@roman-16/proton-cli-linux-arm64": "1.9.13",
20
+ "@roman-16/proton-cli-darwin-x64": "1.9.13",
21
+ "@roman-16/proton-cli-darwin-arm64": "1.9.13",
22
+ "@roman-16/proton-cli-win32-x64": "1.9.13"
23
23
  }
24
24
  }