@sciagent/cli 1.0.39 → 1.0.40

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sciagent/cli",
3
- "version": "1.0.39",
3
+ "version": "1.0.40",
4
4
  "description": "SciAgent CLI - AI Research Assistant",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -16,11 +16,11 @@
16
16
  },
17
17
  "optionalDependencies": {
18
18
  "@sciagent/cli-linux-x64": "1.0.33",
19
- "@sciagent/cli-linux-arm64": "1.0.33",
20
- "@sciagent/cli-darwin-x64": "1.0.33",
21
- "@sciagent/cli-darwin-arm64": "1.0.33",
22
- "@sciagent/cli-win32-x64": "1.0.39",
23
- "@sciagent/cli-win32-arm64": "1.0.33"
19
+ "@sciagent/cli-linux-arm64": "1.0.39",
20
+ "@sciagent/cli-darwin-x64": "1.0.39",
21
+ "@sciagent/cli-darwin-arm64": "1.0.39",
22
+ "@sciagent/cli-win32-x64": "1.0.40",
23
+ "@sciagent/cli-win32-arm64": "1.0.39"
24
24
  },
25
25
  "keywords": [
26
26
  "ai",
@@ -27,7 +27,7 @@ const ARCH_MAP = {
27
27
  };
28
28
 
29
29
  // 当前版本号 - 每次发布时同步更新
30
- const CURRENT_VERSION = '1.0.39';
30
+ const CURRENT_VERSION = '1.0.40';
31
31
 
32
32
  // PyPI 镜像源列表(国内优先)
33
33
  const PYPI_MIRRORS = [