Compare commits

..

2 Commits

Author SHA1 Message Date
jkunz f4d26abfc0 5.1.3
Default (tags) / security (push) Failing after 0s
Default (tags) / test (push) Failing after 0s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-08-12 05:29:47 +00:00
jkunz f92fe756b7 update 2025-08-12 05:29:44 +00:00
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"gitzone": { "gitzone": {
"projectType": "npm", "projectType": "npm",
"module": { "module": {
"githost": "gitea.nevermind.cloud", "githost": "code.foss.global",
"gitscope": "fin.cx", "gitscope": "fin.cx",
"gitrepo": "xinvoice", "gitrepo": "xinvoice",
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.", "description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.",
+4 -4
View File
@@ -1,6 +1,6 @@
{ {
"name": "@fin.cx/einvoice", "name": "@fin.cx/einvoice",
"version": "5.1.2", "version": "5.1.3",
"private": false, "private": false,
"description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for electronic invoice (einvoice) packages.", "description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for electronic invoice (einvoice) packages.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -38,12 +38,12 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://gitea.nevermind.cloud/fin.cx/einvoice.git" "url": "git+https://code.foss.global/fin.cx/einvoice.git"
}, },
"bugs": { "bugs": {
"url": "https://gitea.nevermind.cloud/fin.cx/einvoice/issues" "url": "https://code.foss.global/fin.cx/einvoice/issues"
}, },
"homepage": "https://gitea.nevermind.cloud/fin.cx/einvoice#readme", "homepage": "https://code.foss.global/fin.cx/einvoice#readme",
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
], ],