From b5982f5a61a008bd1fbc26473cc43238c9e7cd26 Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Sun, 17 Sep 2023 13:31:56 +0100 Subject: [PATCH 1/2] docs: remove build badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3ab0419..4011f9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # HMAC Auth Express [![npm](https://img.shields.io/npm/v/hmac-auth-express)](https://www.npmjs.com/package/hmac-auth-express) -[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/connorjburton/hmac-auth-express/Node.js%20CI)](https://github.com/connorjburton/hmac-auth-express/actions/workflows/ci.yml) [![GitHub](https://img.shields.io/github/license/connorjburton/hmac-auth-express)](https://github.com/connorjburton/hmac-auth-express/blob/master/LICENSE) This package provides [Express](https://expressjs.com/) middleware for [HMAC](https://en.wikipedia.org/wiki/HMAC) authentication. From 89bc36c75ef4ba5ce51e67dffaa8d3afdeed66e5 Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Sun, 17 Sep 2023 12:38:12 +0000 Subject: [PATCH 2/2] chore(docs): automated update typedocs after release [skip ci] --- docs/classes/AuthError.html | 12 ++++++------ docs/functions/HMAC.html | 2 +- docs/functions/generate.html | 2 +- docs/functions/order-1.html | 2 +- docs/index.html | 1 - docs/interfaces/GenerateOptions.html | 4 ++-- docs/interfaces/Options.html | 14 +++++++------- docs/types/DynamicSecret.html | 2 +- docs/types/Order.html | 2 +- docs/types/UnknownObject.html | 2 +- docs/variables/defaults.html | 2 +- 11 files changed, 22 insertions(+), 23 deletions(-) diff --git a/docs/classes/AuthError.html b/docs/classes/AuthError.html index 26537bf..8d24689 100644 --- a/docs/classes/AuthError.html +++ b/docs/classes/AuthError.html @@ -22,7 +22,7 @@

Hierarchy

+
  • Defined in src/errors.ts:1
  • @@ -64,7 +64,7 @@
    message: Returns AuthError
    +
  • Defined in src/errors.ts:7
  • Properties

    @@ -77,7 +77,7 @@
    code: string
    +
  • Defined in src/errors.ts:2
  • message: string
    +
  • Defined in src/errors.ts:3
  • statusCode: number
    +
  • Defined in src/errors.ts:4
  • status_code: number
    +
  • Defined in src/errors.ts:5
  • prepareStackTrace?: ((err, stackTraces) => any)
    diff --git a/docs/functions/HMAC.html b/docs/functions/HMAC.html index 5ed8222..950b813 100644 --- a/docs/functions/HMAC.html +++ b/docs/functions/HMAC.html @@ -28,7 +28,7 @@
    secret: options: Partial<Options> = {}

    Returns RequestHandler

    +
  • Defined in src/index.ts:80
  • +
  • Defined in src/generate.ts:27
  • +
  • Defined in src/order.ts:3
  • +
  • Defined in src/index.ts:12
  • +
  • Defined in src/index.ts:65