sigo-package 1.2.52 → 1.2.53

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.
package/dist/index.js CHANGED
@@ -6438,7 +6438,6 @@ function checkAndBuildMaterialsFromStock(Materiales, dataStockPersonal, dataStoc
6438
6438
  keyFila: `${ID}${_stock}`,
6439
6439
  CodigoLlave: stock.CodigoLlave
6440
6440
  });
6441
- break;
6442
6441
  }
6443
6442
  return materiales;
6444
6443
  }
package/dist/index.mjs CHANGED
@@ -6305,7 +6305,6 @@ function checkAndBuildMaterialsFromStock(Materiales, dataStockPersonal, dataStoc
6305
6305
  keyFila: `${ID}${_stock}`,
6306
6306
  CodigoLlave: stock.CodigoLlave
6307
6307
  });
6308
- break;
6309
6308
  }
6310
6309
  return materiales;
6311
6310
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sigo-package",
3
- "version": "1.2.52",
3
+ "version": "1.2.53",
4
4
  "description": "Funciones compartidas sigo",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",