@ph-itdev/warehouse-zone-manager 0.2026.631 → 0.2026.632

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,6 +28,10 @@ MIT
28
28
 
29
29
  ## Changelog
30
30
 
31
+ ### v0.2026.632 (2026-07-04)
32
+ - Added usage examples
33
+ - Daily auto-update
34
+
31
35
  ### v0.2026.631 (2026-07-03)
32
36
  - Added usage examples
33
37
  - Daily auto-update
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ph-itdev/warehouse-zone-manager",
3
- "version": "0.2026.631",
3
+ "version": "0.2026.632",
4
4
  "description": "Manage warehouse zones, bin locations, put-away rules, and zone-based picking strategies for fulfillment automation.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",