openmates 0.15.0-alpha.5 → 0.15.0-alpha.7

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.
@@ -57926,6 +57926,8 @@ function printConnectAccountHelp() {
57926
57926
 
57927
57927
  Starts a local Proton Mail Bridge connector for OpenMates Mail. Proton Bridge
57928
57928
  owns Proton login. OpenMates never asks for your Proton account password.
57929
+ Proton Mail Bridge requires a paid Proton Mail plan; free Proton accounts cannot
57930
+ use Bridge IMAP/SMTP access.
57929
57931
  If Bridge is missing, the CLI prints OS-specific install instructions and stops;
57930
57932
  install Bridge yourself, sign in through Proton Bridge, then rerun this command.
57931
57933
 
package/dist/cli.js CHANGED
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  getExtForLang,
4
4
  serializeToYaml
5
- } from "./chunk-DYDS7O62.js";
5
+ } from "./chunk-OGPT77WS.js";
6
6
  import "./chunk-AXNRPVLE.js";
7
7
  export {
8
8
  getExtForLang,
package/dist/index.js CHANGED
@@ -29,7 +29,7 @@ import {
29
29
  renderSupportInfo,
30
30
  serializeToYaml,
31
31
  unwrapApiKeyMasterKey
32
- } from "./chunk-DYDS7O62.js";
32
+ } from "./chunk-OGPT77WS.js";
33
33
  import "./chunk-AXNRPVLE.js";
34
34
 
35
35
  // src/generated/appSkills.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmates",
3
- "version": "0.15.0-alpha.5",
3
+ "version": "0.15.0-alpha.7",
4
4
  "description": "OpenMates CLI and SDK",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",