@merchbase/cli 4.1.0 → 4.1.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # MerchBase CLI Changelog
2
2
 
3
+ ## v4.1.1 - 2026-07-07
4
+
5
+ - Product list and search results now include `productType`, so product tables can show Merch item type without extra product-detail calls.
6
+
3
7
  ## v4.1.0 - 2026-07-07
4
8
 
5
9
  - Product reads now return Core-served thumbnail references and thumbnail state so desktop and agent clients can render Merch product images without local thumbnail storage.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@merchbase/cli",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
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": "4.1.0",
36
+ "@merchbase/http-client": "4.1.1",
37
37
  "commander": "12.1.0"
38
38
  },
39
39
  "devDependencies": {