multicloud_rule_manager 1.1.39 → 1.1.40

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.
@@ -110,10 +110,12 @@ export default {
110
110
  }
111
111
  }*/
112
112
  result["children"] = map._children;
113
+ console.warn(`⚠️ Children fatto per ${record.name}`);
113
114
  }
114
115
  if (Array.isArray(map._attributes)) {
115
116
  //var children = map._children;
116
117
  result["attributes"] = map._attributes;
118
+ console.warn(`⚠️ attribute fatto per ${record.name}`);
117
119
  }
118
120
 
119
121
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicloud_rule_manager",
3
- "version": "1.1.39",
3
+ "version": "1.1.40",
4
4
  "description": "CLI interna per retrieve/upload con token",
5
5
  "main": "index.js",
6
6
  "type": "module",