@ph-itdev/delivery-window-scheduler 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 input validation
33
+ - Daily auto-update
34
+
31
35
  ### v0.2026.631 (2026-07-03)
32
36
  - Added utility helpers (uuid, retry, chunk, clamp)
33
37
  - Daily auto-update
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ph-itdev/delivery-window-scheduler",
3
- "version": "0.2026.631",
3
+ "version": "0.2026.632",
4
4
  "description": "Schedule and manage delivery windows with conflict detection, priority routing, and SLA compliance tracking for last-mile logistics.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",