Skip to content

Fixed version information when installed from npm#5521

Merged
compulim merged 6 commits intomainfrom
fix-meta-tag
Jul 23, 2025
Merged

Fixed version information when installed from npm#5521
compulim merged 6 commits intomainfrom
fix-meta-tag

Conversation

@compulim
Copy link
Copy Markdown
Contributor

@compulim compulim commented Jul 22, 2025

Fixes #5520.

Changelog Entry

Fixed

  • Fixed #5520. Version information should be injected when installed via npm, in PR #5521, by @compulim

Description

When importing Web Chat installed via npm install, version information are not injected.

Specific Changes

  • Move all entry point related files to /boot/
  • Both /boot/bundle/ and /boot/exports/ now points to /boot/actual/
  • /boot/bundle/ and /boot/exports/ will inject version information properly
  • The module-format marker should be properly listing either esmodules, commonjs, or global
  • I have added tests and executed them locally
  • I have updated CHANGELOG.md
  • I have updated documentation

Review Checklist

This section is for contributors to review your work.

  • Accessibility reviewed (tab order, content readability, alt text, color contrast)
  • Browser and platform compatibilities reviewed
  • CSS styles reviewed (minimal rules, no z-index)
  • Documents reviewed (docs, samples, live demo)
  • Internationalization reviewed (strings, unit formatting)
  • package.json and package-lock.json reviewed
  • Security reviewed (no data URIs, check for nonce leak)
  • Tests reviewed (coverage, legitimacy)

@compulim compulim marked this pull request as ready for review July 22, 2025 23:26
OEvgeny
OEvgeny previously approved these changes Jul 23, 2025
@compulim compulim merged commit df9544e into main Jul 23, 2025
34 of 44 checks passed
@compulim compulim deleted the fix-meta-tag branch July 23, 2025 21:33
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.

Version information are not injected while using exports

2 participants