Skip to content

Commit

Permalink
chore(release): 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Sep 6, 2019
1 parent b988fc8 commit 9cee387
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/classes/_src_hash_.hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Hash driver.
## Implements

* ManagerContract‹HashDriverContract, object, DefaultItem›
* HashContract
* HashContract‹HashDriverContract›

## Index

Expand Down Expand Up @@ -202,7 +202,7 @@ ___

### hash

**hash**(`value`: string): *Promise‹string›*
**hash**(`value`: string): *never | any*

Hash value using the default driver

Expand All @@ -212,7 +212,7 @@ Name | Type |
------ | ------ |
`value` | string |

**Returns:** *Promise‹string›*
**Returns:** *never | any*

___

Expand Down
16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/hash",
"version": "1.0.5",
"version": "1.0.6",
"description": "Multi driver hash module with support for PHC string formats",
"files": [
"build/adonis-typings",
Expand Down Expand Up @@ -90,8 +90,18 @@
},
"adonisjs": {
"templates": {
"config": [{ "src": "config/hash.txt", "dest": "hash" }],
"contracts": [{ "src": "contracts/hash.txt", "dest": "hash" }]
"config": [
{
"src": "config/hash.txt",
"dest": "hash"
}
],
"contracts": [
{
"src": "contracts/hash.txt",
"dest": "hash"
}
]
}
}
}

0 comments on commit 9cee387

Please sign in to comment.