@merchbase/cli 4.2.0 → 5.0.0
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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# MerchBase CLI Changelog
|
|
2
2
|
|
|
3
|
+
## v5.0.0 - 2026-07-13
|
|
4
|
+
|
|
5
|
+
- Product change events now report exact previous and current values for price, searchability, product details, status, and deletion reason instead of a generic updated-field list.
|
|
6
|
+
- Product lifecycle changes now use `product.status-changed`, while other canonical changes use `product.details-changed`, so event filters can distinguish lifecycle transitions from ordinary edits.
|
|
7
|
+
- Dashboard timeline messages now explain the primary product change in seller-facing language and retain every additional changed field in structured event data.
|
|
8
|
+
|
|
3
9
|
## v4.2.0 - 2026-07-09
|
|
4
10
|
|
|
5
11
|
- Added `merchbase events list` for filtered, cursor-paginated access to durable Core domain events with machine-readable output.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@merchbase/cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"description": "MerchBase CLI for MerchBase Core APIs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"test": "vitest run --config vitest.config.ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@merchbase/http-client": "
|
|
36
|
+
"@merchbase/http-client": "5.0.0",
|
|
37
37
|
"commander": "12.1.0",
|
|
38
38
|
"ws": "8.20.1"
|
|
39
39
|
},
|