@luvio/command-fetch-network
Advanced tools
Comparing version 5.8.0 to 5.9.0
@@ -7,3 +7,3 @@ import { type Result } from '@luvio/utils'; | ||
*/ | ||
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends Record<string, unknown> = {}> extends NetworkCommand<Data, NamedFetchService & ExtraServices> { | ||
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends Record<string, unknown> = Record<string, never>> extends NetworkCommand<Data, NamedFetchService & ExtraServices> { | ||
protected services: NamedFetchService & ExtraServices; | ||
@@ -10,0 +10,0 @@ constructor(services: NamedFetchService & ExtraServices); |
import { type ServiceDescriptor } from '@luvio/utils'; | ||
import { FetchNetworkCommand } from './fetch-command'; | ||
export type { FetchNetworkCommand } from './fetch-command'; | ||
export type FetchNetworkCommandServiceDescriptor = ServiceDescriptor<typeof FetchNetworkCommand, 'fetchNetworkCommandBaseClass', '1.0'>; | ||
export declare function buildServiceDescriptor(): FetchNetworkCommandServiceDescriptor; |
@@ -7,3 +7,3 @@ import { type Result } from '@luvio/utils'; | ||
*/ | ||
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends Record<string, unknown> = {}> extends NetworkCommand<Data, NamedFetchService & ExtraServices> { | ||
export declare abstract class FetchNetworkCommand<Data, ExtraServices extends Record<string, unknown> = Record<string, never>> extends NetworkCommand<Data, NamedFetchService & ExtraServices> { | ||
protected services: NamedFetchService & ExtraServices; | ||
@@ -10,0 +10,0 @@ constructor(services: NamedFetchService & ExtraServices); |
import { type ServiceDescriptor } from '@luvio/utils'; | ||
import { FetchNetworkCommand } from './fetch-command'; | ||
export type { FetchNetworkCommand } from './fetch-command'; | ||
export type FetchNetworkCommandServiceDescriptor = ServiceDescriptor<typeof FetchNetworkCommand, 'fetchNetworkCommandBaseClass', '1.0'>; | ||
export declare function buildServiceDescriptor(): FetchNetworkCommandServiceDescriptor; |
{ | ||
"name": "@luvio/command-fetch-network", | ||
"version": "5.8.0", | ||
"version": "5.9.0", | ||
"private": false, | ||
@@ -34,6 +34,6 @@ "description": "Luvio Fetch Network Command", | ||
"dependencies": { | ||
"@luvio/command-base": "^5.8.0", | ||
"@luvio/command-network": "^5.8.0", | ||
"@luvio/service-fetch-network": "^5.8.0", | ||
"@luvio/utils": "^5.8.0" | ||
"@luvio/command-base": "^5.9.0", | ||
"@luvio/command-network": "^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
10479
78
Updated@luvio/command-base@^5.9.0
Updated@luvio/utils@^5.9.0