Skip to content

Commit 98fa659

Browse files
committed
chore(deps): update
1 parent dd755b0 commit 98fa659

13 files changed

Lines changed: 1466 additions & 1305 deletions

.github/workflows/benchmark.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: yarn install --immutable
2626
- name: Download k6
2727
run: |
28-
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
28+
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
2929
- name: Build
3030
run: yarn run build:esm
3131
- name: Run
@@ -47,7 +47,7 @@ jobs:
4747
run: yarn install --immutable
4848
- name: Download k6
4949
run: |
50-
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
50+
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
5151
- name: Build
5252
run: yarn run build:esm
5353
- name: Run
@@ -69,7 +69,7 @@ jobs:
6969
run: yarn install --immutable
7070
- name: Download k6
7171
run: |
72-
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
72+
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
7373
- name: Build
7474
run: yarn run build:esm
7575
- name: Run
@@ -91,7 +91,7 @@ jobs:
9191
run: yarn install --immutable
9292
- name: Download k6
9393
run: |
94-
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
94+
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
9595
- name: Build
9696
run: yarn run build:esm
9797
- name: Run
@@ -113,7 +113,7 @@ jobs:
113113
run: yarn install --immutable
114114
- name: Download k6
115115
run: |
116-
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
116+
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
117117
- name: Build
118118
run: yarn run build:esm
119119
- name: Run

docs/interfaces/client.Client.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,37 @@
1212

1313
## Table of contents
1414

15-
### Methods
15+
### Properties
1616

1717
- [dispose](client.Client.md#dispose)
18+
19+
### Methods
20+
1821
- [on](client.Client.md#on)
1922
- [subscribe](client.Client.md#subscribe)
2023
- [terminate](client.Client.md#terminate)
2124

22-
## Methods
25+
## Properties
2326

2427
### dispose
2528

26-
**dispose**(): `void` \| `Promise`<`void`\>
29+
**dispose**: () => `void` \| `Promise`<`void`\>
30+
31+
#### Type declaration
32+
33+
▸ (): `void` \| `Promise`<`void`\>
2734

2835
Dispose of the instance and clear up resources.
2936

30-
#### Returns
37+
##### Returns
3138

3239
`void` \| `Promise`<`void`\>
3340

3441
#### Inherited from
3542

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

38-
___
45+
## Methods
3946

4047
### on
4148

0 commit comments

Comments
 (0)