@conduit-client/command-aura-network 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.
@@ -2,7 +2,8 @@
2
2
  * Declare block for typing the return value of buildCommandClass when the base class is AuraNetworkCommand.
3
3
  */
4
4
  import type { AuraNetworkCommand } from './aura-network-command';
5
- export declare class GeneratedAuraNetworkCommand<Data = unknown, ExtraServices extends object = object> extends AuraNetworkCommand<Data, ExtraServices> {
5
+ export declare class GeneratedAuraNetworkCommand<Data = unknown, ExtraServices extends object = object, ConfigType = unknown> extends AuraNetworkCommand<Data, ExtraServices> {
6
+ readonly config: ConfigType;
6
7
  protected readonly endpoint: string;
7
8
  protected get auraParams(): Record<string, unknown>;
8
9
  readonly exposeSubscribeAndRefresh: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conduit-client/command-aura-network",
3
- "version": "3.17.0",
3
+ "version": "3.17.1",
4
4
  "private": false,
5
5
  "description": "Luvio Aura Network Command",
6
6
  "type": "module",
@@ -31,11 +31,11 @@
31
31
  "watch": "npm run build --watch"
32
32
  },
33
33
  "dependencies": {
34
- "@conduit-client/command-base": "3.17.0",
35
- "@conduit-client/command-network": "3.17.0",
36
- "@conduit-client/service-aura-network": "3.17.0",
37
- "@conduit-client/service-fetch-network": "3.17.0",
38
- "@conduit-client/utils": "3.17.0"
34
+ "@conduit-client/command-base": "3.17.1",
35
+ "@conduit-client/command-network": "3.17.1",
36
+ "@conduit-client/service-aura-network": "3.17.1",
37
+ "@conduit-client/service-fetch-network": "3.17.1",
38
+ "@conduit-client/utils": "3.17.1"
39
39
  },
40
40
  "volta": {
41
41
  "extends": "../../../../package.json"