@e-invoice-eu/core
Advanced tools
+19
-15
| { | ||
| "name": "@e-invoice-eu/core", | ||
| "version": "2.3.2", | ||
| "version": "2.3.3", | ||
| "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. ", | ||
@@ -69,25 +69,25 @@ "keywords": [ | ||
| "@babel/highlight": "^7.25.9", | ||
| "@esgettext/tools": "^1.3.9", | ||
| "@rollup/plugin-commonjs": "^29.0.0", | ||
| "@esgettext/tools": "^1.3.10", | ||
| "@rollup/plugin-commonjs": "^29.0.2", | ||
| "@rollup/plugin-json": "^6.1.0", | ||
| "@rollup/plugin-node-resolve": "^16.0.3", | ||
| "@rollup/plugin-replace": "^6.0.3", | ||
| "@rollup/plugin-terser": "^0.4.4", | ||
| "@rollup/plugin-terser": "^1.0.0", | ||
| "@rollup/plugin-typescript": "^12.3.0", | ||
| "@types/jest": "^30.0.0", | ||
| "@types/jsonpath-plus": "^5.0.5", | ||
| "@types/node": "^25.3.2", | ||
| "@typescript-eslint/eslint-plugin": "^8.56.1", | ||
| "@typescript-eslint/parser": "^8.56.1", | ||
| "@types/node": "^25.4.0", | ||
| "@typescript-eslint/eslint-plugin": "^8.57.0", | ||
| "@typescript-eslint/parser": "^8.57.0", | ||
| "ajv-formats": "^3.0.1", | ||
| "bun": "^1.3.10", | ||
| "eslint": "^10.0.2", | ||
| "eslint": "^10.0.3", | ||
| "eslint-config-prettier": "^10.1.8", | ||
| "eslint-plugin-import": "^2.32.0", | ||
| "eslint-plugin-prettier": "^5.5.5", | ||
| "fast-xml-parser": "^5.4.1", | ||
| "jest": "^30.2.0", | ||
| "fast-xml-parser": "^5.5.2", | ||
| "jest": "^30.3.0", | ||
| "js-yaml": "^4.1.1", | ||
| "json-schema-to-typescript": "^15.0.4", | ||
| "lint-staged": "^16.2.7", | ||
| "lint-staged": "^16.3.3", | ||
| "npm-run-all": "^4.1.5", | ||
@@ -105,3 +105,3 @@ "rimraf": "^6.1.3", | ||
| "typescript": "^5.9.3", | ||
| "typescript-eslint": "^8.56.1" | ||
| "typescript-eslint": "^8.57.0" | ||
| }, | ||
@@ -111,3 +111,3 @@ "dependencies": { | ||
| "@e965/xlsx": "^0.20.3", | ||
| "@esgettext/runtime": "^1.3.9", | ||
| "@esgettext/runtime": "^1.3.10", | ||
| "ajv": "^8.18.0", | ||
@@ -133,6 +133,10 @@ "jsonpath-plus": "^10.4.0", | ||
| "test": "jest", | ||
| "pretest:changed": "node ./write-package.mjs >src/package.ts", | ||
| "test:changed": "jest --changedSince origin/main --passWithNoTests", | ||
| "pretest:cov": "node ./write-package.mjs >src/package.ts", | ||
| "test:cov": "jest --coverage", | ||
| "pretest:cov-changed": "node ./write-package.mjs >src/package.ts", | ||
| "test:cov-changed": "jest --coverage --changedSince origin/main --passWithNoTests", | ||
| "pretest:watch": "node ./write-package.mjs >src/package.ts", | ||
| "test:watch": "jest --watch", | ||
| "pretest:cov": "node ./write-package.mjs >src/package.ts", | ||
| "test:cov": "jest --coverage", | ||
| "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand", | ||
@@ -139,0 +143,0 @@ "esgettext": "npm-run-all esgettext:potfiles esgettext:extract esgettext:update-po esgettext:update-mo esgettext:install", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
21632120
0Updated