multicloud_rule_manager 1.1.71 → 1.1.72

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.
@@ -250,6 +250,7 @@ export default {
250
250
 
251
251
  async function safeJson(resp, label) {
252
252
  const text = await resp.text();
253
+ console.log("RAW products:", resp);
253
254
  console.log("RAW products:", text);
254
255
 
255
256
  if (!resp.ok) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicloud_rule_manager",
3
- "version": "1.1.71",
3
+ "version": "1.1.72",
4
4
  "description": "CLI interna per retrieve/upload con token",
5
5
  "main": "index.js",
6
6
  "type": "module",