@golemio/fcd 1.1.4 → 1.1.5-dev.893769905

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.
@@ -115,7 +115,7 @@ export interface IFloatingCarDataModel {
115
115
  free_flow_travel_time: number;
116
116
  free_flow_speed: number;
117
117
  }
118
- export declare type IFloatingCarDataModelElaboratedPart = Omit<IFloatingCarDataModel, "publication_time">;
118
+ export type IFloatingCarDataModelElaboratedPart = Omit<IFloatingCarDataModel, "publication_time">;
119
119
  export interface IOutputApiFloatingCarData {
120
120
  modelBaseVersion: string;
121
121
  payloadPublicationLight: {
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@golemio/fcd",
3
- "version": "1.1.4",
3
+ "version": "1.1.5-dev.893769905",
4
4
  "description": "Golemio Floating Car Data Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {
8
- "build": "rimraf ./dist && ttsc -p ./tsconfig.build.json",
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
11
  "pretest": "golemio mdb reset --postgres && golemio mdb up --postgres && golemio import-db-data --postgres",
12
- "test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config --file 'test/setup.ts' 'test/**/*.test.ts'",
13
- "apidocs-test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' ts-node -r dotenv/config test/api-docs/index.ts",
12
+ "test": "cross-env NODE_ENV=test mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register -r dotenv/config --file 'test/setup.ts' 'test/**/*.test.ts'",
13
+ "apidocs-test": "cross-env NODE_ENV=test ts-node -r tsconfig-paths/register -r dotenv/config test/api-docs/index.ts",
14
14
  "test-debug": "run-s 'test -- --inspect-brk=9230'",
15
15
  "code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
16
16
  "generate-docs": "typedoc --out docs/typedoc src",
@@ -36,11 +36,10 @@
36
36
  "@commitlint/cli": "^11.0.0",
37
37
  "@commitlint/config-conventional": "^11.0.0",
38
38
  "@golemio/cli": "1.4.2",
39
- "@golemio/core": "1.7.0",
39
+ "@golemio/core": "1.7.5-dev.893702206",
40
40
  "@golemio/db-common": "1.1.1",
41
41
  "@golemio/eslint-config": "1.1.0",
42
42
  "@golemio/traffic-common": "0.1.1",
43
- "@ovos-media/ts-transform-paths": "^1.7.18-1",
44
43
  "@types/body-parser-xml": "^1.1.0",
45
44
  "@types/chai": "4.2.3",
46
45
  "@types/chai-as-promised": "7.1.2",
@@ -63,12 +62,14 @@
63
62
  "pretty-quick": "^3.1.0",
64
63
  "rimraf": "^3.0.2",
65
64
  "sinon": "^9.2.3",
66
- "source-map-support": "0.5.19",
65
+ "source-map-support": "0.5.21",
67
66
  "supertest": "^6.0.1",
68
- "ts-node": "^10.7.0",
69
- "ttypescript": "^1.5.13",
70
- "typedoc": "^0.22.15",
71
- "typescript": "4.7.2"
67
+ "ts-node": "^10.9.1",
68
+ "ts-patch": "3.0.0-beta3",
69
+ "tsconfig-paths": "^4.2.0",
70
+ "typedoc": "^0.24.8",
71
+ "typescript": "5.1.3",
72
+ "typescript-transform-paths": "^3.4.6"
72
73
  },
73
74
  "peerDependencies": {
74
75
  "@golemio/core": ">=1.7.0",