@onebrain-ai/cli 2.0.6 → 2.0.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.
- package/dist/onebrain +3 -3
- package/package.json +1 -1
package/dist/onebrain
CHANGED
|
@@ -10747,7 +10747,7 @@ init_dist();
|
|
|
10747
10747
|
import { mkdir as mkdir3, readFile as readFile3, rename as rename3, stat as stat3, writeFile as writeFile3 } from "node:fs/promises";
|
|
10748
10748
|
import { homedir as homedir3 } from "node:os";
|
|
10749
10749
|
import { dirname as dirname3, join as join5 } from "node:path";
|
|
10750
|
-
var binaryVersion = "2.0.
|
|
10750
|
+
var binaryVersion = "2.0.7";
|
|
10751
10751
|
var STANDARD_FOLDERS = [
|
|
10752
10752
|
"00-inbox",
|
|
10753
10753
|
"01-projects",
|
|
@@ -11097,7 +11097,7 @@ async function defaultValidateBinary() {
|
|
|
11097
11097
|
if (exitCode !== 0)
|
|
11098
11098
|
return false;
|
|
11099
11099
|
const stdout = await new Response(proc.stdout).text();
|
|
11100
|
-
return
|
|
11100
|
+
return /v\d+\.\d+/.test(stdout.trim());
|
|
11101
11101
|
} catch {
|
|
11102
11102
|
return false;
|
|
11103
11103
|
}
|
|
@@ -12620,7 +12620,7 @@ async function vaultSyncCommand2(vaultRoot, opts = {}) {
|
|
|
12620
12620
|
}
|
|
12621
12621
|
|
|
12622
12622
|
// src/index.ts
|
|
12623
|
-
var VERSION = "2.0.
|
|
12623
|
+
var VERSION = "2.0.7";
|
|
12624
12624
|
var RELEASE_DATE = "2026-04-26";
|
|
12625
12625
|
if (process.platform === "win32") {
|
|
12626
12626
|
process.stdout.setDefaultEncoding("utf8");
|