fix(exports): stabilize published types and compatibility with updated dependencies

This commit is contained in:
2026-04-16 19:41:55 +00:00
parent cb6b3db15a
commit 40ffc2b355
25 changed files with 4539 additions and 5354 deletions
+22 -18
View File
@@ -6,7 +6,8 @@
"typings": "dist_ts/index.d.ts",
"type": "module",
"scripts": {
"test": "tstest test/ --verbose --logfile --timeout=60",
"test": "tstest test/ --verbose --logfile --timeout=60 && pnpm run test:published-types",
"test:published-types": "pnpm build && pnpm exec tsc --pretty false -p test/fixtures/strict-consumer/tsconfig.json",
"build": "tsbuild --web --node",
"buildDocs": "tsdoc"
},
@@ -25,25 +26,27 @@
"license": "MIT",
"packageManager": "pnpm@10.11.0",
"dependencies": {
"@e-invoice-eu/core": "^2.1.9",
"@e-invoice-eu/core": "^3.1.0",
"@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/smartdata": "^7.1.7",
"@push.rocks/smartfile": "^13.1.2",
"@push.rocks/smartfs": "^1.5.0",
"@push.rocks/smarthash": "^3.2.6",
"@push.rocks/smartlog": "^3.2.2",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpdf": "^4.2.0",
"@push.rocks/smarttime": "^4.2.3",
"@push.rocks/smartunique": "^3.0.9",
"merkletreejs": "^0.4.0",
"node-forge": "^1.3.1"
"merkletreejs": "^0.6.0",
"node-forge": "^1.4.0"
},
"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",
"@types/node-forge": "^1.3.11"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@push.rocks/qenv": "^6.1.3",
"@types/node": "^25.6.0",
"@types/node-forge": "^1.3.14"
},
"repository": {
"type": "git",
@@ -62,8 +65,9 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
"npmextra.json",
"readme.md"
".smartconfig.json",
"readme.md",
"license.md"
],
"pnpm": {
"overrides": {}