@luvio/service-cache-control
Advanced tools
Comparing version 5.9.0 to 5.10.0
import { CacheController } from './cache-control'; | ||
import type { ServiceDescriptor, NamedService } from '@luvio/utils'; | ||
import type { Cache } from '@luvio/service-cache/v1'; | ||
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, CacheController>; | ||
export type { CacheControlStrategyConfig } from './cache-control-strategies'; | ||
export type { RequestRunner } from './cache-control'; | ||
type PublicInterface<Class> = { | ||
[K in keyof Class]: Class[K]; | ||
}; | ||
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, PublicInterface<CacheController>>; | ||
export type CacheControlServiceDescriptor = ServiceDescriptor<CacheController, 'cacheControl', '1.0'>; | ||
export declare function buildServiceDescriptor(cache: Cache): CacheControlServiceDescriptor; |
import { CacheController } from './cache-control'; | ||
import type { ServiceDescriptor, NamedService } from '@luvio/utils'; | ||
import type { Cache } from '@luvio/service-cache/v1'; | ||
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, CacheController>; | ||
export type { CacheControlStrategyConfig } from './cache-control-strategies'; | ||
export type { RequestRunner } from './cache-control'; | ||
type PublicInterface<Class> = { | ||
[K in keyof Class]: Class[K]; | ||
}; | ||
export type NamedCacheControllerService<Name extends string = 'cacheController'> = NamedService<Name, PublicInterface<CacheController>>; | ||
export type CacheControlServiceDescriptor = ServiceDescriptor<CacheController, 'cacheControl', '1.0'>; | ||
export declare function buildServiceDescriptor(cache: Cache): CacheControlServiceDescriptor; |
{ | ||
"name": "@luvio/service-cache-control", | ||
"version": "5.9.0", | ||
"version": "5.10.0", | ||
"private": false, | ||
@@ -34,4 +34,4 @@ "description": "OneStore Cache Control Service definition", | ||
"dependencies": { | ||
"@luvio/service-cache": "^5.9.0", | ||
"@luvio/utils": "^5.9.0" | ||
"@luvio/service-cache": "^5.10.0", | ||
"@luvio/utils": "^5.10.0" | ||
}, | ||
@@ -38,0 +38,0 @@ "volta": { |
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
19097
264
Updated@luvio/service-cache@^5.10.0
Updated@luvio/utils@^5.10.0