@bgicli/bgicli 2.2.5 → 2.2.6

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.
Files changed (2) hide show
  1. package/dist/bgi.js +1 -1
  2. package/package.json +1 -1
package/dist/bgi.js CHANGED
@@ -14726,7 +14726,7 @@ function routeSkill(message) {
14726
14726
  }
14727
14727
 
14728
14728
  // src/index.ts
14729
- var VERSION2 = "2.2.0";
14729
+ var VERSION2 = "2.2.6";
14730
14730
  function installBundledData() {
14731
14731
  const bundledData = (0, import_path4.join)(__dirname, "..", "data");
14732
14732
  if (!(0, import_fs4.existsSync)(bundledData)) return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bgicli/bgicli",
3
- "version": "2.2.5",
3
+ "version": "2.2.6",
4
4
  "description": "BGI CLI — Bioinformatics AI terminal for Chinese researchers (百炼/DeepSeek/Kimi/Qwen)",
5
5
  "bin": {
6
6
  "bgi": "dist/bgi.js"