@gengage/assistant-fe 0.3.34 → 0.3.35

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/README.md CHANGED
@@ -117,6 +117,8 @@ See [docs/customization.md](docs/customization.md) for the fork and merchant-cus
117
117
  ```bash
118
118
  npm install
119
119
  npm run dev -- koctascomtr --sku=1000465056 # Local dev server with HMR
120
+ npm run koctascomtr # Merchant shortcut with the seeded demo SKU
121
+ npm run trendyolcom # Another merchant shortcut using its default PDP SKU
120
122
  npm run typecheck # TypeScript strict check
121
123
  npm run test # Unit tests
122
124
  npm run build # Build to dist/
@@ -136,6 +138,8 @@ The default backend is `https://chatbe-dev.gengage.ai`. You can also set it via
136
138
  MIDDLEWARE_URL=http://localhost:7860 npm run dev -- koctascomtr --sku=1000465056
137
139
  ```
138
140
 
141
+ Merchant demo pages under `demos/` now seed a default PDP SKU for direct launch flows, and the affected PDP shells hydrate their breadcrumb, summary content, and gallery imagery from middleware `productDetails` when the backend is available.
142
+
139
143
  ---
140
144
 
141
145
  ## Documentation