@golemio/rush-hour-aggregation 1.2.6-dev.2265261908 → 1.2.6-dev.2310508511
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/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/rush-hour-aggregation",
|
|
3
|
-
"version": "1.2.6-dev.
|
|
3
|
+
"version": "1.2.6-dev.2310508511",
|
|
4
4
|
"description": "Rush hour data aggregation for Praha dopravní project",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -8,6 +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
|
+
"prepare-db": "echo \"Running tests...\"",
|
|
11
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'",
|
|
12
13
|
"test-debug": "run-s 'test -- --inspect-brk=9230'",
|
|
13
14
|
"code-coverage": "nyc run-s 'test -- -r source-map-support/register'",
|
|
@@ -24,21 +25,21 @@
|
|
|
24
25
|
"url": "https://gitlab.com/operator-ict/golemio/code/modules/rush-hour-aggregation"
|
|
25
26
|
},
|
|
26
27
|
"engines": {
|
|
27
|
-
"node": ">=
|
|
28
|
-
"npm": ">=
|
|
28
|
+
"node": ">=22.0.0",
|
|
29
|
+
"npm": ">=10.0.0"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
32
|
"@commitlint/cli": "^11.0.0",
|
|
32
33
|
"@commitlint/config-conventional": "^11.0.0",
|
|
33
|
-
"@golemio/cli": "1.11.
|
|
34
|
-
"@golemio/core": "3.0.
|
|
35
|
-
"@golemio/eslint-config": "1.1.
|
|
34
|
+
"@golemio/cli": "1.11.1-dev.2301172160",
|
|
35
|
+
"@golemio/core": "3.0.3-dev.2308412085",
|
|
36
|
+
"@golemio/eslint-config": "1.1.3-dev.2307490971",
|
|
36
37
|
"@types/amqplib": "^0.5.17",
|
|
37
38
|
"@types/chai": "^5.2.3",
|
|
38
39
|
"@types/chai-as-promised": "^8.0.2",
|
|
39
40
|
"@types/geojson": "^7946.0.8",
|
|
40
41
|
"@types/mocha": "^10.0.10",
|
|
41
|
-
"@types/node": "^
|
|
42
|
+
"@types/node": "^22.19.8",
|
|
42
43
|
"@types/sinon": "^21.0.0",
|
|
43
44
|
"@types/supertest": "^6.0.3",
|
|
44
45
|
"chai": "^6.2.2",
|