Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure all types are exported #264

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

Tristan971
Copy link
Contributor

Types of changes

  • Bug fix (a non-breaking change which fixes an issue)
  • New feature (a non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Description

Ensure internal types of module are exported for dependent projects. Resolves: #263

Checklist:

  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes (if not applicable, please state why)

Tests not applicable because this is purely exposing types. Nuxt module builder reexports exported types via the module dist's types.d.{ts, mts}.

@vercel
Copy link

vercel bot commented Oct 25, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nuxt-security ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 25, 2023 2:19pm

@Tristan971 Tristan971 changed the base branch from main to chore/1.0.0-rc.3 October 25, 2023 15:18
@Baroshem Baroshem merged commit 53c6bbe into Baroshem:chore/1.0.0-rc.3 Oct 26, 2023
3 checks passed
@Tristan971 Tristan971 deleted the export-types branch October 26, 2023 14:24
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.

Export configuration type
2 participants