Skip to content

Commit

Permalink
chore(release): 9.0.0-6
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 27, 2023
1 parent 008d89d commit b725427
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/auth",
"version": "9.0.0-5",
"version": "9.0.0-6",
"description": "Official authentication provider for Adonis framework",
"type": "module",
"main": "build/index.js",
Expand All @@ -22,7 +22,7 @@
".": "./build/index.js",
"./types": "./build/src/auth/types.js",
"./auth_provider": "./build/providers/auth_provider.js",
"./plugins/api_client": "./build/src/auth/plugins/japa/api_client.js",
"./plugins/api_client": "./build/src/auth/plugins/japa/api_client.js",
"./services/main": "./build/services/auth.js",
"./core/token": "./build/src/core/token.js",
"./core/guard_user": "./build/src/core/guard_user.js",
Expand Down

0 comments on commit b725427

Please sign in to comment.