multicloud_rule_manager 1.1.47 → 1.1.48

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.
@@ -144,7 +144,7 @@ export default {
144
144
  var map = mapData?.map_objects;
145
145
 
146
146
  // costruzione JSON finale
147
- const result = {
147
+ var result = {
148
148
  };
149
149
 
150
150
  if (map) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicloud_rule_manager",
3
- "version": "1.1.47",
3
+ "version": "1.1.48",
4
4
  "description": "CLI interna per retrieve/upload con token",
5
5
  "main": "index.js",
6
6
  "type": "module",