chore: align public-facing assets with cameleer.io
All checks were successful
Build & Publish / publish (push) Successful in 2m16s
SonarQube Analysis / sonarqube (push) Successful in 3m57s

Replace personal/internal references in shipped artifacts ahead of
institutionalizing the product. registry.cameleer.io becomes the public
endpoint for the npm package and repository URL; gitea.siegeln.net
remains the internal CI publish target. Mock seed-admin renamed from
"Hendrik Siegeln" to "Ada Sterling" across pages, audit log, RBAC
mocks, and ui-mocks; Java exception namespace switched from
com.cameleer3 to io.cameleer in the route detail mock.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-28 17:35:56 +02:00
parent 2bf4144380
commit 0c4a6d430e
22 changed files with 50 additions and 50 deletions

View File

@@ -21,11 +21,11 @@
"*.css"
],
"publishConfig": {
"registry": "https://gitea.siegeln.net/api/packages/cameleer/npm/"
"registry": "https://registry.cameleer.io/api/packages/cameleer/npm/"
},
"repository": {
"type": "git",
"url": "https://gitea.siegeln.net/cameleer/design-system.git"
"url": "https://registry.cameleer.io/cameleer/design-system.git"
},
"scripts": {
"dev": "vite",