@ph-itdev/shipping-rate-calc 0.2026.629 → 0.2026.630
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/README.md +8 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -28,6 +28,14 @@ MIT
|
|
|
28
28
|
|
|
29
29
|
## Changelog
|
|
30
30
|
|
|
31
|
+
### v0.2026.630 (2026-07-04)
|
|
32
|
+
- Added TypeScript type hints
|
|
33
|
+
- Daily auto-update
|
|
34
|
+
|
|
35
|
+
### v0.2026.629 (2026-06-29)
|
|
36
|
+
- Added custom error classes and guards
|
|
37
|
+
- Daily auto-update
|
|
38
|
+
|
|
31
39
|
### v0.2026.628 (2026-06-28)
|
|
32
40
|
- Added JSDoc documentation
|
|
33
41
|
- 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.
|
|
3
|
+
"version": "0.2026.630",
|
|
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",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"shipping"
|
|
18
18
|
],
|
|
19
19
|
"author": "@ph-itdev",
|
|
20
|
-
"license": "MIT
|
|
20
|
+
"license": "MIT",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
23
|
"url": "https://github.com/nilskie06/shipping-rate-calc.git"
|
|
@@ -29,4 +29,4 @@
|
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=14.0.0"
|
|
31
31
|
}
|
|
32
|
-
}
|
|
32
|
+
}
|