feat(invoice): add e-invoice support with XRechnung/ZUGFeRD and advanced export features
Some checks failed
Default (tags) / security (push) Successful in 48s
Default (tags) / test (push) Failing after 4m3s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2025-08-12 12:37:01 +00:00
parent 08d7803be2
commit 73b46f7857
19 changed files with 6211 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@fin.cx/skr",
"version": "1.1.0",
"version": "1.2.0",
"description": "SKR03 and SKR04 German accounting standards for double-entry bookkeeping",
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
@@ -25,16 +25,25 @@
"license": "MIT",
"packageManager": "pnpm@10.11.0",
"dependencies": {
"@e-invoice-eu/core": "^2.1.9",
"@fin.cx/einvoice": "5.1.4",
"@push.rocks/smartdata": "^5.15.1",
"@push.rocks/smartfile": "^11.0.22",
"@push.rocks/smarthash": "^3.0.7",
"@push.rocks/smartlog": "^3.1.8",
"@push.rocks/smartpath": "^5.0.18",
"@push.rocks/smartpdf": "^3.1.5",
"@push.rocks/smarttime": "^4.1.1",
"@push.rocks/smartunique": "^3.0.9"
"@push.rocks/smartunique": "^3.0.9",
"merkletreejs": "^0.4.0",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.3.2",
"@push.rocks/qenv": "^6.1.0"
"@push.rocks/qenv": "^6.1.0",
"@types/node-forge": "^1.3.11"
},
"repository": {
"type": "git",