multicloud_rule_manager 1.1.82 → 1.1.83

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.
@@ -105,6 +105,8 @@ export default {
105
105
  (p) => p.product_id === rootGuid
106
106
  );
107
107
 
108
+ console.log('rootGuid: '+rootGuid);
109
+ console.log('productStructureRootId: '+productStructureRootId);
108
110
  console.log(`🌳 Totale elementi structure: ${structure.length}`);
109
111
 
110
112
  // =========================
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicloud_rule_manager",
3
- "version": "1.1.82",
3
+ "version": "1.1.83",
4
4
  "description": "CLI interna per retrieve/upload con token",
5
5
  "main": "index.js",
6
6
  "type": "module",