Skip to content

docs(seatmap-lib): rename consumer-facing references to @seatmaps.com/angular-lib#20

Merged
McSpace merged 2 commits into
mainfrom
dev
Jun 11, 2026
Merged

docs(seatmap-lib): rename consumer-facing references to @seatmaps.com/angular-lib#20
McSpace merged 2 commits into
mainfrom
dev

Conversation

@McSpace

@McSpace McSpace commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary

Brings consumer-facing references to the actually-published package name @seatmaps.com/angular-lib. Before this PR the install command and the example imports in the docs still said @kwiket/jets-seatmap-angular-lib (the workspace identifier), which doesn't exist on npm.

Scope:

  • DocsREADME.md, projects/seatmap-lib/README.md (the latter ships in the npm tarball, so a stale install command would have followed users home), CONTRIBUTING.md, SECURITY.md.
  • Demo + tsconfig path alias — updated together so the local dev demo and e2e build resolve the same name consumers see (tsconfig.json and four files under projects/seatmap-demo/src/app/).
  • The root workspace package.json keeps @kwiket/jets-seatmap-angular-lib — it's the private monorepo identifier, not published to npm.

Test plan

  • npm run build:lib succeeds locally — output reads Built @seatmaps.com/angular-lib
  • Prettier/husky pre-commit hook applied (some multi-line imports collapsed to single-line)
  • CI green on this PR
  • After merge: when admin runs Bootstrap publish (first npm version only) the published tarball's README.md shows the correct npm install @seatmaps.com/angular-lib command

Andrey Vilchinskiy and others added 2 commits June 11, 2026 13:10
…/angular-lib

Aligns README install commands, npm badge links, and example imports
with the actual published package name. Updates the tsconfig path
alias and the four demo imports together so dev demo + e2e build
resolve the same name consumers see.

The root workspace package.json keeps the @kwiket/jets-seatmap-angular-lib
identifier - it is the private monorepo name, not published to npm.

Affected files:
- README.md, projects/seatmap-lib/README.md (the latter ships in the npm tarball)
- CONTRIBUTING.md, SECURITY.md
- tsconfig.json path alias
- projects/seatmap-demo/src/app/{app,flights.data,e2e-fixtures/multi-instance*}.ts

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@nexus nexus self-requested a review June 11, 2026 11:46
@McSpace McSpace merged commit 7c7fa49 into main Jun 11, 2026
5 checks passed
@nexus nexus deleted the dev branch June 11, 2026 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants