Skip to content

Commit

Permalink
chore: up
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Sep 11, 2024
1 parent 875dd5b commit bd37690
Show file tree
Hide file tree
Showing 3 changed files with 3,369 additions and 7,172 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Add Authentication to Nuxt applications with secured & sealed cookies sessions.

- [Hybrid Rendering](#hybrid-rendering) support (SSR / CSR / SWR / Prerendering)
- [20+ OAuth Providers](#supported-oauth-providers)
- [Vue composable](#vue-composable)
- [Server utils](#server-utils)
- [`useUserSession()` Vue composable](#vue-composable)
- [Tree-shakable server utils](#server-utils)
- [`<AuthState>` component](#authstate-component)
- [Extendable with hooks](#extend-session)

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "Atinux/nuxt-auth-utils",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"exports": {
".": {
"types": "./dist/types.d.ts",
Expand Down Expand Up @@ -42,18 +42,18 @@
"uncrypto": "^0.1.3"
},
"devDependencies": {
"@iconify-json/simple-icons": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.2",
"@nuxt/devtools": "latest",
"@nuxt/eslint-config": "^0.5.6",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/schema": "^3.13.1",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/test-utils": "^3.14.2",
"@nuxt/ui": "^2.18.4",
"@nuxt/ui-pro": "^1.4.1",
"@nuxt/ui-pro": "^1.4.2",
"changelogen": "^0.5.5",
"eslint": "^9.10.0",
"nuxt": "^3.13.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"vitest": "^2.0.5",
"vue-tsc": "^2.1.6"
}
Expand Down
Loading

0 comments on commit bd37690

Please sign in to comment.