@roman-16/proton-cli 3.7.0 → 4.0.0

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 +2 -2
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -44,9 +44,9 @@ The command is `proton`, and `proton-cli` works too.
44
44
 
45
45
  ```console
46
46
  $ proton account login
47
- Email: you@proton.me
47
+ Email: you@proton.me
48
48
  Password:
49
- Two-factor code: 123456
49
+ Two-factor code: 123456
50
50
 
51
51
  ✓ Signed in as you@proton.me.
52
52
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@roman-16/proton-cli",
3
- "version": "3.7.0",
3
+ "version": "4.0.0",
4
4
  "description": "Your CLI for Proton Mail, Drive, Calendar, Pass and Contacts. One binary, end-to-end encrypted.",
5
5
  "keywords": [
6
6
  "cli",
@@ -30,11 +30,11 @@
30
30
  "bin"
31
31
  ],
32
32
  "optionalDependencies": {
33
- "@roman-16/proton-cli-linux-x64": "3.7.0",
34
- "@roman-16/proton-cli-linux-arm64": "3.7.0",
35
- "@roman-16/proton-cli-darwin-x64": "3.7.0",
36
- "@roman-16/proton-cli-darwin-arm64": "3.7.0",
37
- "@roman-16/proton-cli-win32-x64": "3.7.0",
38
- "@roman-16/proton-cli-win32-arm64": "3.7.0"
33
+ "@roman-16/proton-cli-linux-x64": "4.0.0",
34
+ "@roman-16/proton-cli-linux-arm64": "4.0.0",
35
+ "@roman-16/proton-cli-darwin-x64": "4.0.0",
36
+ "@roman-16/proton-cli-darwin-arm64": "4.0.0",
37
+ "@roman-16/proton-cli-win32-x64": "4.0.0",
38
+ "@roman-16/proton-cli-win32-arm64": "4.0.0"
39
39
  }
40
40
  }