@middy/ws-response 7.0.3 → 7.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -7
- package/index.d.ts +1 -1
- package/index.js +0 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<div align="center">
|
|
2
|
-
<h1>Middy ws-response middleware</h1>
|
|
2
|
+
<h1>Middy `ws-response` middleware</h1>
|
|
3
3
|
<img alt="Middy logo" src="https://raw.githubusercontent.com/middyjs/middy/main/docs/img/middy-logo.svg"/>
|
|
4
4
|
<p><strong>WebSocket (ws) response middleware for the middy framework, the stylish Node.js middleware engine for AWS Lambda</strong></p>
|
|
5
5
|
<p>
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
<a href="https://github.com/middyjs/middy/actions/workflows/test-sast.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-sast.yml/badge.svg" alt="GitHub Actions SAST test status"></a>
|
|
10
10
|
<a href="https://github.com/middyjs/middy/actions/workflows/test-lint.yml"><img src="https://github.com/middyjs/middy/actions/workflows/test-lint.yml/badge.svg" alt="GitHub Actions lint test status"></a>
|
|
11
11
|
<br/>
|
|
12
|
-
<a href="https://www.npmjs.com/package/@middy/ws-
|
|
13
|
-
<a href="https://packagephobia.com/result?p=@middy/ws-
|
|
14
|
-
<a href="https://www.npmjs.com/package/@middy/ws-
|
|
15
|
-
<img alt="npm weekly downloads" src="https://img.shields.io/npm/dw/@middy/ws-
|
|
16
|
-
<a href="https://www.npmjs.com/package/@middy/ws-
|
|
12
|
+
<a href="https://www.npmjs.com/package/@middy/ws-response"><img alt="npm version" src="https://img.shields.io/npm/v/@middy/ws-response.svg"></a>
|
|
13
|
+
<a href="https://packagephobia.com/result?p=@middy/ws-response"><img src="https://packagephobia.com/badge?p=@middy/ws-response" alt="npm install size"></a>
|
|
14
|
+
<a href="https://www.npmjs.com/package/@middy/ws-response">
|
|
15
|
+
<img alt="npm weekly downloads" src="https://img.shields.io/npm/dw/@middy/ws-response.svg"></a>
|
|
16
|
+
<a href="https://www.npmjs.com/package/@middy/ws-response#provenance">
|
|
17
17
|
<img alt="npm provenance" src="https://img.shields.io/badge/provenance-Yes-brightgreen"></a>
|
|
18
18
|
<br/>
|
|
19
19
|
<a href="https://scorecard.dev/viewer/?uri=github.com/middyjs/middy"><img src="https://api.scorecard.dev/projects/github.com/middyjs/middy/badge" alt="Open Source Security Foundation (OpenSSF) Scorecard"></a>
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
<a href="https://gitter.im/middyjs/Lobby"><img src="https://badges.gitter.im/gitterHQ/gitter.svg" alt="Chat on Gitter" style="max-width:100%;"></a>
|
|
28
28
|
<a href="https://stackoverflow.com/questions/tagged/middy?sort=Newest&uqlId=35052"><img src="https://img.shields.io/badge/StackOverflow-[middy]-yellow" alt="Ask questions on StackOverflow" style="max-width:100%;"></a>
|
|
29
29
|
</p>
|
|
30
|
-
<p>You can read the documentation at: <a href="https://middy.js.org/docs/middlewares/ws-
|
|
30
|
+
<p>You can read the documentation at: <a href="https://middy.js.org/docs/middlewares/ws-response">https://middy.js.org/docs/middlewares/ws-response</a></p>
|
|
31
31
|
</div>
|
|
32
32
|
|
|
33
33
|
## License
|
package/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ import type {
|
|
|
7
7
|
import type middy from "@middy/core";
|
|
8
8
|
import type { Options as MiddyOptions } from "@middy/util";
|
|
9
9
|
|
|
10
|
-
interface Options<
|
|
10
|
+
export interface Options<
|
|
11
11
|
AwsApiGatewayManagementApiClient = ApiGatewayManagementApiClient,
|
|
12
12
|
> extends Pick<
|
|
13
13
|
MiddyOptions<
|
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@middy/ws-response",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.1.1",
|
|
4
4
|
"description": "WebSocket response handling middleware for the middy framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
56
56
|
"url": "git+https://github.com/middyjs/middy.git",
|
|
57
|
-
"directory": "packages/
|
|
57
|
+
"directory": "packages/ws-response"
|
|
58
58
|
},
|
|
59
59
|
"bugs": {
|
|
60
60
|
"url": "https://github.com/middyjs/middy/issues"
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"url": "https://github.com/sponsors/willfarrell"
|
|
66
66
|
},
|
|
67
67
|
"dependencies": {
|
|
68
|
-
"@middy/util": "7.
|
|
68
|
+
"@middy/util": "7.1.1"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
71
|
"@aws-sdk/client-apigatewaymanagementapi": "^3.0.0"
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
79
|
"@aws-sdk/client-apigatewaymanagementapi": "^3.0.0",
|
|
80
|
-
"@middy/core": "7.
|
|
81
|
-
"@types/aws-lambda": "^8.
|
|
80
|
+
"@middy/core": "7.1.1",
|
|
81
|
+
"@types/aws-lambda": "^8.0.0",
|
|
82
82
|
"aws-xray-sdk": "^3.3.3"
|
|
83
83
|
},
|
|
84
84
|
"gitHead": "7a6c0fbb8ab71d6a2171e678697de9f237568431"
|