@golemio/flow 1.2.3-dev.884559209 → 1.2.3-rc.899648768

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/flow",
3
- "version": "1.2.3-dev.884559209",
3
+ "version": "1.2.3-rc.899648768",
4
4
  "description": "Golemio Flow 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
  "migrate-db": "golemio migrate-db up --postgres",
12
12
  "pretest": "golemio import-db-data --postgres",
13
- "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
+ "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'",
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",
@@ -33,11 +33,10 @@
33
33
  "devDependencies": {
34
34
  "@commitlint/cli": "^11.0.0",
35
35
  "@commitlint/config-conventional": "^11.0.0",
36
- "@golemio/cli": "1.4.2",
37
- "@golemio/core": "1.7.0",
36
+ "@golemio/cli": "1.4.3",
37
+ "@golemio/core": "1.8.0",
38
38
  "@golemio/db-common": "1.1.1",
39
- "@golemio/eslint-config": "1.1.0",
40
- "@ovos-media/ts-transform-paths": "^1.7.18-1",
39
+ "@golemio/eslint-config": "1.1.1",
41
40
  "@types/chai": "4.2.3",
42
41
  "@types/chai-as-promised": "7.1.2",
43
42
  "@types/mocha": "^8.2.0",
@@ -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",
57
+ "source-map-support": "0.5.21",
59
58
  "ts-node": "^10.9.1",
60
- "ttypescript": "^1.5.13",
61
- "typedoc": "^0.23.21",
62
- "typescript": "4.7.2"
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
  "dependencies": {
65
66
  "JSONStream": "^1.0.4"