Skip to content

Commit

Permalink
chore: export hash/phc_formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 17, 2023
1 parent c714b64 commit 03eb01c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions modules/hash/phc_formatter.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* @adonisjs/core
*
* (c) AdonisJS
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

export * from '@adonisjs/hash/phc_formatter'
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"./bodyparser": "./build/modules/bodyparser/main.js",
"./bodyparser_middleware": "./build/modules/bodyparser/bodyparser_middleware.js",
"./hash": "./build/modules/hash/main.js",
"./hash/phc_formatter": "./build/modules/hash/phc_formatter.js",
"./hash/drivers/argon": "./build/modules/hash/drivers/argon.js",
"./hash/drivers/bcrypt": "./build/modules/hash/drivers/bcrypt.js",
"./hash/drivers/scrypt": "./build/modules/hash/drivers/scrypt.js",
Expand Down

0 comments on commit 03eb01c

Please sign in to comment.