@golemio/rush-hour-aggregation 1.0.1 → 1.0.2-dev.545435284

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/index.js CHANGED
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,kBAAkB;AAClB,gFAA+C"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kBAAkB;AAClB,gFAA+C"}
@@ -1,7 +1,11 @@
1
1
  "use strict";
2
2
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
3
  if (k2 === undefined) k2 = k;
4
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
5
9
  }) : (function(o, m, k, k2) {
6
10
  if (k2 === undefined) k2 = k;
7
11
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integration-engine/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,iBAAiB;AACjB,sDAAoC;AACpC,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integration-engine/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iBAAiB;AACjB,sDAAoC;AACpC,qDAAmC"}
package/package.json CHANGED
@@ -1,63 +1,63 @@
1
1
  {
2
- "name": "@golemio/rush-hour-aggregation",
3
- "version": "1.0.1",
4
- "description": "Rush hour data agregation for Praha Zasekana project",
5
- "main": "dist/index.js",
6
- "types": "dist/index.d.ts",
7
- "scripts": {
8
- "build": "rimraf ./dist && ttsc -p ./tsconfig.build.json",
9
- "build-minimal": "run-s 'build --sourceMap false --declaration false'",
10
- "build-watch": "run-s 'build --watch --preserveWatchOutput'",
11
- "test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config 'test/**/*.test.ts'",
12
- "test-debug": "run-s 'test --inspect-brk=9230'",
13
- "code-coverage": "nyc run-s 'test -r source-map-support/register'",
14
- "generate-docs": "typedoc --out docs/typedoc src",
15
- "lint": "eslint \"{src,test}/**/*.ts\""
16
- },
17
- "keywords": [
18
- "golemio"
19
- ],
20
- "author": "Operator ICT, a.s.",
21
- "license": "MIT",
22
- "repository": {
23
- "type": "git",
24
- "url": "https://gitlab.com/operator-ict/golemio/code/modules/rush-hour-aggregation"
25
- },
26
- "devDependencies": {
27
- "@commitlint/cli": "^11.0.0",
28
- "@commitlint/config-conventional": "^11.0.0",
29
- "@golemio/cli": "1.2.2",
30
- "@golemio/core": "1.2.9",
31
- "@golemio/eslint-config": "^1.1.0",
32
- "@types/amqplib": "^0.5.17",
33
- "@types/chai": "4.2.3",
34
- "@types/chai-as-promised": "7.1.2",
35
- "@types/geojson": "^7946.0.8",
36
- "@types/mocha": "^9.1.0",
37
- "@types/node": "^14.14.20",
38
- "@types/sinon": "^9.0.10",
39
- "@zerollup/ts-transform-paths": "^1.7.18",
40
- "chai": "4.2.0",
41
- "chai-as-promised": "7.1.1",
42
- "cross-env": "^7.0.3",
43
- "dotenv": "^16.0.0",
44
- "eslint": "^8.1.1",
45
- "husky": "^7.0.4",
46
- "mocha": "^9.1.2",
47
- "npm-run-all": "^4.1.5",
48
- "nyc": "^15.1.0",
49
- "prettier": "^2.5.1",
50
- "pretty-quick": "^3.1.3",
51
- "rimraf": "^3.0.2",
52
- "sinon": "^9.2.3",
53
- "source-map-support": "0.5.19",
54
- "ts-node": "^9.1.1",
55
- "ttypescript": "^1.5.13",
56
- "typedoc": "^0.22.15",
57
- "typescript": "4.4.4"
58
- },
59
- "peerDependencies": {
60
- "@golemio/core": "^1.0.0"
61
- },
62
- "dependencies": {}
2
+ "name": "@golemio/rush-hour-aggregation",
3
+ "version": "1.0.2-dev.545435284",
4
+ "description": "Rush hour data agregation for Praha Zasekana project",
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "rimraf ./dist && ttsc -p ./tsconfig.build.json",
9
+ "build-minimal": "run-s 'build --sourceMap false --declaration false'",
10
+ "build-watch": "run-s 'build --watch --preserveWatchOutput'",
11
+ "test": "cross-env NODE_ENV=test TS_NODE_COMPILER='ttypescript' mocha --exit --check-leaks --timeout 120000 -r ts-node/register -r dotenv/config 'test/**/*.test.ts'",
12
+ "test-debug": "run-s 'test --inspect-brk=9230'",
13
+ "code-coverage": "nyc run-s 'test -r source-map-support/register'",
14
+ "generate-docs": "typedoc --out docs/typedoc src",
15
+ "lint": "eslint \"{src,test}/**/*.ts\""
16
+ },
17
+ "keywords": [
18
+ "golemio"
19
+ ],
20
+ "author": "Operator ICT, a.s.",
21
+ "license": "MIT",
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "https://gitlab.com/operator-ict/golemio/code/modules/rush-hour-aggregation"
25
+ },
26
+ "devDependencies": {
27
+ "@commitlint/cli": "^11.0.0",
28
+ "@commitlint/config-conventional": "^11.0.0",
29
+ "@golemio/cli": "1.2.2",
30
+ "@golemio/core": "1.2.10-dev.544242823",
31
+ "@golemio/eslint-config": "^1.1.0",
32
+ "@ovos-media/ts-transform-paths": "^1.7.18-1",
33
+ "@types/amqplib": "^0.5.17",
34
+ "@types/chai": "4.2.3",
35
+ "@types/chai-as-promised": "7.1.2",
36
+ "@types/geojson": "^7946.0.8",
37
+ "@types/mocha": "^9.1.0",
38
+ "@types/node": "^16.11.35",
39
+ "@types/sinon": "^9.0.10",
40
+ "chai": "4.2.0",
41
+ "chai-as-promised": "7.1.1",
42
+ "cross-env": "^7.0.3",
43
+ "dotenv": "^16.0.0",
44
+ "eslint": "^8.1.1",
45
+ "husky": "^7.0.4",
46
+ "mocha": "^9.1.2",
47
+ "npm-run-all": "^4.1.5",
48
+ "nyc": "^15.1.0",
49
+ "prettier": "^2.5.1",
50
+ "pretty-quick": "^3.1.3",
51
+ "rimraf": "^3.0.2",
52
+ "sinon": "^9.2.3",
53
+ "source-map-support": "0.5.19",
54
+ "ts-node": "^10.7.0",
55
+ "ttypescript": "^1.5.13",
56
+ "typedoc": "^0.22.15",
57
+ "typescript": "4.6.4"
58
+ },
59
+ "peerDependencies": {
60
+ "@golemio/core": "^1.0.0"
61
+ },
62
+ "dependencies": {}
63
63
  }