Skip to content

Commit 013f5d9

Browse files
authored
chore(webhook): release @slack/[email protected] (#2338)
1 parent ab3412b commit 013f5d9

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/english/reference/webhook/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @slack/webhook v7.0.5
1+
# @slack/webhook v7.0.6
22

33
## Enumerations
44

docs/english/reference/webhook/interfaces/CodedError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ NodeJS.ErrnoException.code
3939
optional errno: number;
4040
```
4141

42-
Defined in: node\_modules/@types/node/globals.d.ts:196
42+
Defined in: node\_modules/@types/node/globals.d.ts:393
4343

4444
#### Inherited from
4545

@@ -87,7 +87,7 @@ NodeJS.ErrnoException.name
8787
optional path: string;
8888
```
8989

90-
Defined in: node\_modules/@types/node/globals.d.ts:198
90+
Defined in: node\_modules/@types/node/globals.d.ts:395
9191

9292
#### Inherited from
9393

@@ -119,7 +119,7 @@ NodeJS.ErrnoException.stack
119119
optional syscall: string;
120120
```
121121

122-
Defined in: node\_modules/@types/node/globals.d.ts:199
122+
Defined in: node\_modules/@types/node/globals.d.ts:396
123123

124124
#### Inherited from
125125

docs/english/reference/webhook/interfaces/IncomingWebhookHTTPError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Defined in: [src/errors.ts:26](https://github.com/slackapi/node-slack-sdk/blob/m
3232
optional errno: number;
3333
```
3434

35-
Defined in: node\_modules/@types/node/globals.d.ts:196
35+
Defined in: node\_modules/@types/node/globals.d.ts:393
3636

3737
#### Inherited from
3838

@@ -84,7 +84,7 @@ Defined in: [src/errors.ts:27](https://github.com/slackapi/node-slack-sdk/blob/m
8484
optional path: string;
8585
```
8686

87-
Defined in: node\_modules/@types/node/globals.d.ts:198
87+
Defined in: node\_modules/@types/node/globals.d.ts:395
8888

8989
#### Inherited from
9090

@@ -112,7 +112,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
112112
optional syscall: string;
113113
```
114114

115-
Defined in: node\_modules/@types/node/globals.d.ts:199
115+
Defined in: node\_modules/@types/node/globals.d.ts:396
116116

117117
#### Inherited from
118118

docs/english/reference/webhook/interfaces/IncomingWebhookRequestError.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Defined in: [src/errors.ts:21](https://github.com/slackapi/node-slack-sdk/blob/m
3232
optional errno: number;
3333
```
3434

35-
Defined in: node\_modules/@types/node/globals.d.ts:196
35+
Defined in: node\_modules/@types/node/globals.d.ts:393
3636

3737
#### Inherited from
3838

@@ -84,7 +84,7 @@ Defined in: [src/errors.ts:22](https://github.com/slackapi/node-slack-sdk/blob/m
8484
optional path: string;
8585
```
8686

87-
Defined in: node\_modules/@types/node/globals.d.ts:198
87+
Defined in: node\_modules/@types/node/globals.d.ts:395
8888

8989
#### Inherited from
9090

@@ -112,7 +112,7 @@ Defined in: node\_modules/typescript/lib/lib.es5.d.ts:1078
112112
optional syscall: string;
113113
```
114114

115-
Defined in: node\_modules/@types/node/globals.d.ts:199
115+
Defined in: node\_modules/@types/node/globals.d.ts:396
116116

117117
#### Inherited from
118118

packages/webhook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@slack/webhook",
3-
"version": "7.0.5",
3+
"version": "7.0.6",
44
"description": "Official library for using the Slack Platform's Incoming Webhooks",
55
"author": "Slack Technologies, LLC",
66
"license": "MIT",

0 commit comments

Comments
 (0)