@equisoft/tax-us 1.0.1-snapshot.20251210142115 → 1.0.1-snapshot.20251217135304
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/.tool-versions +1 -1
- package/package.json +2 -2
package/.tool-versions
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
nodejs 24.
|
|
1
|
+
nodejs 24.12.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@equisoft/tax-us",
|
|
3
|
-
"version": "1.0.1-snapshot.
|
|
3
|
+
"version": "1.0.1-snapshot.20251217135304",
|
|
4
4
|
"description": "US tax data and calculation functions.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/babel__core": "^7",
|
|
47
47
|
"@types/babel__preset-env": "^7",
|
|
48
48
|
"@types/jest": "30.0.0",
|
|
49
|
-
"@types/node": "24.10.
|
|
49
|
+
"@types/node": "24.10.4",
|
|
50
50
|
"@typescript-eslint/eslint-plugin": "8.49.0",
|
|
51
51
|
"@typescript-eslint/parser": "8.49.0",
|
|
52
52
|
"babel-jest": "30.2.0",
|