whistle.pastekitlab 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -134,7 +134,7 @@ function broadcast(type, data) {
134
134
  }
135
135
 
136
136
  // ==================== Whistle 插件 ====================
137
- module.exports = (server) => {
137
+ module.exports = (server, options) => {
138
138
  log('插件已启动(server.on 模式)');
139
139
  startWebSocketServer();
140
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whistle.pastekitlab",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
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": {