whistle.pastekitlab 1.6.2 → 1.6.3
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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "whistle.pastekitlab",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "Whistle plugin for PasteKit Lab - Intercepts requests and sends them to requestlistviewer via WebSocket",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,12 +18,10 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"ws": "^8.19.0"
|
|
20
20
|
},
|
|
21
|
-
"whistleMetadata": {
|
|
22
|
-
"type": "reqScript"
|
|
23
|
-
},
|
|
24
21
|
"whistlePlugin": true,
|
|
25
22
|
"whistleConfig": {
|
|
26
23
|
"name": "pastekitlab",
|
|
24
|
+
"type": "reqScript",
|
|
27
25
|
"description": "PasteKit Lab 请求拦截插件,通过 WebSocket 将请求发送到 requestlistviewer 展示"
|
|
28
26
|
}
|
|
29
27
|
}
|