chore: align public-facing assets with cameleer.io
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user