Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 7, 2023
1 parent a06f833 commit 4976be1
Show file tree
Hide file tree
Showing 16 changed files with 53 additions and 53 deletions.
8 changes: 4 additions & 4 deletions packages/adapter-drizzle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

**[Documentation](https://orm.drizzle.team)**

**[Lucia documentation](https://lucia-auth.com)**
**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-drizzle/CHANGELOG.md)**

## Installation

```
npm install @lucia-auth/adapter-drizzle
pnpm add @lucia-auth/adapter-drizzle
yarn add @lucia-auth/adapter-drizzle
npm install @lucia-auth/adapter-drizzle@beta
pnpm add @lucia-auth/adapter-drizzle@beta
yarn add @lucia-auth/adapter-drizzle@beta
```

## Testing
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-drizzle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-drizzle",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Drizzle ORM adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,10 +36,10 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "3.0.0-beta.9"
"lucia": "3.0.0-beta.11"
},
"devDependencies": {
"@lucia-auth/adapter-test": "latest",
"@lucia-auth/adapter-test": "5.0.0-beta.4",
"@types/better-sqlite3": "^7.6.3",
"better-sqlite3": "^8.4.0",
"dotenv": "^16.0.3",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-mongodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@

**[Documentation](https://lucia-auth.com/reference#lucia-authadapter-mongodb)**

**[Lucia documentation](https://lucia-auth.com)**
**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-mongodb/CHANGELOG.md)**

## Installation

```
npm install @lucia-auth/adapter-mongodb
pnpm install @lucia-auth/adapter-mongodb
yarn add @lucia-auth/adapter-mongodb
npm install @lucia-auth/adapter-mongodb@beta
pnpm add @lucia-auth/adapter-mongodb@beta
yarn add @lucia-auth/adapter-mongodb@beta
```

## Testing
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-mongodb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-mongodb",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"description": "MongoDB adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,11 +36,11 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "3.0.0-beta.9",
"lucia": "3.0.0-beta.11",
"mongodb": "^4.1.1"
},
"devDependencies": {
"@lucia-auth/adapter-test": "latest",
"@lucia-auth/adapter-test": "5.0.0-beta.4",
"dotenv": "^16.0.3",
"tsx": "^3.12.6",
"mongodb": "^4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MySQL adapter for Lucia v2.

**[Documentation](https://lucia-auth.com/reference#lucia-authadapter-mysql)**

**[Lucia documentation](https://lucia-auth.com)**
**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-mysql/CHANGELOG.md)**

Expand All @@ -15,9 +15,9 @@ MySQL adapter for Lucia v2.
## Installation

```
npm install @lucia-auth/adapter-postgresql
pnpm add @lucia-auth/adapter-postgresql
yarn add @lucia-auth/adapter-postgresql
npm install @lucia-auth/adapter-postgresql@beta
pnpm add @lucia-auth/adapter-postgresql@beta
yarn add @lucia-auth/adapter-postgresql@beta
```

## Testing
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-mysql",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "MySQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "3.0.0-beta.9",
"lucia": "3.0.0-beta.11",
"mysql2": "^3.0.0",
"@planetscale/database": "^1.0.0"
},
Expand All @@ -50,7 +50,7 @@
}
},
"devDependencies": {
"@lucia-auth/adapter-test": "latest",
"@lucia-auth/adapter-test": "5.0.0-beta.4",
"@planetscale/database": "^1.8.0",
"dotenv": "^16.0.3",
"lucia": "latest",
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-postgresql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PostgreSQL adapter for Lucia v3.

**[Documentation](https://lucia-auth.com/reference#lucia-authadapter-postgresql)**

**[Lucia documentation](https://lucia-auth.com)**
**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-postgresql/CHANGELOG.md)**

Expand All @@ -16,9 +16,9 @@ PostgreSQL adapter for Lucia v3.
## Installation

```
npm install @lucia-auth/adapter-postgresql
pnpm add @lucia-auth/adapter-postgresql
yarn add @lucia-auth/adapter-postgresql
npm install @lucia-auth/adapter-postgresql@beta
pnpm add @lucia-auth/adapter-postgresql@beta
yarn add @lucia-auth/adapter-postgresql@beta
```

## Testing
Expand Down
6 changes: 3 additions & 3 deletions packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-postgresql",
"version": "3.0.0-beta.4",
"version": "3.0.0-beta.5",
"description": "PostgreSQL adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
".": "./dist/index.js"
},
"peerDependencies": {
"lucia": "3.0.0-beta.9",
"lucia": "3.0.0-beta.11",
"pg": "^8.8.0",
"postgres": "^3.3.0"
},
Expand All @@ -52,7 +52,7 @@
}
},
"devDependencies": {
"@lucia-auth/adapter-test": "latest",
"@lucia-auth/adapter-test": "5.0.0-beta.4",
"@types/pg": "^8.6.5",
"dotenv": "^16.0.3",
"lucia": "latest",
Expand Down
10 changes: 5 additions & 5 deletions packages/adapter-prisma/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@

**[Documentation](https://lucia-auth.com/reference#lucia-authadapter-prisma)**

**[Lucia documentation](https://lucia-auth.com)**
**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-prisma/CHANGELOG.md)**

## Installation

```
npm install @lucia-auth/adapter-prisma
pnpm add @lucia-auth/adapter-prisma
yarn add @lucia-auth/adapter-prisma
npm install @lucia-auth/adapter-prisma@beta
pnpm add @lucia-auth/adapter-prisma@beta
yarn add @lucia-auth/adapter-prisma@beta
```

## Testing

```bash
```
pnpm test-setup
pnpm test
```
6 changes: 3 additions & 3 deletions packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-prisma",
"version": "4.0.0-beta.5",
"version": "4.0.0-beta.6",
"description": "Prisma adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"peerDependencies": {
"@prisma/client": "^4.2.0 || ^5.0.0",
"lucia": "3.0.0-beta.9"
"lucia": "3.0.0-beta.11"
},
"devDependencies": {
"lucia": "latest",
"@lucia-auth/adapter-test": "latest",
"@lucia-auth/adapter-test": "5.0.0-beta.4",
"@prisma/client": "^5.0.0",
"prisma": "^4.9.0",
"tsx": "^3.12.6"
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-sqlite/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SQLite adapter for Lucia v3.

**[Documentation](https://lucia-auth.com/reference#lucia-authadapter-prisma)**

**[Lucia documentation](https://lucia-auth.com)**
**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-sqlite/CHANGELOG.md)**

Expand All @@ -18,9 +18,9 @@ SQLite adapter for Lucia v3.
## Installation

```
npm install @lucia-auth/adapter-sqlite
pnpm add @lucia-auth/adapter-sqlite
yarn add @lucia-auth/adapter-sqlite
npm install @lucia-auth/adapter-sqlite@beta
pnpm add @lucia-auth/adapter-sqlite@beta
yarn add @lucia-auth/adapter-sqlite@beta
```

## Testing
Expand Down
8 changes: 4 additions & 4 deletions packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-sqlite",
"version": "3.0.0-beta.8",
"version": "3.0.0-beta.9",
"description": "SQLite adapter for Lucia",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
"peerDependencies": {
"@libsql/client": "^0.3.0",
"better-sqlite3": "8.x - 9.x",
"lucia": "3.0.0-beta.9"
"lucia": "3.0.0-beta.11"
},
"peerDependenciesMeta": {
"better-sqlite3": {
Expand All @@ -57,13 +57,13 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@libsql/client": "^0.3.0",
"@lucia-auth/adapter-test": "latest",
"@lucia-auth/adapter-test": "5.0.0-beta.4",
"@miniflare/d1": "^2.14.0",
"@miniflare/web-sockets": "^2.14.1",
"@types/better-sqlite3": "^7.6.3",
"better-sqlite3": "^8.4.0",
"bun-types": "^1.0.12",
"lucia": "latest",
"lucia": "3.0.0-beta.11",
"tsx": "^3.12.6"
}
}
2 changes: 1 addition & 1 deletion packages/adapter-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Testing module for Lucia v3 database adapters.

**[Documentation](https://lucia-auth.com/extending-lucia/database-adapters-api)**

**[Lucia documentation](https://lucia-auth.com)**
**[Lucia documentation](https://v3.lucia-auth.com)**

**[Changelog](https://github.com/pilcrowOnPaper/lucia/blob/main/packages/adapter-test/CHANGELOG.md)**

Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lucia-auth/adapter-test",
"version": "5.0.0-beta.3",
"version": "5.0.0-beta.4",
"description": "Testing module for Lucia database adapters",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,7 +37,7 @@
"lucia": "workspace:*"
},
"peerDependencies": {
"lucia": "3.0.0-beta.9"
"lucia": "3.0.0-beta.11"
},
"dependencies": {
"mocha": "^10.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/lucia/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ A simple authentication library for managing users and sessions.

## Installation

```bash
npm install lucia
pnpm add lucia
yarn add lucia
```
npm install lucia@beta
pnpm add lucia@beta
yarn add lucia@beta
```
4 changes: 2 additions & 2 deletions packages/lucia/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lucia",
"version": "3.0.0-beta.10",
"version": "3.0.0-beta.11",
"description": "A simple and flexible authentication library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -35,6 +35,6 @@
"vitest": "^0.33.0"
},
"dependencies": {
"oslo": "^0.20.0"
"oslo": "^0.23.3"
}
}

0 comments on commit 4976be1

Please sign in to comment.