Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e-invoice-eu/cli",
"version": "2.1.8",
"version": "2.1.9",
"description": "Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON. ",
"keywords": [
"factur-x",
Expand Down Expand Up @@ -115,7 +115,7 @@
"typescript-eslint": "^8.36.0"
},
"dependencies": {
"@e-invoice-eu/core": "^2.1.8",
"@e-invoice-eu/core": "^2.1.9",
"@esgettext/runtime": "^1.3.6",
"@valibot/i18n": "^1.0.0",
"ajv": "^8.17.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e-invoice-eu/server",
"version": "2.1.8",
"version": "2.1.9",
"description": "REST API for generating EN16931 conforming electronic invoices",
"keywords": [
"factur-x",
Expand All @@ -25,7 +25,7 @@
"homepage": "https://gflohr.github.io/e-invoice-eu",
"author": "Guido Flohr <guido.flohr@cantanea.com> (http://www.guido.flohr.net/)",
"dependencies": {
"@e-invoice-eu/core": "^2.1.8",
"@e-invoice-eu/core": "^2.1.9",
"@nestjs/common": "^11.1.3",
"@nestjs/config": "^4.0.2",
"@nestjs/core": "^11.1.3",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "2.1.8"
"version": "2.1.9"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@e-invoice-eu/core",
"version": "2.1.8",
"version": "2.1.9",
"description": "Generate e-invoices (E-Rechnung in German) conforming to EN16931 (Factur-X/ZUGFeRD, UBL, CII, XRechnung aka X-Rechnung) from LibreOffice Calc/Excel data or JSON. ",
"keywords": [
"factur-x",
Expand Down
Loading