multicloud_rule_manager 1.1.89 → 1.1.90

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.
@@ -230,6 +230,8 @@ export default {
230
230
  }
231
231
 
232
232
  for (const child of children) {
233
+ const isNewCategory = lastCategory !== cat.name;
234
+
233
235
  rows1.push({
234
236
  "Product Name": !lastProductWritten ? product.name : "",
235
237
  "Product Eligible": !lastProductWritten
@@ -251,6 +253,7 @@ export default {
251
253
  "Child Max Qty": child.max_qty,
252
254
  });
253
255
 
256
+ // 🔑 aggiorno DOPO aver scritto la riga
254
257
  lastProductWritten = true;
255
258
  lastCategory = cat.name;
256
259
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicloud_rule_manager",
3
- "version": "1.1.89",
3
+ "version": "1.1.90",
4
4
  "description": "CLI interna per retrieve/upload con token",
5
5
  "main": "index.js",
6
6
  "type": "module",