Skip to content

Commit

Permalink
chore(release): 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Feb 7, 2020
1 parent 0d4331c commit 2b1146a
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/classes/_providers_hashprovider_.hashprovider.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

### Properties

* [$container](_providers_hashprovider_.hashprovider.md#protected-$container)
* [$container](_providers_hashprovider_.hashprovider.md#protected-container)

### Methods

Expand Down
2 changes: 1 addition & 1 deletion docs/classes/_src_drivers_argon_.argon.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Name | Type |

### ids

**ids**: *Object* = ['argon2d', 'argon2i', 'argon2id']
**ids**: *ArgonContract["ids"]* = ['argon2d', 'argon2i', 'argon2id']

A list of ids to find if hash belongs to this driver
or not.
Expand Down
2 changes: 1 addition & 1 deletion docs/classes/_src_drivers_bcrypt_.bcrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Name | Type |

### ids

**ids**: *Object* = ['bcrypt']
**ids**: *BcryptContract["ids"]* = ['bcrypt']

___

Expand Down
20 changes: 10 additions & 10 deletions docs/classes/_src_hash_.hash.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Hash driver.

### Properties

* [$cacheMappings](_src_hash_.hash.md#protected-$cachemappings)
* [$container](_src_hash_.hash.md#protected-$container)
* [$cacheMappings](_src_hash_.hash.md#protected-cachemappings)
* [$container](_src_hash_.hash.md#protected-container)
* [config](_src_hash_.hash.md#config)

### Methods
Expand Down Expand Up @@ -82,7 +82,7 @@ ___

**$container**: *any*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[$container](_src_hash_.hash.md#protected-container)*

___

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

**extend**(`name`: string, `callback`: function): *void*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[extend](_src_hash_.hash.md#extend)*

Extend by adding new driver. The compositon of driver
is the responsibility of the callback function
Expand Down Expand Up @@ -241,7 +241,7 @@ ___

**release**<**K**>(`name`: K): *void*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[release](_src_hash_.hash.md#release)*

Removes the mapping from internal cache.

Expand All @@ -259,7 +259,7 @@ Name | Type |

**release**(`name`: string): *void*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[release](_src_hash_.hash.md#release)*

**Parameters:**

Expand All @@ -275,7 +275,7 @@ ___

**use**<**K**>(`name`: K): *MappingsList[K]*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[use](_src_hash_.hash.md#use)*

Returns the instance of a given driver. If `name` is not defined
the default driver will be resolved.
Expand All @@ -294,7 +294,7 @@ Name | Type |

**use**(`name`: string): *object*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[use](_src_hash_.hash.md#use)*

**Parameters:**

Expand All @@ -306,7 +306,7 @@ Name | Type |

**use**(): *DefaultItem*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[use](_src_hash_.hash.md#use)*

**Returns:** *DefaultItem*

Expand All @@ -333,7 +333,7 @@ ___

**wrapDriverResponse**(`_`: string, `value`: HashDriverContract): *object*

*Inherited from void*
*Inherited from [Hash](_src_hash_.hash.md).[wrapDriverResponse](_src_hash_.hash.md#protected-wrapdriverresponse)*

Optional method to wrap the driver response

Expand Down
10 changes: 10 additions & 0 deletions docs/modules/_standalone_.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,14 @@

# External module: "standalone"

## Index

### References

* [Hash](_standalone_.md#hash)

## References

### Hash

**Hash**:
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adonisjs/hash",
"version": "1.0.10",
"version": "1.0.11",
"description": "Multi driver hash module with support for PHC string formats",
"main": "build/providers/HashProvider",
"files": [
Expand Down

0 comments on commit 2b1146a

Please sign in to comment.