@luvio/command-fetch-network
Advanced tools
Comparing version 5.24.1 to 5.25.0
@@ -1,2 +0,2 @@ | ||
import { type ServiceDescriptor } from '@luvio/utils'; | ||
import { type NamedService, type ServiceDescriptor } from '@luvio/utils'; | ||
import { FetchNetworkCommand } from './fetch-command'; | ||
@@ -6,1 +6,2 @@ export { FetchNetworkCommand } from './fetch-command'; | ||
export declare function buildServiceDescriptor(): FetchNetworkCommandServiceDescriptor; | ||
export type NamedFetchNetworkCommandService = NamedService<'fetchNetworkCommandBaseClass', typeof FetchNetworkCommand>; |
@@ -1,2 +0,2 @@ | ||
import { type ServiceDescriptor } from '@luvio/utils'; | ||
import { type NamedService, type ServiceDescriptor } from '@luvio/utils'; | ||
import { FetchNetworkCommand } from './fetch-command'; | ||
@@ -6,1 +6,2 @@ export { FetchNetworkCommand } from './fetch-command'; | ||
export declare function buildServiceDescriptor(): FetchNetworkCommandServiceDescriptor; | ||
export type NamedFetchNetworkCommandService = NamedService<'fetchNetworkCommandBaseClass', typeof FetchNetworkCommand>; |
{ | ||
"name": "@luvio/command-fetch-network", | ||
"version": "5.24.1", | ||
"version": "5.25.0", | ||
"private": false, | ||
@@ -33,6 +33,6 @@ "description": "Luvio Fetch Network Command", | ||
"dependencies": { | ||
"@luvio/command-base": "5.24.1", | ||
"@luvio/command-network": "5.24.1", | ||
"@luvio/service-fetch-network": "5.24.1", | ||
"@luvio/utils": "5.24.1" | ||
"@luvio/command-base": "5.25.0", | ||
"@luvio/command-network": "5.25.0", | ||
"@luvio/service-fetch-network": "5.25.0", | ||
"@luvio/utils": "5.25.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "bundlesize": [ |
15338
89
+ Added@luvio/command-base@5.25.0(transitive)
+ Added@luvio/command-network@5.25.0(transitive)
+ Added@luvio/jwt-manager@5.25.0(transitive)
+ Added@luvio/service-fetch-network@5.25.0(transitive)
+ Added@luvio/utils@5.25.0(transitive)
- Removed@luvio/command-base@5.24.1(transitive)
- Removed@luvio/command-network@5.24.1(transitive)
- Removed@luvio/jwt-manager@5.24.1(transitive)
- Removed@luvio/service-fetch-network@5.24.1(transitive)
- Removed@luvio/utils@5.24.1(transitive)
Updated@luvio/command-base@5.25.0
Updated@luvio/utils@5.25.0