@golemio/core 3.1.0-dev.2528325455 → 3.1.0-dev.2542798507
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/input-gateway/connectors/AMQPConnector.d.ts +1 -1
- package/dist/input-gateway/helpers/SaveRawDataMiddleware.d.ts +1 -1
- package/dist/integration-engine/connectors/AMQPConnector.d.ts +1 -1
- package/dist/integration-engine/data-access/RawDataStorage.d.ts +1 -1
- package/dist/integration-engine/helpers/GeocodeApi.d.ts +1 -1
- package/dist/output-gateway/models/interfaces/IGeoJsonModel.d.ts +1 -1
- package/package.json +6 -6
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ILogger } from "../../helpers";
|
|
2
|
-
import { IConfiguration } from "../config";
|
|
2
|
+
import type { IConfiguration } from "../config";
|
|
3
3
|
import amqplib from "amqplib";
|
|
4
4
|
import { Disposable } from "tsyringe";
|
|
5
5
|
import IQueueConnector from "../../helpers/connector/interfaces/IQueueConnector";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ILogger } from "../../helpers";
|
|
2
2
|
import { ISimpleConfig } from "../../helpers/configuration/ISimpleConfig";
|
|
3
3
|
import { AbstractStorageService } from "../../helpers/data-access/storage";
|
|
4
|
-
import { IConfiguration } from "../config";
|
|
4
|
+
import type { IConfiguration } from "../config";
|
|
5
5
|
import { NextFunction, Request, Response } from "express";
|
|
6
6
|
export declare class SaveRawDataMiddleware {
|
|
7
7
|
private readonly log;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ILogger } from "../../helpers";
|
|
2
2
|
import IQueueConnector from "../../helpers/connector/interfaces/IQueueConnector";
|
|
3
|
-
import { IConfiguration } from "../config";
|
|
3
|
+
import type { IConfiguration } from "../config";
|
|
4
4
|
import amqplib from "amqplib";
|
|
5
5
|
import { Disposable } from "tsyringe";
|
|
6
6
|
export declare class AMQPConnector implements IQueueConnector, Disposable {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ILogger } from "../../helpers/logger/LoggerProvider";
|
|
2
2
|
import { ISimpleConfig } from "../../helpers/configuration/ISimpleConfig";
|
|
3
3
|
import { AbstractStorageService } from "../../helpers/data-access/storage";
|
|
4
|
-
import { IConfiguration } from "../config/abstract";
|
|
4
|
+
import type { IConfiguration } from "../config/abstract";
|
|
5
5
|
export default class RawDataStorage {
|
|
6
6
|
private storageService;
|
|
7
7
|
private readonly log;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { IBaseModel } from "./IBaseModel";
|
|
2
|
-
import { IPropertyResponseModel } from "../response/IPropertyResponseModel";
|
|
2
|
+
import type { IPropertyResponseModel } from "../response/IPropertyResponseModel";
|
|
3
3
|
export interface IGeoJsonModel extends IBaseModel {
|
|
4
4
|
GetAll(options?: any): Promise<any>;
|
|
5
5
|
GetOne(id: string): Promise<any>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/core",
|
|
3
|
-
"version": "3.1.0-dev.
|
|
3
|
+
"version": "3.1.0-dev.2542798507",
|
|
4
4
|
"description": "Golemio Core Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"build": "rimraf ./dist && tspc -p ./tsconfig.build.json",
|
|
9
9
|
"build-minimal": "run-s 'build -- --sourceMap false --declaration false'",
|
|
10
10
|
"build-watch": "run-s 'build -- --watch --preserveWatchOutput'",
|
|
11
|
-
"test": "cross-env NODE_ENV=test mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register --file 'test/setup.ts' -r dotenv/config 'test/**/*.test.ts'",
|
|
11
|
+
"test": "cross-env NODE_ENV=test NODE_OPTIONS=--no-experimental-strip-types mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register --file 'test/setup.ts' -r dotenv/config 'test/**/*.test.ts'",
|
|
12
12
|
"test-debug": "run-s 'test -- --inspect-brk=9230'",
|
|
13
13
|
"code-coverage": "nyc run-s test",
|
|
14
14
|
"generate-docs": "typedoc --out docs/typedoc src",
|
|
@@ -25,20 +25,21 @@
|
|
|
25
25
|
"url": "https://gitlab.com/operator-ict/golemio/code/modules/core"
|
|
26
26
|
},
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
29
|
-
"npm": ">=
|
|
28
|
+
"node": ">=24.0.0",
|
|
29
|
+
"npm": ">=11.0.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@commitlint/cli": "^19.3.0",
|
|
33
33
|
"@commitlint/config-conventional": "^16.2.1",
|
|
34
34
|
"@golemio/eslint-config": "1.1.3",
|
|
35
|
+
"@swc/core": "^1.15.33",
|
|
35
36
|
"@types/chai": "^5.2.3",
|
|
36
37
|
"@types/chai-as-promised": "^8.0.2",
|
|
37
38
|
"@types/content-type": "^1.1.3",
|
|
38
39
|
"@types/debug": "0.0.31",
|
|
39
40
|
"@types/jsonstream": "^0.8.33",
|
|
40
41
|
"@types/mocha": "^10.0.10",
|
|
41
|
-
"@types/node": "^
|
|
42
|
+
"@types/node": "^24.12.4",
|
|
42
43
|
"@types/sinon": "^21.0.0",
|
|
43
44
|
"@types/ssh2-sftp-client": "^5.3.1",
|
|
44
45
|
"@types/supertest": "^6.0.3",
|
|
@@ -93,7 +94,6 @@
|
|
|
93
94
|
"@types/qs": "^6.9.18",
|
|
94
95
|
"ajv": "^8.20.0",
|
|
95
96
|
"amqplib": "^0.10.8",
|
|
96
|
-
"apicache-plus": "^2.3.1",
|
|
97
97
|
"basic-ftp": "^6.0.1",
|
|
98
98
|
"class-transformer": "^0.5.1",
|
|
99
99
|
"class-validator": "^0.14.0",
|