ai-remote 0.5.1 → 0.6.1

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.
@@ -0,0 +1,12 @@
1
+ import {
2
+ checkHostKey,
3
+ forgetHostKey,
4
+ hostAddress,
5
+ knownHosts
6
+ } from "./cli-chunk-WWORJ2NE.mjs";
7
+ export {
8
+ checkHostKey,
9
+ forgetHostKey,
10
+ hostAddress,
11
+ knownHosts
12
+ };
@@ -198,7 +198,7 @@ function savedSecrets() {
198
198
  if (!seen.has(entry.key)) seen.set(entry.key, entry);
199
199
  }
200
200
  }
201
- return [...seen.values()].map(({ key, backend, savedAt }) => ({ key, backend, savedAt })).sort((a, b) => a.key < b.key ? -1 : a.key > b.key ? 1 : 0);
201
+ return [...seen.values()].map(({ key, backend, savedAt }) => ({ key, backend, savedAt })).toSorted((a, b) => a.key < b.key ? -1 : a.key > b.key ? 1 : 0);
202
202
  }
203
203
  async function forgetAll() {
204
204
  const keys = savedSecrets().map((entry) => entry.key);
@@ -0,0 +1,11 @@
1
+ import {
2
+ Shell,
3
+ bareUsername
4
+ } from "./cli-chunk-L6E2YYPQ.mjs";
5
+ import "./cli-chunk-UD2YES3P.mjs";
6
+ import "./cli-chunk-XT2FISR5.mjs";
7
+ import "./cli-chunk-WWORJ2NE.mjs";
8
+ export {
9
+ Shell,
10
+ bareUsername
11
+ };
@@ -4,8 +4,8 @@ import {
4
4
  openWindow,
5
5
  readCurrentDisplaySize,
6
6
  runWindow
7
- } from "./cli-chunk-DGYNADUR.mjs";
8
- import "./cli-chunk-WBOYG4KJ.mjs";
7
+ } from "./cli-chunk-CD47NHZT.mjs";
8
+ import "./cli-chunk-MURUADW4.mjs";
9
9
  export {
10
10
  detectCurrentDisplaySize,
11
11
  nativeWindowAvailable,