@golemio/pid 2.8.7-dev.972392642 → 2.8.7-dev.974466979

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.
@@ -1,6 +1,6 @@
1
1
  import { DatasetEnum } from "../../../../RopidGtfsFacade";
2
2
  import { DatasetModelName } from "../../../../../../schema-definitions/ropid-gtfs";
3
- import { IDataSource } from "@golemio/core/dist/integration-engine/datasources/IDataSource";
3
+ import { RetryDataSource } from "@golemio/core/dist/integration-engine/datasources/RetryDataSource";
4
4
  import { IFile } from "@golemio/core/dist/integration-engine/datasources/protocol-strategy/IProtocolStrategy";
5
5
  import { ITransformation } from "@golemio/core/dist/integration-engine/transformations/ITransformation";
6
6
  export declare const ORIGIN_HOSTNAME_HEADER = "x-origin-hostname";
@@ -15,7 +15,7 @@ export declare enum CacheContentType {
15
15
  export type GTFSDatasets = Exclude<DatasetEnum, DatasetEnum.DEPARTURES_PRESETS>;
16
16
  export type DatasetMap = {
17
17
  [key in GTFSDatasets]: {
18
- datasource: IDataSource;
18
+ datasource: RetryDataSource;
19
19
  transformation: ITransformation;
20
20
  cacheContentType: CacheContentType;
21
21
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.8.7-dev.972392642",
3
+ "version": "2.8.7-dev.974466979",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -38,8 +38,8 @@
38
38
  "@apideck/portman": "^1.16.1",
39
39
  "@commitlint/cli": "^11.0.0",
40
40
  "@commitlint/config-conventional": "^11.0.0",
41
- "@golemio/cli": "1.4.5",
42
- "@golemio/core": "1.8.7",
41
+ "@golemio/cli": "1.4.6",
42
+ "@golemio/core": "1.8.10",
43
43
  "@golemio/db-common": "1.1.1",
44
44
  "@golemio/eslint-config": "1.1.1",
45
45
  "@types/amqplib": "^0.5.17",