ingeniuscliq-core 0.4.13 → 0.4.14

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2559,7 +2559,7 @@ class py extends Nn {
2559
2559
  constructor() {
2560
2560
  super("product");
2561
2561
  ve(this, "getAllCategories", (n) => this.api.get(`${this.apiPrefix}/shop/categories`, { params: n }));
2562
- ve(this, "getBestSellers", (n) => this.api.get(`${this.apiPrefix}/shop/products/best-selling-products`, { params: n }));
2562
+ ve(this, "getBestSellers", (n) => this.api.get(`${this.apiPrefix}/shop/best-selling-products`, { params: n }));
2563
2563
  this.setCrudResourceProperty("getAll", "shop/products"), this.setCrudResourceProperty("get", "shop/products");
2564
2564
  }
2565
2565
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ingeniuscliq-core",
3
- "version": "0.4.13",
3
+ "version": "0.4.14",
4
4
  "description": "IngeniusCliq Core UI y lógica compartida",
5
5
  "license": "MIT",
6
6
  "type": "module",