@infrab4a/connect-angular 4.0.0-beta.51 → 4.0.0-beta.52

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.
@@ -738,7 +738,8 @@ AngularHasuraGraphQLModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.
738
738
  },
739
739
  {
740
740
  provide: CategoryCollectionChildrenHasuraGraphQLRepository,
741
- useFactory: (options) => new CategoryCollectionChildrenHasuraGraphQLRepository(options.endpoint, options.credentials),
741
+ useFactory: (options) => new CategoryCollectionChildrenHasuraGraphQLRepository(options),
742
+ deps: ['HasuraConfig'],
742
743
  },
743
744
  {
744
745
  provide: 'CategoryCollectionChildrenRepository',
@@ -851,7 +852,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
851
852
  },
852
853
  {
853
854
  provide: CategoryCollectionChildrenHasuraGraphQLRepository,
854
- useFactory: (options) => new CategoryCollectionChildrenHasuraGraphQLRepository(options.endpoint, options.credentials),
855
+ useFactory: (options) => new CategoryCollectionChildrenHasuraGraphQLRepository(options),
856
+ deps: ['HasuraConfig'],
855
857
  },
856
858
  {
857
859
  provide: 'CategoryCollectionChildrenRepository',