-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
31 changed files
with
3,978 additions
and
4,467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
pull_request: | ||
|
||
env: | ||
NODE_VER: 22.5 | ||
NODE_VER: 22.11 | ||
|
||
jobs: | ||
build: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@sidebase/nuxt-auth", | ||
"version": "0.9.4", | ||
"version": "0.10.0-rc.2", | ||
"license": "MIT", | ||
"type": "module", | ||
"description": "Authentication built for Nuxt 3! Easily add authentication via OAuth providers, credentials or Email Magic URLs!", | ||
|
@@ -33,14 +33,15 @@ | |
"dev:prepare": "nuxt-module-build build --stub", | ||
"docs:dev": "vitepress dev docs", | ||
"docs:build": "vitepress build docs", | ||
"docs:preview": "vitepress preview docs" | ||
"docs:preview": "vitepress preview docs", | ||
"test:unit": "vitest" | ||
}, | ||
"dependencies": { | ||
"@nuxt/kit": "^3.12.4", | ||
"@nuxt/kit": "^3.14.1592", | ||
"defu": "^6.1.4", | ||
"h3": "^1.12.0", | ||
"h3": "^1.13.0", | ||
"knitwork": "^1.1.0", | ||
"nitropack": "^2.9.7", | ||
"nitropack": "^2.10.4", | ||
"requrl": "^3.0.2", | ||
"scule": "^1.3.0", | ||
"ufo": "^1.5.4" | ||
|
@@ -49,19 +50,20 @@ | |
"next-auth": "~4.21.1" | ||
}, | ||
"devDependencies": { | ||
"@antfu/eslint-config": "^2.25.0", | ||
"@nuxt/module-builder": "^0.8.3", | ||
"@nuxt/schema": "^3.12.4", | ||
"@antfu/eslint-config": "^2.27.3", | ||
"@nuxt/module-builder": "^0.8.4", | ||
"@nuxt/schema": "^3.14.1592", | ||
"@nuxtjs/eslint-config-typescript": "^12.1.0", | ||
"@types/node": "^18.19.42", | ||
"eslint": "^8.57.0", | ||
"nuxt": "^3.12.4", | ||
"ofetch": "^1.3.4", | ||
"oxlint": "^0.7.0", | ||
"@types/node": "^18.19.68", | ||
"eslint": "^8.57.1", | ||
"nuxt": "^3.14.1592", | ||
"ofetch": "^1.4.1", | ||
"oxlint": "^0.7.2", | ||
"ts-essentials": "^9.4.2", | ||
"typescript": "^5.5.4", | ||
"vitepress": "^1.3.1", | ||
"vue-tsc": "^2.0.29" | ||
"vitepress": "^1.5.0", | ||
"vitest": "^1.6.0", | ||
"vue-tsc": "^2.1.10" | ||
}, | ||
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.