Conversation
…/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
approved these changes
Jun 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
README.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.tsconfig.jsonand four files underprojects/seatmap-demo/src/app/).package.jsonkeeps@kwiket/jets-seatmap-angular-lib— it's the private monorepo identifier, not published to npm.Test plan
npm run build:libsucceeds locally — output readsBuilt @seatmaps.com/angular-libBootstrap publish (first npm version only)the published tarball'sREADME.mdshows the correctnpm install @seatmaps.com/angular-libcommand