@ph-itdev/parcel-tracker 0.2026.703 → 0.2026.704

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.704 (2026-07-04)
32
+ - Added usage examples
33
+ - Daily auto-update
34
+
31
35
  ### v0.2026.703 (2026-07-03)
32
36
  - Added JSDoc documentation
33
37
  - Daily auto-update
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ph-itdev/parcel-tracker",
3
- "version": "0.2026.703",
3
+ "version": "0.2026.704",
4
4
  "description": "Unified parcel tracking across carriers with status normalization, ETA prediction, and delivery event aggregation for multi-carrier logistics.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",