multicloud_rule_manager 1.1.65 → 1.1.66

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.
@@ -40,6 +40,7 @@ export default {
40
40
  // =========================
41
41
  // 📦 PRODUCTS
42
42
  // =========================
43
+ console.log(" Chiamo products");
43
44
  const productsResp = await fetch(
44
45
  `https://${cred.realm}.bit2win.cloud/api/data/v1/products/`,
45
46
  { headers }
@@ -58,6 +59,8 @@ export default {
58
59
  // =========================
59
60
  // 🌳 STRUCTURE
60
61
  // =========================
62
+
63
+ console.log(" Chiamo products structure");
61
64
  const structResp = await fetch(
62
65
  `https://${cred.realm}.bit2win.cloud/api/data/v1/products_structure/`,
63
66
  { headers }
@@ -86,6 +89,8 @@ export default {
86
89
  // =========================
87
90
  // 📡 FAMILIES
88
91
  // =========================
92
+
93
+ console.log(" Chiamo famili per product");
89
94
  const getFamilies = async (productId) => {
90
95
  const resp = await fetch(
91
96
  `https://${cred.realm}.bit2win.cloud/api/catalog/v1/products/${productId}/families`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "multicloud_rule_manager",
3
- "version": "1.1.65",
3
+ "version": "1.1.66",
4
4
  "description": "CLI interna per retrieve/upload con token",
5
5
  "main": "index.js",
6
6
  "type": "module",