Remove ArkEnvError export from main entry#815
Conversation
this fixes an issue where createEnv conflicted (since it had the same name) and removed from the bundle completely.
🦋 Changeset detectedLatest commit: 5d4fa3f The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
WalkthroughThis PR relocates the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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. Comment |
commit: |
📦 Bundle Size Report
✅ All size limits passed! |
1 similar comment
📦 Bundle Size Report
✅ All size limits passed! |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## arkenv@0.11.0 ### Minor Changes - #### Remove `ArkEnvError` import from "arkenv" _[`#815`](#815) [`5e8025f`](5e8025f) [@yamcodes](https://github.com/yamcodes)_ The `ArkEnvError` class is now only available via: ```ts import { ArkEnvError } from "arkenv/core"; ``` ## @arkenv/bun-plugin@0.1.6 ### Patch Changes <details><summary>Updated 1 dependency</summary> <small> [`5e8025f`](5e8025f) </small> - `arkenv@0.11.0` </details> ## @arkenv/vite-plugin@0.0.32 ### Patch Changes <details><summary>Updated 1 dependency</summary> <small> [`5e8025f`](5e8025f) </small> - `arkenv@0.11.0` </details> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Summary by CodeRabbit