calculate-packing 0.0.24 → 0.0.25

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 +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2810,7 +2810,6 @@ var SingleComponentPackSolver = class extends BaseSolver {
2810
2810
  packedComponents: this.packedComponents,
2811
2811
  minGap: this.minGap
2812
2812
  });
2813
- console.log("hasOverlap", hasOverlap);
2814
2813
  if (!hasOverlap) {
2815
2814
  distance = this.calculateDistance(optimalPosition, rotation);
2816
2815
  this.candidateResults.push({
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "calculate-packing",
3
3
  "main": "dist/index.js",
4
4
  "type": "module",
5
- "version": "0.0.24",
5
+ "version": "0.0.25",
6
6
  "description": "Calculate a packing layout with support for different strategy configurations",
7
7
  "scripts": {
8
8
  "start": "cosmos",