@luvio/command-sse
Advanced tools
Comparing version 5.8.0 to 5.9.0
@@ -12,3 +12,3 @@ import { StreamingCommand } from '@luvio/command-streaming/v1'; | ||
*/ | ||
export declare abstract class SSECommand<StreamedData = SSEMessage, ExtraServices extends Record<string, unknown> = {}> extends StreamingCommand<StreamedData, ExtraServices> { | ||
export declare abstract class SSECommand<StreamedData = SSEMessage, ExtraServices extends Record<string, unknown> = Record<string, never>> extends StreamingCommand<StreamedData, ExtraServices> { | ||
protected services: NamedFetchService & ExtraServices; | ||
@@ -15,0 +15,0 @@ constructor(services: NamedFetchService & ExtraServices); |
@@ -12,3 +12,3 @@ import { StreamingCommand } from '@luvio/command-streaming/v1'; | ||
*/ | ||
export declare abstract class SSECommand<StreamedData = SSEMessage, ExtraServices extends Record<string, unknown> = {}> extends StreamingCommand<StreamedData, ExtraServices> { | ||
export declare abstract class SSECommand<StreamedData = SSEMessage, ExtraServices extends Record<string, unknown> = Record<string, never>> extends StreamingCommand<StreamedData, ExtraServices> { | ||
protected services: NamedFetchService & ExtraServices; | ||
@@ -15,0 +15,0 @@ constructor(services: NamedFetchService & ExtraServices); |
{ | ||
"name": "@luvio/command-sse", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"private": false, | ||
@@ -34,6 +34,6 @@ "description": "Luvio SSE Streaming Command", | ||
"dependencies": { | ||
"@luvio/command-base": "^5.8.0", | ||
"@luvio/command-streaming": "^5.8.0", | ||
"@luvio/service-fetch-network": "^5.8.0", | ||
"@luvio/utils": "^5.8.0" | ||
"@luvio/command-base": "^5.9.0", | ||
"@luvio/command-streaming": "^5.9.0", | ||
"@luvio/service-fetch-network": "^5.9.0", | ||
"@luvio/utils": "^5.9.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "bundlesize": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14779
Updated@luvio/command-base@^5.9.0
Updated@luvio/utils@^5.9.0