Skip to content

Conversation

@enumura1
Copy link
Owner

What Changed

  • Added #!/usr/bin/env node shebang line to CLI file
  • Removed unnecessary console log message

Testing

  • Added new tests
  • Existing tests pass
  • Manually tested the changes

Type of Change

  • Bug fix
  • New feature
  • Documentation update
  • Refactoring

Additional Notes

enumura1 and others added 11 commits June 29, 2025 00:47
* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process
… issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore
* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process

* fix: resolve critical package.json main field and build configuration issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore
- Add README.md to package files for npm page display
- Update homepage URL to documentation site
- Optimize keywords for better discoverability
- Bump version to 0.1.1 for patch release
* Release (#65)

* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process

* fix: resolve critical package.json main field and build configuration issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore

* Release v0.1.0: build fixes and npm publish preparation (#67)

* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process

* fix: resolve critical package.json main field and build configuration issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore

* fix: add README and update package metadata for npm display

- Add README.md to package files for npm page display
- Update homepage URL to documentation site
- Optimize keywords for better discoverability
- Bump version to 0.1.1 for patch release
* Release v0.1.1: Package metadata improvements (#71)

* Release (#65)

* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process

* fix: resolve critical package.json main field and build configuration issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore

* Release v0.1.0: build fixes and npm publish preparation (#67)

* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process

* fix: resolve critical package.json main field and build configuration issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore

* fix: add README and update package metadata for npm display

- Add README.md to package files for npm page display
- Update homepage URL to documentation site
- Optimize keywords for better discoverability
- Bump version to 0.1.1 for patch release

* fix: add shebang to CLI for npm package execution (#74)

* Release (#65)

* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process

* fix: resolve critical package.json main field and build configuration issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore

* Release v0.1.0: build fixes and npm publish preparation (#67)

* chore: prepare for npm package release

- Update version to 0.1.0 for initial release
- Add CHANGELOG.md for version tracking
- Add favicon and logo files to fix browser tab icon

* feat: update project screenshot image

- Replace chatbot-flow-editor.webp with new updated version
- Update both root and docs/static/img versions

* Chore/prepare npm release (#63) (#64)

- Remove push event trigger from quality-check.yml
- Focus CI execution on pull request workflow only
- Aligns with branch protection rules for proper review process

* fix: resolve critical package.json main field and build configuration issues

- Fix package.json main field pointing to correct entry file (dist/index.js)
- Configure Vite to generate fixed entry file names instead of hashed names
- Properly externalize React and RadixUI dependencies to prevent bundling
- Remove unnecessary UMD globals configuration for ES modules build
- Update version consistency across all package.json files to 0.1.0
- Optimize package size by excluding test files and dev artifacts
- Add npm pack output to .gitignore

* fix: add README and update package metadata for npm display

- Add README.md to package files for npm page display
- Update homepage URL to documentation site
- Optimize keywords for better discoverability
- Bump version to 0.1.1 for patch release

* fix: add shebang
@enumura1 enumura1 merged commit 7a967fd into develop Jun 28, 2025
1 check passed
@enumura1 enumura1 deleted the release branch June 29, 2025 02:34
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