Skip to content

feat(nest): export middleware option types - #79

Merged
pourdaavar merged 1 commit into
mainfrom
feat/nest-middleware-option-types
Aug 10, 2026
Merged

feat(nest): export middleware option types#79
pourdaavar merged 1 commit into
mainfrom
feat/nest-middleware-option-types

Conversation

@pourdaavar

Copy link
Copy Markdown
Contributor

Summary

  • Export CookieParseOptions and ResponseTimeOptions from the Nest cookie-parser and response-time middleware packages
  • Align CORS module typing with CorsOptions from the cors package
  • Add a changeset (minor for cookie/response-time, patch for cors) and root TypeScript workspace tooling

Test plan

  • Confirm package public exports resolve for CookieParseOptions and ResponseTimeOptions
  • Build/typecheck @rineex/cookie-parser-mw-module, @rineex/response-time-mw-module, and @rineex/cors-mw-module
  • Verify Changesets bot picks up .changeset/nest-middleware-option-types.md

Made with Cursor

@cursor

cursor Bot commented Aug 10, 2026

Copy link
Copy Markdown

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@changeset-bot

changeset-bot Bot commented Aug 10, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: b92e2ba

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 3 packages
Name Type
@rineex/cookie-parser-mw-module Minor
@rineex/response-time-mw-module Minor
@rineex/cors-mw-module Patch

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

Surface CookieParseOptions and ResponseTimeOptions from the Nest
middleware packages, and type CORS options from the cors package.

Co-authored-by: Cursor <cursoragent@cursor.com>
@pourdaavar
pourdaavar merged commit 522d616 into main Aug 10, 2026
5 checks passed
@pourdaavar pourdaavar mentioned this pull request Aug 10, 2026
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.

1 participant