@cratefit/pack 0.1.0 → 0.1.1

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.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  'use strict';/**
2
- * CrateFit SDK v0.1.0
2
+ * CrateFit SDK v0.1.1
3
3
  * Copyright (c) 2026 supra126 (https://github.com/supra126)
4
4
  * Licensed under CrateFit SDK License
5
5
  * https://github.com/supra126/cratefit
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * CrateFit SDK v0.1.0
2
+ * CrateFit SDK v0.1.1
3
3
  * Copyright (c) 2026 supra126 (https://github.com/supra126)
4
4
  * Licensed under CrateFit SDK License
5
5
  * https://github.com/supra126/cratefit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cratefit/pack",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "3D Bin Packing Library - Optimize container, pallet, and truck loading",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -50,7 +50,7 @@
50
50
  "engines": {
51
51
  "node": ">=18.0.0"
52
52
  },
53
- "dependencies": {
53
+ "devDependencies": {
54
54
  "@cratefit/core": "workspace:*",
55
55
  "@cratefit/pallet": "workspace:*",
56
56
  "@cratefit/container": "workspace:*",