Skip to content

Commit

Permalink
chore(release): 3.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed Mar 26, 2021
1 parent d3d4acd commit 3e6a030
Show file tree
Hide file tree
Showing 87 changed files with 310 additions and 303 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [3.11.1](https://github.com/panva/jose/compare/v3.11.0...v3.11.1) (2021-03-26)


### Bug Fixes

* **node:** crypto.verify callback invocation with a private keyobject ([d3d4acd](https://github.com/panva/jose/commit/d3d4acd8be612850999309ef7de86c549d5de9c0))

## [3.11.0](https://github.com/panva/jose/compare/v3.10.0...v3.11.0) (2021-03-24)


Expand Down
12 changes: 6 additions & 6 deletions docs/classes/jwe_compact_encrypt.compactencrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Name | Type | Description |

**Returns:** [*CompactEncrypt*](jwe_compact_encrypt.compactencrypt.md)

Defined in: [jwe/compact/encrypt.ts:45](https://github.com/panva/jose/blob/v3.11.0/src/jwe/compact/encrypt.ts#L45)
Defined in: [jwe/compact/encrypt.ts:45](https://github.com/panva/jose/blob/v3.11.1/src/jwe/compact/encrypt.ts#L45)

## Methods

Expand All @@ -83,7 +83,7 @@ Name | Type | Description |

**Returns:** *Promise*<string\>

Defined in: [jwe/compact/encrypt.ts:108](https://github.com/panva/jose/blob/v3.11.0/src/jwe/compact/encrypt.ts#L108)
Defined in: [jwe/compact/encrypt.ts:108](https://github.com/panva/jose/blob/v3.11.1/src/jwe/compact/encrypt.ts#L108)

___

Expand All @@ -104,7 +104,7 @@ Name | Type | Description |

**Returns:** [*CompactEncrypt*](jwe_compact_encrypt.compactencrypt.md)

Defined in: [jwe/compact/encrypt.ts:62](https://github.com/panva/jose/blob/v3.11.0/src/jwe/compact/encrypt.ts#L62)
Defined in: [jwe/compact/encrypt.ts:62](https://github.com/panva/jose/blob/v3.11.1/src/jwe/compact/encrypt.ts#L62)

___

Expand All @@ -125,7 +125,7 @@ Name | Type | Description |

**Returns:** [*CompactEncrypt*](jwe_compact_encrypt.compactencrypt.md)

Defined in: [jwe/compact/encrypt.ts:75](https://github.com/panva/jose/blob/v3.11.0/src/jwe/compact/encrypt.ts#L75)
Defined in: [jwe/compact/encrypt.ts:75](https://github.com/panva/jose/blob/v3.11.1/src/jwe/compact/encrypt.ts#L75)

___

Expand All @@ -145,7 +145,7 @@ Name | Type | Description |

**Returns:** [*CompactEncrypt*](jwe_compact_encrypt.compactencrypt.md)

Defined in: [jwe/compact/encrypt.ts:97](https://github.com/panva/jose/blob/v3.11.0/src/jwe/compact/encrypt.ts#L97)
Defined in: [jwe/compact/encrypt.ts:97](https://github.com/panva/jose/blob/v3.11.1/src/jwe/compact/encrypt.ts#L97)

___

Expand All @@ -163,4 +163,4 @@ Name | Type | Description |

**Returns:** [*CompactEncrypt*](jwe_compact_encrypt.compactencrypt.md)

Defined in: [jwe/compact/encrypt.ts:85](https://github.com/panva/jose/blob/v3.11.0/src/jwe/compact/encrypt.ts#L85)
Defined in: [jwe/compact/encrypt.ts:85](https://github.com/panva/jose/blob/v3.11.1/src/jwe/compact/encrypt.ts#L85)
18 changes: 9 additions & 9 deletions docs/classes/jwe_flattened_encrypt.flattenedencrypt.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:75](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L75)
Defined in: [jwe/flattened/encrypt.ts:75](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L75)

## Methods

Expand All @@ -87,7 +87,7 @@ Name | Type | Description |

**Returns:** *Promise*<[*FlattenedJWE*](../interfaces/types.flattenedjwe.md)\>

Defined in: [jwe/flattened/encrypt.ts:187](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L187)
Defined in: [jwe/flattened/encrypt.ts:187](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L187)

___

Expand All @@ -105,7 +105,7 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:144](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L144)
Defined in: [jwe/flattened/encrypt.ts:144](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L144)

___

Expand All @@ -126,7 +126,7 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:157](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L157)
Defined in: [jwe/flattened/encrypt.ts:157](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L157)

___

Expand All @@ -147,7 +147,7 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:173](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L173)
Defined in: [jwe/flattened/encrypt.ts:173](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L173)

___

Expand All @@ -168,7 +168,7 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:92](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L92)
Defined in: [jwe/flattened/encrypt.ts:92](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L92)

___

Expand All @@ -186,7 +186,7 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:105](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L105)
Defined in: [jwe/flattened/encrypt.ts:105](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L105)

___

Expand All @@ -204,7 +204,7 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:118](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L118)
Defined in: [jwe/flattened/encrypt.ts:118](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L118)

___

Expand All @@ -222,4 +222,4 @@ Name | Type | Description |

**Returns:** [*FlattenedEncrypt*](jwe_flattened_encrypt.flattenedencrypt.md)

Defined in: [jwe/flattened/encrypt.ts:131](https://github.com/panva/jose/blob/v3.11.0/src/jwe/flattened/encrypt.ts#L131)
Defined in: [jwe/flattened/encrypt.ts:131](https://github.com/panva/jose/blob/v3.11.1/src/jwe/flattened/encrypt.ts#L131)
6 changes: 3 additions & 3 deletions docs/classes/jws_compact_sign.compactsign.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Name | Type | Description |

**Returns:** [*CompactSign*](jws_compact_sign.compactsign.md)

Defined in: [jws/compact/sign.ts:44](https://github.com/panva/jose/blob/v3.11.0/src/jws/compact/sign.ts#L44)
Defined in: [jws/compact/sign.ts:44](https://github.com/panva/jose/blob/v3.11.1/src/jws/compact/sign.ts#L44)

## Methods

Expand All @@ -81,7 +81,7 @@ Name | Type | Description |

**Returns:** [*CompactSign*](jws_compact_sign.compactsign.md)

Defined in: [jws/compact/sign.ts:58](https://github.com/panva/jose/blob/v3.11.0/src/jws/compact/sign.ts#L58)
Defined in: [jws/compact/sign.ts:58](https://github.com/panva/jose/blob/v3.11.1/src/jws/compact/sign.ts#L58)

___

Expand All @@ -100,4 +100,4 @@ Name | Type | Description |

**Returns:** *Promise*<string\>

Defined in: [jws/compact/sign.ts:69](https://github.com/panva/jose/blob/v3.11.0/src/jws/compact/sign.ts#L69)
Defined in: [jws/compact/sign.ts:69](https://github.com/panva/jose/blob/v3.11.1/src/jws/compact/sign.ts#L69)
8 changes: 4 additions & 4 deletions docs/classes/jws_flattened_sign.flattenedsign.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Name | Type | Description |

**Returns:** [*FlattenedSign*](jws_flattened_sign.flattenedsign.md)

Defined in: [jws/flattened/sign.ts:56](https://github.com/panva/jose/blob/v3.11.0/src/jws/flattened/sign.ts#L56)
Defined in: [jws/flattened/sign.ts:56](https://github.com/panva/jose/blob/v3.11.1/src/jws/flattened/sign.ts#L56)

## Methods

Expand All @@ -81,7 +81,7 @@ Name | Type | Description |

**Returns:** [*FlattenedSign*](jws_flattened_sign.flattenedsign.md)

Defined in: [jws/flattened/sign.ts:70](https://github.com/panva/jose/blob/v3.11.0/src/jws/flattened/sign.ts#L70)
Defined in: [jws/flattened/sign.ts:70](https://github.com/panva/jose/blob/v3.11.1/src/jws/flattened/sign.ts#L70)

___

Expand All @@ -99,7 +99,7 @@ Name | Type | Description |

**Returns:** [*FlattenedSign*](jws_flattened_sign.flattenedsign.md)

Defined in: [jws/flattened/sign.ts:83](https://github.com/panva/jose/blob/v3.11.0/src/jws/flattened/sign.ts#L83)
Defined in: [jws/flattened/sign.ts:83](https://github.com/panva/jose/blob/v3.11.1/src/jws/flattened/sign.ts#L83)

___

Expand All @@ -118,4 +118,4 @@ Name | Type | Description |

**Returns:** *Promise*<[*FlattenedJWS*](../interfaces/types.flattenedjws.md)\>

Defined in: [jws/flattened/sign.ts:97](https://github.com/panva/jose/blob/v3.11.0/src/jws/flattened/sign.ts#L97)
Defined in: [jws/flattened/sign.ts:97](https://github.com/panva/jose/blob/v3.11.1/src/jws/flattened/sign.ts#L97)
6 changes: 3 additions & 3 deletions docs/classes/jws_general_sign.generalsign.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Name | Type | Description |

**Returns:** [*GeneralSign*](jws_general_sign.generalsign.md)

Defined in: [jws/general/sign.ts:124](https://github.com/panva/jose/blob/v3.11.0/src/jws/general/sign.ts#L124)
Defined in: [jws/general/sign.ts:124](https://github.com/panva/jose/blob/v3.11.1/src/jws/general/sign.ts#L124)

## Methods

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

**Returns:** [*Signature*](../interfaces/jws_general_sign.signature.md)

Defined in: [jws/general/sign.ts:133](https://github.com/panva/jose/blob/v3.11.0/src/jws/general/sign.ts#L133)
Defined in: [jws/general/sign.ts:133](https://github.com/panva/jose/blob/v3.11.1/src/jws/general/sign.ts#L133)

___

Expand All @@ -110,4 +110,4 @@ Signs and resolves the value of the General JWS object.

**Returns:** *Promise*<[*GeneralJWS*](../interfaces/types.generaljws.md)\>

Defined in: [jws/general/sign.ts:143](https://github.com/panva/jose/blob/v3.11.0/src/jws/general/sign.ts#L143)
Defined in: [jws/general/sign.ts:143](https://github.com/panva/jose/blob/v3.11.1/src/jws/general/sign.ts#L143)
32 changes: 16 additions & 16 deletions docs/classes/jwt_encrypt.encryptjwt.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:10](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L10)
Defined in: [lib/jwt_producer.ts:10](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L10)

## Methods

Expand All @@ -101,7 +101,7 @@ Name | Type | Description |

**Returns:** *Promise*<string\>

Defined in: [jwt/encrypt.ts:160](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L160)
Defined in: [jwt/encrypt.ts:160](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L160)

___

Expand All @@ -114,7 +114,7 @@ Replicates the "aud" (Audience) Claim as a JWE Protected Header Parameter as per

**Returns:** [*EncryptJWT*](jwt_encrypt.encryptjwt.md)

Defined in: [jwt/encrypt.ts:149](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L149)
Defined in: [jwt/encrypt.ts:149](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L149)

___

Expand All @@ -127,7 +127,7 @@ Replicates the "iss" (Issuer) Claim as a JWE Protected Header Parameter as per

**Returns:** [*EncryptJWT*](jwt_encrypt.encryptjwt.md)

Defined in: [jwt/encrypt.ts:131](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L131)
Defined in: [jwt/encrypt.ts:131](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L131)

___

Expand All @@ -140,7 +140,7 @@ Replicates the "sub" (Subject) Claim as a JWE Protected Header Parameter as per

**Returns:** [*EncryptJWT*](jwt_encrypt.encryptjwt.md)

Defined in: [jwt/encrypt.ts:140](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L140)
Defined in: [jwt/encrypt.ts:140](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L140)

___

Expand All @@ -160,7 +160,7 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:47](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L47)
Defined in: [lib/jwt_producer.ts:47](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L47)

___

Expand All @@ -181,7 +181,7 @@ Name | Type | Description |

**Returns:** [*EncryptJWT*](jwt_encrypt.encryptjwt.md)

Defined in: [jwt/encrypt.ts:103](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L103)
Defined in: [jwt/encrypt.ts:103](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L103)

___

Expand All @@ -201,7 +201,7 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:85](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L85)
Defined in: [lib/jwt_producer.ts:85](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L85)

___

Expand All @@ -222,7 +222,7 @@ Name | Type | Description |

**Returns:** [*EncryptJWT*](jwt_encrypt.encryptjwt.md)

Defined in: [jwt/encrypt.ts:119](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L119)
Defined in: [jwt/encrypt.ts:119](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L119)

___

Expand All @@ -242,7 +242,7 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:100](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L100)
Defined in: [lib/jwt_producer.ts:100](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L100)

___

Expand All @@ -262,7 +262,7 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:27](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L27)
Defined in: [lib/jwt_producer.ts:27](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L27)

___

Expand All @@ -282,7 +282,7 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:57](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L57)
Defined in: [lib/jwt_producer.ts:57](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L57)

___

Expand All @@ -303,7 +303,7 @@ Name | Type | Description |

**Returns:** [*EncryptJWT*](jwt_encrypt.encryptjwt.md)

Defined in: [jwt/encrypt.ts:87](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L87)
Defined in: [jwt/encrypt.ts:87](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L87)

___

Expand All @@ -323,7 +323,7 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:69](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L69)
Defined in: [lib/jwt_producer.ts:69](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L69)

___

Expand All @@ -341,7 +341,7 @@ Name | Type | Description |

**Returns:** [*EncryptJWT*](jwt_encrypt.encryptjwt.md)

Defined in: [jwt/encrypt.ts:71](https://github.com/panva/jose/blob/v3.11.0/src/jwt/encrypt.ts#L71)
Defined in: [jwt/encrypt.ts:71](https://github.com/panva/jose/blob/v3.11.1/src/jwt/encrypt.ts#L71)

___

Expand All @@ -361,4 +361,4 @@ Name | Type | Description |

Inherited from: void

Defined in: [lib/jwt_producer.ts:37](https://github.com/panva/jose/blob/v3.11.0/src/lib/jwt_producer.ts#L37)
Defined in: [lib/jwt_producer.ts:37](https://github.com/panva/jose/blob/v3.11.1/src/lib/jwt_producer.ts#L37)
Loading

0 comments on commit 3e6a030

Please sign in to comment.