@onebrain-ai/cli 2.1.15 → 2.1.16
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
|
@@ -9558,7 +9558,7 @@ var init_lib = __esm(() => {
|
|
|
9558
9558
|
var require_package = __commonJS((exports, module) => {
|
|
9559
9559
|
module.exports = {
|
|
9560
9560
|
name: "@onebrain-ai/cli",
|
|
9561
|
-
version: "2.1.
|
|
9561
|
+
version: "2.1.16",
|
|
9562
9562
|
description: "CLI for OneBrain \u2014 personal AI OS for Obsidian with persistent memory, 24+ skills, and Claude Code integration",
|
|
9563
9563
|
keywords: [
|
|
9564
9564
|
"onebrain",
|
|
@@ -10968,7 +10968,7 @@ var import_picocolors5 = __toESM(require_picocolors(), 1);
|
|
|
10968
10968
|
var import_picocolors = __toESM(require_picocolors(), 1);
|
|
10969
10969
|
function resolveBinaryVersion() {
|
|
10970
10970
|
if (true)
|
|
10971
|
-
return "2.1.
|
|
10971
|
+
return "2.1.16";
|
|
10972
10972
|
try {
|
|
10973
10973
|
const pkg = require_package();
|
|
10974
10974
|
return pkg.version ?? "dev";
|
|
@@ -13199,7 +13199,7 @@ function patchUtf8(stream) {
|
|
|
13199
13199
|
}
|
|
13200
13200
|
|
|
13201
13201
|
// src/index.ts
|
|
13202
|
-
var VERSION = "2.1.
|
|
13202
|
+
var VERSION = "2.1.16";
|
|
13203
13203
|
var RELEASE_DATE = "2026-05-06";
|
|
13204
13204
|
patchUtf8(process.stdout);
|
|
13205
13205
|
patchUtf8(process.stderr);
|