@apiquest/plugin-sse 1.0.6 → 1.0.9

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 CHANGED
@@ -161,4 +161,4 @@ quest.test('All messages valid', () => {
161
161
 
162
162
  ## License
163
163
 
164
- Dual-licensed under AGPL-3.0-or-later and commercial license. See LICENSE.txt for details.
164
+ Dual-licensed under AGPL-3.0-or-later and commercial license. See LICENSE for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apiquest/plugin-sse",
3
- "version": "1.0.6",
3
+ "version": "1.0.9",
4
4
  "description": "SSE protocol plugin for ApiQuest",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,10 +16,11 @@
16
16
  "test": "vitest"
17
17
  },
18
18
  "keywords": [
19
- "api",
20
- "http",
21
- "quest",
22
- "plugin"
19
+ "apiquest",
20
+ "sse",
21
+ "server-sent-events",
22
+ "plugin",
23
+ "fracture"
23
24
  ],
24
25
  "author": "ApiQuest",
25
26
  "license": "AGPL-3.0-or-later",
package/rollup.config.js CHANGED
@@ -26,6 +26,7 @@ export default {
26
26
  tsconfig: './tsconfig.json',
27
27
  sourceMap: true,
28
28
  declaration: false, // We'll use tsc for declarations
29
+ declarationMap: false,
29
30
  }),
30
31
  ],
31
32
  };
File without changes