Skip to content

Commit

Permalink
chores: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantdhiman committed Aug 13, 2023
1 parent b3010b6 commit da269d7
Show file tree
Hide file tree
Showing 12 changed files with 1,933 additions and 1,025 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ ___

### LogLevel

Ƭ **LogLevel**: ``"verbose"`` \| ``"info"`` \| ``"error"``
Ƭ **LogLevel**: ``"verbose"`` \| ``"info"`` \| ``"warn"`` \| ``"error"``
8 changes: 4 additions & 4 deletions docs/classes/AggregateError.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ ___

Optional override for formatting stack traces

**`See`**

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

##### Parameters

| Name | Type |
Expand All @@ -109,6 +105,10 @@ https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

`any`

**`See`**

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

#### Inherited from

Error.prepareStackTrace
Expand Down
8 changes: 4 additions & 4 deletions docs/classes/TimeoutError.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ ___

Optional override for formatting stack traces

**`See`**

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

##### Parameters

| Name | Type |
Expand All @@ -101,6 +97,10 @@ https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

`any`

**`See`**

https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces

#### Inherited from

Error.prepareStackTrace
Expand Down
10 changes: 10 additions & 0 deletions docs/interfaces/FactoryOptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ Pending acquires are acquire calls which are yet to receive an response from fac

**`Default`**

```ts
30000
```

___

Expand Down Expand Up @@ -89,7 +91,9 @@ This does not affects pending acquire requests.

**`Default`**

```ts
30000
```

___

Expand All @@ -102,7 +106,9 @@ that will be used instead. The function expects the arguments msg, loglevel

**`Default`**

```ts
false
```

___

Expand All @@ -128,7 +134,9 @@ full of pre-existing persistent connections.

**`Default`**

```ts
Infinity
```

___

Expand Down Expand Up @@ -159,7 +167,9 @@ Clean up is scheduled in every `factory.reapIntervalMillis` milliseconds.

**`Default`**

```ts
1000
```

___

Expand Down
Loading

0 comments on commit da269d7

Please sign in to comment.