Skip to content

fix: update package name references from @aossie/support-us-button to… - #17

Merged
rahul-vyas-dev merged 1 commit into
AOSSIE-Org:mainfrom
rahul-vyas-dev:main
Mar 15, 2026
Merged

fix: update package name references from @aossie/support-us-button to…#17
rahul-vyas-dev merged 1 commit into
AOSSIE-Org:mainfrom
rahul-vyas-dev:main

Conversation

@rahul-vyas-dev

@rahul-vyas-dev rahul-vyas-dev commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

Change Package Name to support-us-button

This PR updates the package name in package.json from:

@aossie/support-us-button
to
support-us-button

Reason for the Change
Scoped packages such as @aossie/* require publishing permissions under the corresponding npm organization. Since publishing access to the @aossie npm scope is restricted to organization members, the package name has been updated to a non-scoped name to allow successful public publishing and testing on npm.

Impact
The package can now be published publicly without requiring npm organization permissions.

  • Installation command will change from:
npm install @aossie/support-us-button

to:

npm install support-us-button
  • Import statements will also change accordingly:
  • import { SupportUsButton } from "support-us-button";

Checklist

  • My code follows the project's code style and conventions
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings or errors
  • I have joined the Discord server and I will share a link to this PR with the project maintainers there
  • I have read the Contributing Guidelines

⚠️ AI Notice - Important!

We encourage contributors to use AI tools responsibly when creating Pull Requests. While AI can be a valuable aid, it is essential to ensure that your contributions meet the task requirements, build successfully, include relevant tests, and pass all linters. Submissions that do not meet these standards may be closed without warning to maintain the quality and integrity of the project. Please take the time to understand the changes you are proposing and their impact.

Summary by CodeRabbit

  • Chores
    • Updated package identity from a scoped to unscoped package name. Users will need to update installation commands, import statements, and asset references accordingly to reflect the new package name.

@github-actions github-actions Bot added no-issue-linked PR is not linked to any issue configuration Configuration file changes dependencies Dependency file changes documentation Changes to documentation files javascript JavaScript/TypeScript code changes size/S Small PR (11-50 lines changed) repeat-contributor PR from an external contributor who already had PRs merged pending-coderabbit-review labels Mar 15, 2026
@coderabbitai

coderabbitai Bot commented Mar 15, 2026

Copy link
Copy Markdown

Walkthrough

The package is being renamed from a scoped package name (@aossie/support-us-button) to an unscoped package name (support-us-button). This change updates the package identity across configuration, build setup, and documentation without altering runtime code or functionality.

Changes

Cohort / File(s) Summary
Package Metadata & Configuration
package.json, rollup.config.js
Updated package name from "@aossie/support-us-button" to "support-us-button" in the package.json name field and UMD build output configuration.
Documentation
README.md
Updated all references to the package including install commands, CDN URLs, import paths, and asset references to reflect the new unscoped package name.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

Suggested labels

Documentation, Typescript Lang

Poem

🐰 A scope has shed like morning dew,
From nested names to simple true—
support-us-button, fresh and free,
Now published for the world to see!

🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically summarizes the main change: updating package name references from a scoped to unscoped package name across the codebase.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
📝 Coding Plan
  • Generate coding plan for human review comments

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Tip

CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.

Add a configuration file to your project to customize how CodeRabbit runs biome.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@rollup.config.js`:
- Line 33: Change the Rollup UMD global name from a kebab-case string to a valid
JS identifier: update the output.name setting (currently "support-us-button") to
a PascalCase identifier such as "SupportUsButton" so the bundle uses dot
notation (global.SupportUsButton) instead of bracket notation; locate the
output.name entry in the rollup.config.js and replace the quoted kebab-case
value with the new identifier.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 54a807c3-ed20-4b37-a1a1-d5901ff72776

📥 Commits

Reviewing files that changed from the base of the PR and between 6f9f9a2 and f4e9fe7.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (3)
  • README.md
  • package.json
  • rollup.config.js

Comment thread rollup.config.js
@rahul-vyas-dev
rahul-vyas-dev merged commit 3c6cc74 into AOSSIE-Org:main Mar 15, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

configuration Configuration file changes dependencies Dependency file changes documentation Changes to documentation files javascript JavaScript/TypeScript code changes no-issue-linked PR is not linked to any issue pending-coderabbit-review repeat-contributor PR from an external contributor who already had PRs merged size/S Small PR (11-50 lines changed)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant