2 Commits

Author SHA1 Message Date
c6964f0310 1.4.5
Some checks failed
Default (tags) / security (push) Failing after 8s
Default (tags) / test (push) Failing after 8s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-04-05 09:05:08 +00:00
9a9f203af2 fix(metadata): Update repository, bugs, and homepage URLs to code.foss.global 2025-04-05 09:05:08 +00:00
3 changed files with 12 additions and 5 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

@ -1,6 +1,6 @@
{ {
"name": "@fin.cx/opendata", "name": "@fin.cx/opendata",
"version": "1.4.4", "version": "1.4.5",
"private": false, "private": false,
"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.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@ -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.'
} }