@dptech-corp/bohr-cli 2.6.52 → 2.6.54
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 +14 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -16,6 +16,20 @@
|
|
|
16
16
|
|
|
17
17
|
## [Unreleased]
|
|
18
18
|
|
|
19
|
+
## [2.6.54] - 2026-08-26
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- **`image list` 支持翻页**:新增 `--page` 参数(默认 1),`--limit` 更名为 `--size`(默认 100,`--limit` 保留为隐藏别名),此前只能看到前 100 条。
|
|
24
|
+
|
|
25
|
+
## [2.6.53] - 2026-08-26(未发布——版本号跳过)
|
|
26
|
+
|
|
27
|
+
v2.6.53 的 tag 流水线因测试未随改名更新而失败,受保护 tag 无法删除。改动实际随 2.6.54 发出。
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
|
|
31
|
+
- **`image list` 支持翻页**:新增 `--page` 参数(默认 1),`--limit` 更名为 `--size`(默认 100,`--limit` 保留为隐藏别名),此前只能看到前 100 条。
|
|
32
|
+
|
|
19
33
|
## [2.6.52] - 2026-08-26
|
|
20
34
|
|
|
21
35
|
### Breaking
|
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.54",
|
|
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.54",
|
|
36
|
+
"@dptech-corp/bohr-cli-darwin-amd64": "2.6.54",
|
|
37
|
+
"@dptech-corp/bohr-cli-linux-amd64": "2.6.54",
|
|
38
|
+
"@dptech-corp/bohr-cli-linux-arm64": "2.6.54",
|
|
39
|
+
"@dptech-corp/bohr-cli-windows-amd64": "2.6.54",
|
|
40
|
+
"@dptech-corp/bohr-cli-windows-arm64": "2.6.54"
|
|
41
41
|
}
|
|
42
42
|
}
|