@liberseek/boft-cli-win32-arm64 0.7.1 → 0.7.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.
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ BOFT CLI runs Pi and other external harnesses inside Codex Desktop.
|
|
|
7
7
|
## Install
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install -g @liberseek/boft-cli@0.7.
|
|
10
|
+
npm install -g @liberseek/boft-cli@0.7.2
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
Do not install this package directly. npm selects it through the optional dependencies of `@liberseek/boft-cli`.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"schemaVersion":1,"version":"0.7.
|
|
1
|
+
{"schemaVersion":1,"version":"0.7.2","distribution":"npm","target":"windows-arm64"}
|
|
@@ -1160,7 +1160,8 @@ function sleep(milliseconds) {
|
|
|
1160
1160
|
return new Promise((resolve) => setTimeout(resolve, milliseconds));
|
|
1161
1161
|
}
|
|
1162
1162
|
function sameAgents(actual, expected) {
|
|
1163
|
-
|
|
1163
|
+
const expectedSet = new Set(expected);
|
|
1164
|
+
return actual.length === expected.length && new Set(actual).size === actual.length && actual.every((agent) => expectedSet.has(agent));
|
|
1164
1165
|
}
|
|
1165
1166
|
function isPrimaryRendererUrl(value) {
|
|
1166
1167
|
try {
|
package/bin/boft.exe
CHANGED
|
Binary file
|
|
Binary file
|
package/libexec/boft-shim.exe
CHANGED
|
Binary file
|
package/libexec/boft-updater.exe
CHANGED
|
Binary file
|