| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
… errors The augments.d.ts file is a TypeScript module augmentation file that should not be processed by consuming apps' build tools. Adding .npmignore prevents it from being included in the published npm package while keeping it available for type checking. This resolves the RollupError when using @asgardeo/nuxt in consuming Nuxt applications.
|
Warning Rate limit exceeded@kavindadimuthu has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 45 minutes and 53 seconds before requesting another review. To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR. We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 11c2a9a1-0300-4a81-b3f3-483cc2acdde3 📥 CommitsReviewing files that changed from the base of the PR and between 0d11c55 and a57edf6. 📒 Files selected for processing (1)
WalkthroughThis PR adds release metadata and npm packaging configuration for the @asgardeo/nuxt package. A changeset file declares a patch version bump, while a new .npmignore file excludes TypeScript augments declarations, development files, and source code from the npm published package. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem🚥 Pre-merge checks | ✅ 5 ✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches 🧪 Generate unit tests (beta)
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. ❤️ ShareComment @coderabbitai help to get the list of available commands and usage tips. |
Sorry, something went wrong.
🦋 Changeset detectedThe changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Purpose
This pull request makes a minor update to the Nuxt package by excluding the augments.d.ts TypeScript augmentation file from being published and processed by consuming applications. This helps prevent unnecessary type processing and potential conflicts for users of the package.
Related Issues
Related PRs
Checklist
Security checks
Summary by CodeRabbit
Chores