heyatlas 1.2.1 → 1.2.2

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/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -5525,6 +5525,7 @@ class AtlasTunnel {
5525
5525
  agent: "atlas-agent",
5526
5526
  name: userId,
5527
5527
  host,
5528
+ secure: !(host.includes("localhost") || host.includes("127.0.0.1") || host.includes("host.docker.internal")),
5528
5529
  onStateUpdate: (state, source) => this.handleStateUpdate(state, source),
5529
5530
  query
5530
5531
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heyatlas",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Tunnel local AI agents to the cloud for voice-powered interactions",
5
5
  "author": "Bishwendu Kundu <bishwenduk029@gmail.com>",
6
6
  "license": "MIT",