@gauts/auth 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gauts/auth",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.2",
|
|
4
4
|
"description": "Database-backed password, session, and social authentication for Node.js.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "GVALFER",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"clean": "node --eval \"import { rmSync } from 'node:fs'; rmSync('dist', { force: true, recursive: true })\"",
|
|
59
59
|
"build": "npm run clean && tsc -p tsconfig.build.json",
|
|
60
60
|
"typecheck": "tsc --noEmit",
|
|
61
|
-
"typecheck:
|
|
61
|
+
"typecheck:examples": "npm run build && tsc -p examples/hono/tsconfig.json && tsc -p examples/next/tsconfig.json",
|
|
62
62
|
"lint": "eslint src tests examples",
|
|
63
63
|
"test": "node --import tsx --test tests/**/*.test.ts",
|
|
64
64
|
"check": "npm run build && npm run lint && npm run typecheck && npm test",
|