Skip to content

Commit

Permalink
remove auri
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Oct 20, 2024
1 parent 6155ac7 commit 5872c9a
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 61 deletions.
6 changes: 0 additions & 6 deletions .auri/$5zvg502u.md

This file was deleted.

7 changes: 0 additions & 7 deletions .auri/config.json

This file was deleted.

29 changes: 0 additions & 29 deletions .github/workflows/auri.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ node_modules
.env.*
!.env.example
/.vscode
/.auri/*.md

docs/dist
packages/*/dist
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/tutorials/github-oauth/nextjs-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ export const validateRequest = cache(
);
```

This function can then be used in server components and form actions to get the current session and user.
This function can then be used in server components and form actions to get the current session and user.

```tsx
import { redirect } from "next/navigation";
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"publish-setup": "pnpm i --no-frozen-lockfile && cd packages/lucia && pnpm build && cd ../adapter-test && pnpm build && cd ../../",
"format": "pnpm exec prettier --write . --plugin=prettier-plugin-astro",
"format:docs": "pnpm exec prettier --write docs --plugin=prettier-plugin-astro",
"preinstall": "npx only-allow pnpm",
"auri.format": "pnpm format",
"auri.publish_setup": "pnpm publish-setup"
"preinstall": "npx only-allow pnpm"
},
"repository": {
"type": "git",
Expand All @@ -21,7 +19,6 @@
"@types/node": "~18.15.13",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"auri": "^0.7.4",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"prettier": "^2.8.8",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-drizzle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"auri.build": "pnpm build",
"test.mysql": "tsx tests/mysql.ts",
"test.postgresql": "tsx tests/postgresql.ts",
"test.sqlite": "tsx tests/sqlite.ts"
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-mongodb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"test.mongodb": "tsx tests/mongodb.ts",
"test.mongoose": "tsx tests/mongoose.ts",
"auri.build": "pnpm build"
"test.mongoose": "tsx tests/mongoose.ts"
},
"keywords": [
"lucia",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"test.mysql2": "tsx tests/mysql2.ts",
"test.planetscale": "tsx tests/planetscale.ts",
"auri.build": "pnpm build"
"test.planetscale": "tsx tests/planetscale.ts"
},
"keywords": [
"lucia",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-postgresql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"build": "shx rm -rf ./dist/* && tsc",
"test.neon-http": "tsx tests/neon-http.ts",
"test.node-postgres": "tsx tests/node-postgres.ts",
"test.postgresjs": "tsx tests/postgresjs.ts",
"auri.build": "pnpm build"
"test.postgresjs": "tsx tests/postgresjs.ts"
},
"keywords": [
"lucia",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"test": "tsx tests/prisma.ts",
"test-setup": "prisma db push && prisma generate",
"auri.build": "pnpm build"
"test-setup": "prisma db push && prisma generate"
},
"keywords": [
"lucia",
Expand Down
1 change: 0 additions & 1 deletion packages/adapter-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"auri.build": "pnpm build",
"test.better-sqlite3": "tsx tests/better-sqlite3.ts",
"test.bun-sqlite": "bun tests/bun-sqlite.ts",
"test.d1": "tsx tests/d1.ts",
Expand Down
3 changes: 1 addition & 2 deletions packages/adapter-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"CHANGELOG.md"
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"auri.build": "pnpm build"
"build": "shx rm -rf ./dist/* && tsc"
},
"keywords": [
"lucia",
Expand Down
1 change: 0 additions & 1 deletion packages/lucia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
],
"scripts": {
"build": "shx rm -rf ./dist/* && tsc",
"auri.build": "pnpm build",
"test": "vitest run",
"test.debug": "vitest run src/utils/debug.test.ts"
},
Expand Down

0 comments on commit 5872c9a

Please sign in to comment.