@bgicli/bgicli 2.2.10 → 2.2.11
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/bgi.js +2 -2
- package/package.json +1 -1
package/dist/bgi.js
CHANGED
|
@@ -14386,7 +14386,7 @@ Python tools are at: **${TOOLS_DIR}**
|
|
|
14386
14386
|
|
|
14387
14387
|
---
|
|
14388
14388
|
|
|
14389
|
-
## OpenClaw Medical Skills (
|
|
14389
|
+
## OpenClaw Medical Skills (979\u4E2A\u4E13\u79D1\u6280\u80FD)
|
|
14390
14390
|
|
|
14391
14391
|
\u6280\u80FD\u5E93\u4F4D\u4E8E: **${SKILLS_DIR}**
|
|
14392
14392
|
|
|
@@ -15410,7 +15410,7 @@ function clearCheckpoints(sessionId) {
|
|
|
15410
15410
|
|
|
15411
15411
|
// src/index.ts
|
|
15412
15412
|
var import_fs6 = require("fs");
|
|
15413
|
-
var VERSION2 = "2.2.
|
|
15413
|
+
var VERSION2 = "2.2.11";
|
|
15414
15414
|
function isNewer(latest, current) {
|
|
15415
15415
|
const [lM, lm, lp] = latest.split(".").map(Number);
|
|
15416
15416
|
const [cM, cm, cp] = current.split(".").map(Number);
|