@per-diem-calculator/vanilla 1.0.24 → 1.0.25
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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ This is an open source per diem calculator to pull lodging and meals per diem ra
|
|
|
5
5
|
There are a few issues with the tools available as of May 2025:
|
|
6
6
|
|
|
7
7
|
- No existing calculators for end users that pull both domestic and international rates and deductions
|
|
8
|
-
- The General Services Administration (GSA) has an API that provides
|
|
8
|
+
- The General Services Administration (GSA) has an API that provides CONUS (48 states) rates--however, no API is available for OCONUS rates by Department of Defense (DOD) (Alaska, Hawaii, US territories) or by the State Dept. (all other locations).
|
|
9
9
|
- No existing calculators for developers to easily pull domestic and international rates/deductions into their application
|
|
10
10
|
- Many existing calculators limited to a single location and can't be used in one go for multi-destination trips
|
|
11
11
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@per-diem-calculator/vanilla",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.25",
|
|
4
4
|
"author": "Ahmad Dowla <ahmad.dowla@gmail.com>",
|
|
5
5
|
"description": "Open source per diem calculator for both domestic and international trips. Built in TypeScript with Tailwind. Rates sourced from GSA, State Dept., and DOD.",
|
|
6
6
|
"license": "MIT",
|