fix(core): Fixed incorrect import paths and updated configurations for package publication.

This commit is contained in:
2024-06-26 20:28:09 +02:00
parent 94685bf46e
commit d2243d2376
19 changed files with 4009 additions and 2125 deletions

View File

@@ -2,12 +2,12 @@
"gitzone": {
"projectType": "wcc",
"module": {
"githost": "gitlab.com",
"gitscope": "uptimelink/private",
"gitrepo": "catalog",
"githost": "code.foss.global",
"gitscope": "uptime.link",
"gitrepo": "statuspage",
"description": "a catalog with webcomponents for uptimelink dashboard",
"npmPackagename": "@uptimelink_private/catalog",
"license": "UNLICENSED",
"npmPackagename": "@uptime.link/statuspage",
"license": "MIT",
"projectDomain": "uptime.link"
}
},