Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .changeset/gorgeous-roses-draw.md

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tern-secure/nextjs

## 4.2.6

### Patch Changes

- 1757b10: refactor: Improve TernSecure middleware type definitions and error handling

- Update import types from 'next/server'
- Modify function signatures to improve type safety
- Enhance error handling with explicit redirect URL creation
- Adjust return types for middleware and callback functions

## 4.2.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tern-secure/nextjs",
"version": "4.2.5",
"version": "4.2.6",
"packageManager": "npm@11.0.0",
"publishConfig": {
"access": "public"
Expand Down