@golemio/waze-tt 1.1.9-dev.862679473 → 1.1.9-dev.893779683

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.
Files changed (1) hide show
  1. package/package.json +12 -11
package/package.json CHANGED
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@golemio/waze-tt",
3
- "version": "1.1.9-dev.862679473",
3
+ "version": "1.1.9-dev.893779683",
4
4
  "description": "Golemio Waze TT 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
- "test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --check-leaks --timeout 120000 -r ts-node/register --file 'test/setup.ts' test/**/*.test.ts --exit",
11
+ "test": "cross-env NODE_ENV=test mocha --check-leaks --timeout 120000 -r ts-node/register -r tsconfig-paths/register --file 'test/setup.ts' test/**/*.test.ts --exit",
12
12
  "test-debug": "run-s 'test -- --inspect-brk=9230'",
13
- "code-coverage": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' nyc mocha --timeout 120000 -r ts-node/register -r source-map-support/register --file 'test/setup.ts' test/**/*.test.ts --exit",
13
+ "code-coverage": "cross-env NODE_ENV=test nyc mocha --timeout 120000 -r ts-node/register -r tsconfig-paths/register -r source-map-support/register --file 'test/setup.ts' test/**/*.test.ts --exit",
14
14
  "generate-docs": "typedoc --out docs/typedoc src",
15
15
  "lint_": "eslint {src,test}/**/*.ts",
16
16
  "lint": "eslint -c .eslintrc.js {src,test}/**/*.ts"
@@ -33,10 +33,9 @@
33
33
  "@commitlint/cli": "^11.0.0",
34
34
  "@commitlint/config-conventional": "^11.0.0",
35
35
  "@golemio/cli": "1.4.2",
36
- "@golemio/core": "1.6.8",
36
+ "@golemio/core": "1.7.5-dev.893702206",
37
37
  "@golemio/db-common": "1.1.1",
38
38
  "@golemio/eslint-config": "1.1.0",
39
- "@ovos-media/ts-transform-paths": "^1.7.18-1",
40
39
  "@types/chai": "4.2.3",
41
40
  "@types/chai-as-promised": "7.1.2",
42
41
  "@types/geojson": "^7946.0.8",
@@ -55,11 +54,13 @@
55
54
  "pretty-quick": "^3.1.0",
56
55
  "rimraf": "^3.0.2",
57
56
  "sinon": "^9.2.3",
58
- "source-map-support": "0.5.19",
59
- "ts-node": "^10.7.0",
60
- "ttypescript": "^1.5.13",
61
- "typedoc": "^0.22.15",
62
- "typescript": "4.6.4"
57
+ "source-map-support": "0.5.21",
58
+ "ts-node": "^10.9.1",
59
+ "ts-patch": "3.0.0-beta3",
60
+ "tsconfig-paths": "^4.2.0",
61
+ "typedoc": "^0.24.8",
62
+ "typescript": "5.1.3",
63
+ "typescript-transform-paths": "^3.4.6"
63
64
  },
64
65
  "peerDependencies": {
65
66
  "@golemio/core": ">=1.5.0"