@golemio/pid 2.12.5 → 2.12.6
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.
- package/dist/integration-engine/ropid-gtfs/workers/presets/datasources/grafana-loki/GrafanaLokiDataSourceProvider.js +3 -2
- package/dist/integration-engine/ropid-gtfs/workers/presets/datasources/grafana-loki/GrafanaLokiDataSourceProvider.js.map +1 -1
- package/dist/integration-engine/ropid-gtfs/workers/presets/helpers/RopidMonitoringService.js +3 -8
- package/dist/integration-engine/ropid-gtfs/workers/presets/helpers/RopidMonitoringService.js.map +1 -1
- package/dist/integration-engine/ropid-vymi/workers/tasks/helpers/RopidVYMIApiHelper.js +4 -3
- package/dist/integration-engine/ropid-vymi/workers/tasks/helpers/RopidVYMIApiHelper.js.map +1 -1
- package/dist/integration-engine/vehicle-positions/workers/vehicle-descriptors/datasources/seznam-autobusu/SeznamAutobusuDataSourceProvider.js +3 -2
- package/dist/integration-engine/vehicle-positions/workers/vehicle-descriptors/datasources/seznam-autobusu/SeznamAutobusuDataSourceProvider.js.map +1 -1
- package/package.json +2 -2
|
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.GrafanaLokiDataSourceProvider = void 0;
|
|
17
17
|
const datasources_1 = require("../../../../../../schema-definitions/ropid-departures-preset-logs/datasources");
|
|
18
18
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
19
|
+
const HTTPFetchProtocolStrategy_1 = require("@golemio/core/dist/integration-engine/datasources/protocol-strategy/HTTPFetchProtocolStrategy");
|
|
19
20
|
const ContainerToken_1 = require("@golemio/core/dist/integration-engine/ioc/ContainerToken");
|
|
20
21
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
21
22
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
@@ -34,11 +35,11 @@ let GrafanaLokiDataSourceProvider = exports.GrafanaLokiDataSourceProvider = Graf
|
|
|
34
35
|
url.searchParams.set("end", params.end.toString());
|
|
35
36
|
url.searchParams.set("query", params.query);
|
|
36
37
|
url.searchParams.set("limit", (_a = this.config.datasources.GrafanaLokiApiLimit) !== null && _a !== void 0 ? _a : DEFAULT_API_LIMIT);
|
|
37
|
-
return new
|
|
38
|
+
return new HTTPFetchProtocolStrategy_1.HTTPFetchProtocolStrategy({
|
|
38
39
|
method: "GET",
|
|
39
40
|
url: url.toString(),
|
|
40
41
|
headers: this.config.datasources.GrafanaLokiApiHeaders,
|
|
41
|
-
|
|
42
|
+
timeoutInSeconds: 20,
|
|
42
43
|
});
|
|
43
44
|
}
|
|
44
45
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GrafanaLokiDataSourceProvider.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/ropid-gtfs/workers/presets/datasources/grafana-loki/GrafanaLokiDataSourceProvider.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,+GAAsF;AAEtF,
|
|
1
|
+
{"version":3,"file":"GrafanaLokiDataSourceProvider.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/ropid-gtfs/workers/presets/datasources/grafana-loki/GrafanaLokiDataSourceProvider.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,+GAAsF;AAEtF,8EAAwH;AAExH,6IAA0I;AAC1I,6FAA0F;AAC1F,mFAAkF;AAClF,iEAAwE;AAQxE,MAAM,iBAAiB,GAAG,IAAI,CAAC;AAGxB,IAAM,6BAA6B,6EAAnC,MAAM,6BAA6B;IAGtC,YAAmD,MAAsB;QAAtB,WAAM,GAAN,MAAM,CAAgB;IAAG,CAAC;IAEtE,aAAa,CAAC,MAAoB;QACrC,OAAO,IAAI,+BAAU,CACjB,+BAA6B,CAAC,eAAe,EAC7C,IAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,EAChC,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,aAAa,EAAE,CAAC,EACxD,IAAI,uCAAmB,CAAC,+BAA6B,CAAC,eAAe,EAAE,mCAAqB,CAAC,CAChG,CAAC;IACN,CAAC;IAEO,mBAAmB,CAAC,MAAoB;;QAC5C,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,0BAA0B,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,iBAAiB,CAAC,CAAC;QAC3F,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,QAAQ,EAAE,CAAC,CAAC;QACvD,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC,GAAG,CAAC,QAAQ,EAAE,CAAC,CAAC;QACnD,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC;QAC5C,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,OAAO,EAAE,MAAA,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,mBAAmB,mCAAI,iBAAiB,CAAC,CAAC;QAEhG,OAAO,IAAI,qDAAyB,CAAC;YACjC,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,GAAG,CAAC,QAAQ,EAAE;YACnB,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,qBAAqB;YACtD,gBAAgB,EAAE,EAAE;SACvB,CAAC,CAAC;IACP,CAAC;;AA1Bc,6CAAe,GAAG,uBAAuB,AAA1B,CAA2B;wCADhD,6BAA6B;IADzC,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,+BAAc,CAAC,MAAM,CAAC,CAAA;;GAHjC,6BAA6B,CA4BzC"}
|
package/dist/integration-engine/ropid-gtfs/workers/presets/helpers/RopidMonitoringService.js
CHANGED
|
@@ -20,13 +20,9 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
20
20
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
21
21
|
});
|
|
22
22
|
};
|
|
23
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
24
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
25
|
-
};
|
|
26
23
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
27
24
|
exports.RopidMonitoringService = void 0;
|
|
28
25
|
const ContainerToken_1 = require("@golemio/core/dist/integration-engine/ioc/ContainerToken");
|
|
29
|
-
const axios_1 = __importDefault(require("@golemio/core/dist/shared/axios"));
|
|
30
26
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
31
27
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
32
28
|
let RopidMonitoringService = exports.RopidMonitoringService = class RopidMonitoringService {
|
|
@@ -37,7 +33,7 @@ let RopidMonitoringService = exports.RopidMonitoringService = class RopidMonitor
|
|
|
37
33
|
return __awaiter(this, void 0, void 0, function* () {
|
|
38
34
|
const requestConfig = this.getRequestConfig(logEntries);
|
|
39
35
|
try {
|
|
40
|
-
const response = yield
|
|
36
|
+
const response = yield fetch(this.config.datasources.RopidMonitoringPushUrl, requestConfig);
|
|
41
37
|
if (response.status < 200 || response.status >= 300) {
|
|
42
38
|
throw new golemio_errors_1.GeneralError(`Error while sending logs to the ROPID monitoring system. Status code: ${response.status}`, this.constructor.name);
|
|
43
39
|
}
|
|
@@ -53,10 +49,9 @@ let RopidMonitoringService = exports.RopidMonitoringService = class RopidMonitor
|
|
|
53
49
|
getRequestConfig(logEntries) {
|
|
54
50
|
return {
|
|
55
51
|
method: "POST",
|
|
56
|
-
url: this.config.datasources.RopidMonitoringPushUrl,
|
|
57
52
|
headers: this.config.datasources.RopidMonitoringPushHeaders,
|
|
58
|
-
|
|
59
|
-
|
|
53
|
+
body: JSON.stringify(logEntries),
|
|
54
|
+
signal: AbortSignal.timeout(20 * 1000),
|
|
60
55
|
};
|
|
61
56
|
}
|
|
62
57
|
};
|
package/dist/integration-engine/ropid-gtfs/workers/presets/helpers/RopidMonitoringService.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RopidMonitoringService.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/ropid-gtfs/workers/presets/helpers/RopidMonitoringService.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"RopidMonitoringService.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/ropid-gtfs/workers/presets/helpers/RopidMonitoringService.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAEA,6FAA0F;AAC1F,6EAAwE;AACxE,iEAAwE;AAIjE,IAAM,sBAAsB,oCAA5B,MAAM,sBAAsB;IAC/B,YAAmD,MAAsB;QAAtB,WAAM,GAAN,MAAM,CAAgB;IAAG,CAAC;IAEhE,0BAA0B,CAAC,UAAoC;;YACxE,MAAM,aAAa,GAAG,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;YAExD,IAAI;gBACA,MAAM,QAAQ,GAAG,MAAM,KAAK,CAAC,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,sBAAsB,EAAE,aAAa,CAAC,CAAC;gBAC5F,IAAI,QAAQ,CAAC,MAAM,GAAG,GAAG,IAAI,QAAQ,CAAC,MAAM,IAAI,GAAG,EAAE;oBACjD,MAAM,IAAI,6BAAY,CAClB,yEAAyE,QAAQ,CAAC,MAAM,EAAE,EAC1F,IAAI,CAAC,WAAW,CAAC,IAAI,CACxB,CAAC;iBACL;aACJ;YAAC,OAAO,GAAG,EAAE;gBACV,IAAI,GAAG,YAAY,6BAAY,EAAE;oBAC7B,MAAM,GAAG,CAAC;iBACb;gBAED,MAAM,IAAI,6BAAY,CAAC,yDAAyD,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;aACjH;QACL,CAAC;KAAA;IAEO,gBAAgB,CAAC,UAAoC;QACzD,OAAO;YACH,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,0BAA0B;YAC3D,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC;YAChC,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,EAAE,GAAG,IAAI,CAAC;SACzC,CAAC;IACN,CAAC;CACJ,CAAA;iCA/BY,sBAAsB;IADlC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,+BAAc,CAAC,MAAM,CAAC,CAAA;;GADjC,sBAAsB,CA+BlC"}
|
|
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
const ropid_vymi_1 = require("../../../../../schema-definitions/ropid-vymi");
|
|
17
17
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
18
18
|
const config_1 = require("@golemio/core/dist/integration-engine/config");
|
|
19
|
+
const HTTPFetchProtocolStrategy_1 = require("@golemio/core/dist/integration-engine/datasources/protocol-strategy/HTTPFetchProtocolStrategy");
|
|
19
20
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
20
21
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
21
22
|
const crypto_1 = __importDefault(require("crypto"));
|
|
@@ -44,12 +45,12 @@ class RopidVYMIApiHelper {
|
|
|
44
45
|
this.createDigest = (data) => {
|
|
45
46
|
return crypto_1.default.createHash("sha1").update(data).digest("hex");
|
|
46
47
|
};
|
|
47
|
-
this.datasource = new integration_engine_1.DataSource(ropid_vymi_1.RopidVYMI.events.name + "DataSource", new
|
|
48
|
+
this.datasource = new integration_engine_1.DataSource(ropid_vymi_1.RopidVYMI.events.name + "DataSource", new HTTPFetchProtocolStrategy_1.HTTPFetchProtocolStrategy({
|
|
48
49
|
headers: config_1.config.datasources.RopidVYMIApiHeaders,
|
|
49
50
|
method: "GET",
|
|
50
|
-
|
|
51
|
+
timeoutInSeconds: 25,
|
|
51
52
|
url: `${config_1.config.datasources.RopidVYMIApiUrl}?level=${RopidVYMIApiOutputLevel_1.RopidVYMIApiOutputLevel.Standard}`,
|
|
52
|
-
|
|
53
|
+
responseType: "json",
|
|
53
54
|
}), new integration_engine_1.JSONDataTypeStrategy({ resultsPath: "vymi-report.vymi-list" }), new golemio_validator_1.JSONSchemaValidator(ropid_vymi_1.RopidVYMI.events.name + "DataSource", ropid_vymi_1.RopidVYMI.events.datasourceJsonSchema));
|
|
54
55
|
}
|
|
55
56
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RopidVYMIApiHelper.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/ropid-vymi/workers/tasks/helpers/RopidVYMIApiHelper.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,6EAA6D;AAC7D,
|
|
1
|
+
{"version":3,"file":"RopidVYMIApiHelper.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/ropid-vymi/workers/tasks/helpers/RopidVYMIApiHelper.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,6EAA6D;AAC7D,8EAA8F;AAC9F,yEAAsE;AACtE,6IAA0I;AAC1I,6EAA8F;AAC9F,mFAAkF;AAClF,oDAA4C;AAE5C,uEAAoE;AAEpE,MAAqB,kBAAkB;IAYnC;QAeO,iBAAY,GAAG,GAAqC,EAAE;YACzD,IAAI;gBACA,MAAM,MAAM,GAAsB,MAAM,IAAI,CAAC,UAAU,CAAC,MAAM,EAAE,CAAC;gBACjE,MAAM,MAAM,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC,CAAC;gBAEzD,OAAO;oBACH,IAAI,EAAE,MAAM;oBACZ,MAAM;iBACT,CAAC;aACL;YAAC,OAAO,GAAQ,EAAE;gBACf,wBAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACf,IAAI,GAAG,YAAY,qCAAoB,EAAE;oBACrC,MAAM,GAAG,CAAC;iBACb;qBAAM;oBACH,MAAM,IAAI,6BAAY,CAAC,0BAA0B,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;iBAClF;aACJ;QACL,CAAC,CAAA,CAAC;QAEK,iBAAY,GAAG,CAAC,IAAgB,EAAU,EAAE;YAC/C,OAAO,gBAAM,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;QAChE,CAAC,CAAC;QAnCE,IAAI,CAAC,UAAU,GAAG,IAAI,+BAAU,CAC5B,sBAAS,CAAC,MAAM,CAAC,IAAI,GAAG,YAAY,EACpC,IAAI,qDAAyB,CAAC;YAC1B,OAAO,EAAE,eAAM,CAAC,WAAW,CAAC,mBAAmB;YAC/C,MAAM,EAAE,KAAK;YACb,gBAAgB,EAAE,EAAE;YACpB,GAAG,EAAE,GAAG,eAAM,CAAC,WAAW,CAAC,eAAe,UAAU,iDAAuB,CAAC,QAAQ,EAAE;YACtF,YAAY,EAAE,MAAM;SACvB,CAAC,EACF,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,uBAAuB,EAAE,CAAC,EAClE,IAAI,uCAAmB,CAAC,sBAAS,CAAC,MAAM,CAAC,IAAI,GAAG,YAAY,EAAE,sBAAS,CAAC,MAAM,CAAC,oBAAoB,CAAC,CACvG,CAAC;IACN,CAAC;;;AArBa,8BAAW,GAAG,GAAG,EAAE;IAC7B,IAAI,CAAC,EAAI,CAAC,SAAS,EAAE;QACjB,EAAI,CAAC,SAAS,GAAG,IAAI,kBAAkB,EAAE,CAAC;KAC7C;IAED,OAAO,EAAI,CAAC,SAAS,CAAC;AAC1B,CAAC,AANwB,CAMvB;kBAVe,kBAAkB"}
|
|
@@ -16,6 +16,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
16
16
|
exports.SeznamAutobusuDataSourceProvider = void 0;
|
|
17
17
|
const datasources_1 = require("../../../../../../schema-definitions/vehicle-descriptors/datasources");
|
|
18
18
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
19
|
+
const HTTPFetchProtocolStrategy_1 = require("@golemio/core/dist/integration-engine/datasources/protocol-strategy/HTTPFetchProtocolStrategy");
|
|
19
20
|
const ContainerToken_1 = require("@golemio/core/dist/integration-engine/ioc/ContainerToken");
|
|
20
21
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
21
22
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
@@ -27,11 +28,11 @@ let SeznamAutobusuDataSourceProvider = exports.SeznamAutobusuDataSourceProvider
|
|
|
27
28
|
return new integration_engine_1.DataSource(SeznamAutobusuDataSourceProvider_1.DATASOURCE_NAME, this.getProtocolStrategy(), new integration_engine_1.JSONDataTypeStrategy({ resultsPath: "" }), new golemio_validator_1.JSONSchemaValidator(SeznamAutobusuDataSourceProvider_1.DATASOURCE_NAME + "Validator", datasources_1.seznamAutobusuJsonSchema));
|
|
28
29
|
}
|
|
29
30
|
getProtocolStrategy() {
|
|
30
|
-
return new
|
|
31
|
+
return new HTTPFetchProtocolStrategy_1.HTTPFetchProtocolStrategy({
|
|
31
32
|
method: "GET",
|
|
32
33
|
url: this.config.datasources.SeznamAutobusuApiUrl,
|
|
33
34
|
headers: this.config.datasources.SeznamAutobusuApiHeaders,
|
|
34
|
-
|
|
35
|
+
timeoutInSeconds: 20,
|
|
35
36
|
});
|
|
36
37
|
}
|
|
37
38
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SeznamAutobusuDataSourceProvider.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/vehicle-positions/workers/vehicle-descriptors/datasources/seznam-autobusu/SeznamAutobusuDataSourceProvider.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,sGAAgF;AAEhF,
|
|
1
|
+
{"version":3,"file":"SeznamAutobusuDataSourceProvider.js","sourceRoot":"","sources":["../../../../../../../src/integration-engine/vehicle-positions/workers/vehicle-descriptors/datasources/seznam-autobusu/SeznamAutobusuDataSourceProvider.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,sGAAgF;AAEhF,8EAAwH;AAExH,6IAA0I;AAC1I,6FAA0F;AAC1F,mFAAkF;AAClF,iEAAwE;AAGjE,IAAM,gCAAgC,mFAAtC,MAAM,gCAAgC;IAGzC,YAAmD,MAAsB;QAAtB,WAAM,GAAN,MAAM,CAAgB;IAAG,CAAC;IAEtE,aAAa;QAChB,OAAO,IAAI,+BAAU,CACjB,kCAAgC,CAAC,eAAe,EAChD,IAAI,CAAC,mBAAmB,EAAE,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CAAC,kCAAgC,CAAC,eAAe,GAAG,WAAW,EAAE,sCAAwB,CAAC,CACpH,CAAC;IACN,CAAC;IAEO,mBAAmB;QACvB,OAAO,IAAI,qDAAyB,CAAC;YACjC,MAAM,EAAE,KAAK;YACb,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,oBAAoB;YACjD,OAAO,EAAE,IAAI,CAAC,MAAM,CAAC,WAAW,CAAC,wBAAwB;YACzD,gBAAgB,EAAE,EAAE;SACvB,CAAC,CAAC;IACP,CAAC;;AApBc,gDAAe,GAAG,0BAA0B,AAA7B,CAA8B;2CADnD,gCAAgC;IAD5C,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,+BAAc,CAAC,MAAM,CAAC,CAAA;;GAHjC,gCAAgC,CAsB5C"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/pid",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.6",
|
|
4
4
|
"description": "Golemio PID Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@commitlint/cli": "^11.0.0",
|
|
39
39
|
"@commitlint/config-conventional": "^11.0.0",
|
|
40
40
|
"@golemio/cli": "1.5.0",
|
|
41
|
-
"@golemio/core": "1.9.
|
|
41
|
+
"@golemio/core": "1.9.16",
|
|
42
42
|
"@golemio/db-common": "1.1.3",
|
|
43
43
|
"@golemio/eslint-config": "1.1.1",
|
|
44
44
|
"@types/amqplib": "^0.5.17",
|