@conduit-client/command-aura-resource-cache-control 3.17.0 → 3.17.1
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.
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
import type { CacheControlMetadata } from '@conduit-client/service-cache/v1';
|
|
5
5
|
import type { CacheControlStrategyConfig } from '@conduit-client/service-cache-control/v1';
|
|
6
6
|
import type { AuraResourceCacheControlCommand } from './aura-resource-cache-control-command';
|
|
7
|
-
export declare class GeneratedAuraResourceCacheControlCommand<Data = unknown, ExtraServices extends object = object, NetworkResult = Data> extends AuraResourceCacheControlCommand<Data, ExtraServices, NetworkResult> {
|
|
7
|
+
export declare class GeneratedAuraResourceCacheControlCommand<Data = unknown, ExtraServices extends object = object, NetworkResult = Data, ConfigType = unknown> extends AuraResourceCacheControlCommand<Data, ExtraServices, NetworkResult> {
|
|
8
|
+
readonly config: ConfigType;
|
|
8
9
|
protected readonly endpoint: string;
|
|
9
10
|
protected get auraParams(): Record<string, unknown>;
|
|
10
11
|
protected get cacheControlStrategyConfig(): CacheControlStrategyConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@conduit-client/command-aura-resource-cache-control",
|
|
3
|
-
"version": "3.17.
|
|
3
|
+
"version": "3.17.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Luvio Aura Resource Cache Control Command",
|
|
6
6
|
"type": "module",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"watch": "npm run build --watch"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@conduit-client/command-aura-cache-control": "3.17.
|
|
35
|
-
"@conduit-client/command-base": "3.17.
|
|
36
|
-
"@conduit-client/command-cache-control": "3.17.
|
|
37
|
-
"@conduit-client/service-aura-network": "3.17.
|
|
38
|
-
"@conduit-client/service-cache-control": "3.17.
|
|
39
|
-
"@conduit-client/service-fetch-network": "3.17.
|
|
40
|
-
"@conduit-client/utils": "3.17.
|
|
34
|
+
"@conduit-client/command-aura-cache-control": "3.17.1",
|
|
35
|
+
"@conduit-client/command-base": "3.17.1",
|
|
36
|
+
"@conduit-client/command-cache-control": "3.17.1",
|
|
37
|
+
"@conduit-client/service-aura-network": "3.17.1",
|
|
38
|
+
"@conduit-client/service-cache-control": "3.17.1",
|
|
39
|
+
"@conduit-client/service-fetch-network": "3.17.1",
|
|
40
|
+
"@conduit-client/utils": "3.17.1"
|
|
41
41
|
},
|
|
42
42
|
"volta": {
|
|
43
43
|
"extends": "../../../../package.json"
|