@ph-itdev/shipping-rate-calc 0.2026.626 → 0.2026.627

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.627 (2026-06-26)
32
+ - Added input validation
33
+ - Daily auto-update
34
+
31
35
  ### v0.2026.626 (2026-06-25)
32
36
  - Added custom error classes and guards
33
37
  - Daily auto-update
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ph-itdev/shipping-rate-calc",
3
- "version": "0.2026.626",
3
+ "version": "0.2026.627",
4
4
  "description": "Calculate shipping rates by weight, dimensions, zone, and carrier with support for domestic and international freight.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",