@dptech-corp/bohr-cli 2.6.20 → 2.6.21
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/CHANGELOG.md +6 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
|
|
16
16
|
## [Unreleased]
|
|
17
17
|
|
|
18
|
+
## [2.6.21] - 2026-08-13
|
|
19
|
+
|
|
20
|
+
### Fixed
|
|
21
|
+
|
|
22
|
+
- `bohr job log` 与 `bohr job download` 恢复接受 Bohr ID 位置参数;位置参数可重复,也可与现有 `--id/-i` 混用,旧脚本无需改写即可继续下载日志和结果文件。`job log/download/kill/terminate` 共用的 ID 解析现在会在请求前拒绝 `0` 和负数。
|
|
23
|
+
|
|
18
24
|
## [2.6.20] - 2026-08-13
|
|
19
25
|
|
|
20
26
|
### Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dptech-corp/bohr-cli",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.21",
|
|
4
4
|
"description": "CLI tool for Bohrium scientific computing platform",
|
|
5
5
|
"bin": {
|
|
6
6
|
"bohr": "run.js"
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"CHANGELOG.md"
|
|
33
33
|
],
|
|
34
34
|
"optionalDependencies": {
|
|
35
|
-
"@dptech-corp/bohr-cli-darwin-arm64": "2.6.
|
|
36
|
-
"@dptech-corp/bohr-cli-darwin-amd64": "2.6.
|
|
37
|
-
"@dptech-corp/bohr-cli-linux-amd64": "2.6.
|
|
38
|
-
"@dptech-corp/bohr-cli-linux-arm64": "2.6.
|
|
39
|
-
"@dptech-corp/bohr-cli-windows-amd64": "2.6.
|
|
40
|
-
"@dptech-corp/bohr-cli-windows-arm64": "2.6.
|
|
35
|
+
"@dptech-corp/bohr-cli-darwin-arm64": "2.6.21",
|
|
36
|
+
"@dptech-corp/bohr-cli-darwin-amd64": "2.6.21",
|
|
37
|
+
"@dptech-corp/bohr-cli-linux-amd64": "2.6.21",
|
|
38
|
+
"@dptech-corp/bohr-cli-linux-arm64": "2.6.21",
|
|
39
|
+
"@dptech-corp/bohr-cli-windows-amd64": "2.6.21",
|
|
40
|
+
"@dptech-corp/bohr-cli-windows-arm64": "2.6.21"
|
|
41
41
|
}
|
|
42
42
|
}
|