@viceme-ai/cli 0.42.0 → 0.42.2

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 CHANGED
@@ -1,5 +1,23 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.42.2] - 2026-09-15
4
+
5
+ ### Fixes
6
+
7
+ - 兼容做同款发布溯源响应并保留终审字段 (`f3731a5`)
8
+
9
+ ## [0.42.1] - 2026-09-14
10
+
11
+ ### Fixes
12
+
13
+ - 避免 Windows 并发购买写码失败 (`3a81362`)
14
+ - 修复试用并发计次与安装恢复边界 (`f8024e0`)
15
+ - 按响应头决定是否跳过稳定 S3 对象 (`7118e70`)
16
+ - 并行加速 CN/Global S3 发布 (`71b8738`)
17
+ - 将 Bonjour 模板目录升至 1.0.3 (`e4f9a4b`)
18
+ - 停用入口时同时校验市场归属 (`028d661`)
19
+ - 统一试用正文交付与耗尽停用流程 (`4152a76`)
20
+
3
21
  ## [0.42.0] - 2026-09-14
4
22
 
5
23
  ### Features
package/checksums.txt CHANGED
@@ -1,6 +1,6 @@
1
- dffb44831d3ff81361fb98962a5d41107ac1f102c2c6c5fb7876c450997f9839 viceme_0.42.0_darwin_amd64
2
- 65d3651434dfe5250b57adaa5be04fef4aad2c5216dd18e45da34857dc9a4db3 viceme_0.42.0_darwin_arm64
3
- 1618aba2721d3ae8cce3d01d77828334ead3c719ebe52e52a1b9902e3387a227 viceme_0.42.0_linux_amd64
4
- 62346947012236d3cd074f2d5be364c20e565bc12ac556b147e3774e351b01aa viceme_0.42.0_linux_arm64
5
- cd193fe6089eedf169c4689e389fd19a7163b3ead87de919cd022ee028978b4a viceme_0.42.0_windows_amd64.exe
6
- dfb044876c7a1d003e8f44a162fdcae6f7cc19c3f4c093c174ca42881f3d3c33 viceme_0.42.0_windows_arm64.exe
1
+ c72cf6997aa8cf1d7608397337c308278a15157abe89b92c27a4f8917da4632e viceme_0.42.2_darwin_amd64
2
+ 16d06e6f006c0636cb51f5f16e44f48449b37b50dd275dac06c8ab5521aeb8b7 viceme_0.42.2_darwin_arm64
3
+ 9c13f22aa6338c575e47963bbe70db1489c8c0dd525867e42038d7fa0abacc6d viceme_0.42.2_linux_amd64
4
+ 2f359f9cb1c15e10f6fe580b9b5948a245742e4fee7b47d820f79bd63c1b0d2b viceme_0.42.2_linux_arm64
5
+ f1394a6a66208d0c02ce3257af974c307d8cd44e8eed68e9cd658da03a4f75f6 viceme_0.42.2_windows_amd64.exe
6
+ e68c2eb02a93575c8721d4240aac19c0d2f2010fb9e93949b6a5d199a7b91bea viceme_0.42.2_windows_arm64.exe
package/docs/releasing.md CHANGED
@@ -150,10 +150,13 @@ the public `/-/binary/viceme-cli/` mirror; it does not create another npm
150
150
  package.
151
151
 
152
152
  The CN and Global release mirrors are S3-compatible origins rather than Amazon
153
- S3 itself. The publication job sets AWS CLI request and response checksum
154
- calculation to `WHEN_REQUIRED`: immutable artifacts are still compared
155
- byte-for-byte on recovery, while optional AWS streaming checksum trailers that
156
- the origins do not implement are not sent.
153
+ S3 itself. `cmd/s3-publish` always runs from the GitHub Actions workflow
154
+ revision that is executing (so recovering an older tag still uses the current
155
+ publisher) and reads the immutable `dist` artifact assembled for that release.
156
+ The publisher and workflow set request and response checksum calculation to
157
+ `WHEN_REQUIRED`: immutable artifacts are still compared byte-for-byte on
158
+ recovery, while optional AWS streaming checksum trailers that the origins do
159
+ not implement are not sent.
157
160
 
158
161
  Every release renders two public Agent contracts with the exact stable version:
159
162
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viceme-ai/cli",
3
- "version": "0.42.0",
3
+ "version": "0.42.2",
4
4
  "description": "Install the ViceMe creator CLI and official Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {