Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Aug 9, 2022
1 parent dd755b0 commit 98fa659
Show file tree
Hide file tree
Showing 13 changed files with 1,466 additions and 1,305 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: yarn install --immutable
- name: Download k6
run: |
curl https://github.com/grafana/k6/releases/download/v0.34.1/k6-v0.34.1-linux-amd64.tar.gz -L | tar xvz --strip-components 1
curl https://github.com/grafana/k6/releases/download/v0.39.0/k6-v0.39.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1
- name: Build
run: yarn run build:esm
- name: Run
Expand All @@ -47,7 +47,7 @@ jobs:
run: yarn install --immutable
- name: Download k6
run: |
curl https://github.com/grafana/k6/releases/download/v0.34.1/k6-v0.34.1-linux-amd64.tar.gz -L | tar xvz --strip-components 1
curl https://github.com/grafana/k6/releases/download/v0.39.0/k6-v0.39.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1
- name: Build
run: yarn run build:esm
- name: Run
Expand All @@ -69,7 +69,7 @@ jobs:
run: yarn install --immutable
- name: Download k6
run: |
curl https://github.com/grafana/k6/releases/download/v0.34.1/k6-v0.34.1-linux-amd64.tar.gz -L | tar xvz --strip-components 1
curl https://github.com/grafana/k6/releases/download/v0.39.0/k6-v0.39.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1
- name: Build
run: yarn run build:esm
- name: Run
Expand All @@ -91,7 +91,7 @@ jobs:
run: yarn install --immutable
- name: Download k6
run: |
curl https://github.com/grafana/k6/releases/download/v0.34.1/k6-v0.34.1-linux-amd64.tar.gz -L | tar xvz --strip-components 1
curl https://github.com/grafana/k6/releases/download/v0.39.0/k6-v0.39.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1
- name: Build
run: yarn run build:esm
- name: Run
Expand All @@ -113,7 +113,7 @@ jobs:
run: yarn install --immutable
- name: Download k6
run: |
curl https://github.com/grafana/k6/releases/download/v0.34.1/k6-v0.34.1-linux-amd64.tar.gz -L | tar xvz --strip-components 1
curl https://github.com/grafana/k6/releases/download/v0.39.0/k6-v0.39.0-linux-amd64.tar.gz -L | tar xvz --strip-components 1
- name: Build
run: yarn run build:esm
- name: Run
Expand Down
17 changes: 12 additions & 5 deletions docs/interfaces/client.Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,37 @@

## Table of contents

### Methods
### Properties

- [dispose](client.Client.md#dispose)

### Methods

- [on](client.Client.md#on)
- [subscribe](client.Client.md#subscribe)
- [terminate](client.Client.md#terminate)

## Methods
## Properties

### dispose

**dispose**(): `void` \| `Promise`<`void`\>
**dispose**: () => `void` \| `Promise`<`void`\>

#### Type declaration

▸ (): `void` \| `Promise`<`void`\>

Dispose of the instance and clear up resources.

#### Returns
##### Returns

`void` \| `Promise`<`void`\>

#### Inherited from

[Disposable](common.Disposable.md).[dispose](common.Disposable.md#dispose)

___
## Methods

### on

Expand Down

0 comments on commit 98fa659

Please sign in to comment.