Skip to content
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
7 changes: 7 additions & 0 deletions apps/marquee-demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# marquee-demo

## 0.1.4

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/marquee-demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marquee-demo",
"version": "0.1.3",
"version": "0.1.4",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
7 changes: 7 additions & 0 deletions examples/basic-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-example-basic-agent

## 0.0.7

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 0.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/basic-agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@glinr/theauth-example-basic-agent",
"private": true,
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"scripts": {
"start": "tsx src/index.ts",
"typecheck": "tsc --noEmit"
Expand Down
8 changes: 8 additions & 0 deletions examples/migrate-from-auth0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @glinr/theauth-example-migrate-from-auth0

## 0.0.2

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0
2 changes: 1 addition & 1 deletion examples/migrate-from-auth0/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@glinr/theauth-example-migrate-from-auth0",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Runnable companion to docs/migrate/from-auth0.mdx. Demonstrates the AFTER patterns: TheAuth instance, M2M-as-agent with scoped permissions, rotation, policy constraints.",
"scripts": {
"start": "tsx src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/migrate-from-better-auth-agent-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @glinr/theauth-example-migrate-from-better-auth-agent-plugin

## 0.0.2

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@glinr/theauth-example-migrate-from-better-auth-agent-plugin",
"private": true,
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Runnable companion to docs/migrate/from-better-auth-agent-plugin.mdx. Demonstrates: AgentIdentity creation, multi-hop delegation chains, cascading revocation, authorizeByToken.",
"scripts": {
"start": "tsx src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/astro/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-astro

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/astro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-astro",
"version": "3.0.2",
"version": "3.0.3",
"description": "Astro adapter for TheAuth - exposes agent auth as HTTP REST endpoints",
"type": "module",
"main": "dist/index.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/adapters/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @glinr/theauth-express

## 3.1.0

### Minor Changes

- TheAuth is now the canonical naming across the SDK (`TheAuthClient`,
`TheAuthProvider`, `TheAuthError`, `createTheAuth`, and per-adapter
equivalents like `theAuthExpress`/`theAuthHono`). This resolves a
three-way naming collision: an earlier pass renamed `Kavach*` to `Auth*`,
this pass supersedes that with `TheAuth*` as canonical.

Non-breaking. Both `Auth*` and `Kavach*` names remain as deprecated
aliases pointing at the same implementation and will keep working until
a future major version. No behavior changed, only naming.

Also fixes two adapters (`express`, `hono`) that were missed by the
earlier `Auth*` rename entirely and still only exported `kavach`-prefixed
names.

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-express",
"version": "3.0.2",
"version": "3.1.0",
"description": "Express adapter for TheAuth - exposes agent auth as HTTP REST endpoints",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-fastify

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-fastify",
"version": "3.0.2",
"version": "3.0.3",
"description": "Fastify adapter for TheAuth - exposes agent auth as HTTP REST endpoints",
"type": "module",
"main": "dist/index.js",
Expand Down
23 changes: 23 additions & 0 deletions packages/adapters/hono/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @glinr/theauth-hono

## 3.1.0

### Minor Changes

- TheAuth is now the canonical naming across the SDK (`TheAuthClient`,
`TheAuthProvider`, `TheAuthError`, `createTheAuth`, and per-adapter
equivalents like `theAuthExpress`/`theAuthHono`). This resolves a
three-way naming collision: an earlier pass renamed `Kavach*` to `Auth*`,
this pass supersedes that with `TheAuth*` as canonical.

Non-breaking. Both `Auth*` and `Kavach*` names remain as deprecated
aliases pointing at the same implementation and will keep working until
a future major version. No behavior changed, only naming.

Also fixes two adapters (`express`, `hono`) that were missed by the
earlier `Auth*` rename entirely and still only exported `kavach`-prefixed
names.

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/hono/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-hono",
"version": "3.0.2",
"version": "3.1.0",
"description": "Hono adapter for TheAuth - exposes agent auth as HTTP REST endpoints",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/nestjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-nestjs

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nestjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-nestjs",
"version": "3.0.2",
"version": "3.0.3",
"description": "NestJS adapter for TheAuth",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-nextjs

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-nextjs",
"version": "3.0.2",
"version": "3.0.3",
"description": "Next.js App Router adapter for TheAuth - exposes agent auth as HTTP REST endpoints",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-nuxt

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-nuxt",
"version": "3.0.2",
"version": "3.0.3",
"description": "Nuxt adapter for TheAuth - exposes agent auth as HTTP REST endpoints via H3",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-prisma

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-prisma",
"version": "3.0.2",
"version": "3.0.3",
"description": "Prisma database adapter for TheAuth - use PrismaClient as your TheAuth database backend",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/solidstart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-solidstart

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/solidstart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-solidstart",
"version": "3.0.2",
"version": "3.0.3",
"description": "SolidStart adapter for TheAuth",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/sveltekit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-sveltekit

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/sveltekit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-sveltekit",
"version": "3.0.2",
"version": "3.0.3",
"description": "SvelteKit adapter for TheAuth - exposes agent auth as HTTP REST endpoints",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/adapters/tanstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-tanstack

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adapters/tanstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-tanstack",
"version": "3.0.2",
"version": "3.0.3",
"description": "TanStack Start adapter for TheAuth",
"type": "module",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth/email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @glinr/theauth-email

## 3.0.3

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0

## 3.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/email/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-email",
"version": "3.0.2",
"version": "3.0.3",
"description": "Email and password authentication for TheAuth",
"type": "module",
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @glinr/theauth-cli

## 0.1.5

### Patch Changes

- Updated dependencies
- @glinr/theauth@0.5.0
- @glinr/theauth-hono@4.0.0

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@glinr/theauth-cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "TheAuth CLI - setup wizard, dashboard launcher, and development tools",
"type": "module",
"bin": {
Expand Down
Loading
Loading