@classytic/ca-tax 0.0.15 → 0.0.17
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/CHANGELOG.md +227 -0
- package/dist/forms/index.d.mts +2 -2
- package/dist/forms/index.mjs +2 -2
- package/dist/forms.mjs +1642 -199
- package/dist/index.d.mts +27 -1
- package/dist/index.mjs +3 -3
- package/dist/index3.d.mts +1269 -277
- package/dist/index4.d.mts +3 -3
- package/dist/t2/index.d.mts +3 -3
- package/dist/t2/index.mjs +3 -3
- package/dist/t2.mjs +1388 -574
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@classytic/ca-tax",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.17",
|
|
4
4
|
"description": "Canadian corporate tax engine for @classytic/tax-core — federal T2, Alberta AT1 and Québec CO-17 with form definitions traced to the published forms, plus GST/HST/PST/QST with dated provincial regimes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -67,13 +67,13 @@
|
|
|
67
67
|
"push": "classytic-push"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@classytic/primitives": ">=0.
|
|
70
|
+
"@classytic/primitives": ">=0.26.4",
|
|
71
71
|
"@classytic/tax-core": ">=0.3.0"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@biomejs/biome": "^2.4.10",
|
|
75
75
|
"@classytic/dev-tools": "^0.2.1",
|
|
76
|
-
"@classytic/primitives": "^0.
|
|
76
|
+
"@classytic/primitives": "^0.26.4",
|
|
77
77
|
"@classytic/tax-core": "^0.3.0",
|
|
78
78
|
"@types/node": "^25.6.0",
|
|
79
79
|
"tsdown": "^0.22.3",
|