fix(metadata): Update repository, bugs, and homepage URLs to code.foss.global

This commit is contained in:
Philipp Kunz 2025-04-05 09:05:08 +00:00
parent 174086defc
commit 9a9f203af2
3 changed files with 11 additions and 4 deletions

View File

@ -1,5 +1,12 @@
# Changelog # Changelog
## 2025-04-05 - 1.4.5 - fix(metadata)
Update repository, bugs, and homepage URLs to code.foss.global
- Repository URL updated from gitlab.com to code.foss.global
- Bugs URL updated from gitlab.com to code.foss.global
- Homepage URL updated to code.foss.global
## 2025-04-05 - 1.4.4 - fix(dependencies & tests) ## 2025-04-05 - 1.4.4 - fix(dependencies & tests)
Update dependency versions and refine test search query Update dependency versions and refine test search query

View File

@ -40,12 +40,12 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://gitlab.com/fin.cx/opendata.git" "url": "https://code.foss.global/fin.cx/opendata.git"
}, },
"bugs": { "bugs": {
"url": "https://gitlab.com/fin.cx/opendata/issues" "url": "https://code.foss.global/fin.cx/opendata/issues"
}, },
"homepage": "https://gitlab.com/fin.cx/opendata#readme", "homepage": "https://code.foss.global/fin.cx/opendata#readme",
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"
], ],

View File

@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@fin.cx/opendata', name: '@fin.cx/opendata',
version: '1.4.4', version: '1.4.5',
description: 'A TypeScript library for accessing, managing, and updating open business data, focused on German companies and integrating with MongoDB.' description: 'A TypeScript library for accessing, managing, and updating open business data, focused on German companies and integrating with MongoDB.'
} }