@golemio/waze-tt 1.0.6 → 1.0.7-dev.545440479

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;AAC/C,gFAAgD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kBAAkB;AAClB,gFAA+C;AAC/C,gFAAgD"}
@@ -2,7 +2,11 @@
2
2
  /* ie/index.ts */
3
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
4
4
  if (k2 === undefined) k2 = k;
5
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
5
+ var desc = Object.getOwnPropertyDescriptor(m, k);
6
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
7
+ desc = { enumerable: true, get: function() { return m[k]; } };
8
+ }
9
+ Object.defineProperty(o, k2, desc);
6
10
  }) : (function(o, m, k, k2) {
7
11
  if (k2 === undefined) k2 = k;
8
12
  o[k2] = m[k];
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integration-engine/index.ts"],"names":[],"mappings":";AAAA,iBAAiB;;;;;;;;;;;;AAEjB,iDAA+B;AAC/B,0DAAwC;AACxC,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integration-engine/index.ts"],"names":[],"mappings":";AAAA,iBAAiB;;;;;;;;;;;;;;;;AAEjB,iDAA+B;AAC/B,0DAAwC;AACxC,qDAAmC"}
@@ -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/wazeTTTransformations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,8DAA4C;AAC5C,gEAA8C;AAC9C,mEAAiD;AACjD,oEAAkD;AAClD,uEAAqD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/integration-engine/wazeTTTransformations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8DAA4C;AAC5C,gEAA8C;AAC9C,mEAAiD;AACjD,oEAAkD;AAClD,uEAAqD"}
package/package.json CHANGED
@@ -1,69 +1,69 @@
1
1
  {
2
- "name": "@golemio/waze-tt",
3
- "version": "1.0.6",
4
- "description": "Golemio Waze TT Module",
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 --check-leaks --timeout 120000 -r ts-node/register test/**/*.test.ts --exit",
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 test/**/*.test.ts --exit",
14
- "generate-docs": "typedoc --out docs/typedoc src",
15
- "lint_": "eslint {src,test}/**/*.ts",
16
- "lint": "eslint -c .eslintrc.js {src,test}/**/*.ts"
17
- },
18
- "keywords": [
19
- "golemio"
20
- ],
21
- "author": "Operator ICT, a.s.",
22
- "license": "MIT",
23
- "repository": {
24
- "type": "git",
25
- "url": "https://gitlab.com/operator-ict/golemio/code/modules/waze-tt"
26
- },
27
- "devDependencies": {
28
- "@commitlint/cli": "^11.0.0",
29
- "@commitlint/config-conventional": "^11.0.0",
30
- "@golemio/core": "1.2.9",
31
- "@golemio/eslint-config": "^1.0.2",
32
- "@types/chai": "4.2.3",
33
- "@types/chai-as-promised": "7.1.2",
34
- "@types/mocha": "^8.2.0",
35
- "@types/node": "^14.14.33",
36
- "@types/object-hash": "^1.3.0",
37
- "@types/sinon": "^9.0.10",
38
- "@zerollup/ts-transform-paths": "^1.7.18",
39
- "chai": "4.2.0",
40
- "chai-as-promised": "7.1.1",
41
- "cross-env": "^7.0.3",
42
- "eslint": "^7.17.0",
43
- "husky": "^4.3.7",
44
- "mocha": "^8.2.1",
45
- "npm-run-all": "^4.1.5",
46
- "nyc": "^15.1.0",
47
- "prettier": "^2.2.1",
48
- "pretty-quick": "^3.1.0",
49
- "rimraf": "^3.0.2",
50
- "sinon": "^9.2.3",
51
- "source-map-support": "0.5.19",
52
- "ts-node": "^9.1.1",
53
- "ttypescript": "^1.5.12",
54
- "typedoc": "^0.21.5",
55
- "typescript": "^4.1.3"
56
- },
57
- "peerDependencies": {
58
- "@golemio/core": "^1.0.5"
59
- },
60
- "dependencies": {
61
- "object-hash": "^2.0.0"
62
- },
63
- "resolutions": {
64
- "hosted-git-info": "^3.0.8",
65
- "lodash": "^4.17.21",
66
- "trim-newlines": "^4.0.1",
67
- "glob-parent": "^5.1.2"
68
- }
2
+ "name": "@golemio/waze-tt",
3
+ "version": "1.0.7-dev.545440479",
4
+ "description": "Golemio Waze TT Module",
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 --check-leaks --timeout 120000 -r ts-node/register test/**/*.test.ts --exit",
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 test/**/*.test.ts --exit",
14
+ "generate-docs": "typedoc --out docs/typedoc src",
15
+ "lint_": "eslint {src,test}/**/*.ts",
16
+ "lint": "eslint -c .eslintrc.js {src,test}/**/*.ts"
17
+ },
18
+ "keywords": [
19
+ "golemio"
20
+ ],
21
+ "author": "Operator ICT, a.s.",
22
+ "license": "MIT",
23
+ "repository": {
24
+ "type": "git",
25
+ "url": "https://gitlab.com/operator-ict/golemio/code/modules/waze-tt"
26
+ },
27
+ "devDependencies": {
28
+ "@commitlint/cli": "^11.0.0",
29
+ "@commitlint/config-conventional": "^11.0.0",
30
+ "@golemio/core": "1.2.10-dev.544242823",
31
+ "@golemio/eslint-config": "^1.0.2",
32
+ "@ovos-media/ts-transform-paths": "^1.7.18-1",
33
+ "@types/chai": "4.2.3",
34
+ "@types/chai-as-promised": "7.1.2",
35
+ "@types/mocha": "^8.2.0",
36
+ "@types/node": "^16.11.35",
37
+ "@types/object-hash": "^1.3.0",
38
+ "@types/sinon": "^9.0.10",
39
+ "chai": "4.2.0",
40
+ "chai-as-promised": "7.1.1",
41
+ "cross-env": "^7.0.3",
42
+ "eslint": "^7.17.0",
43
+ "husky": "^4.3.7",
44
+ "mocha": "^8.2.1",
45
+ "npm-run-all": "^4.1.5",
46
+ "nyc": "^15.1.0",
47
+ "prettier": "^2.2.1",
48
+ "pretty-quick": "^3.1.0",
49
+ "rimraf": "^3.0.2",
50
+ "sinon": "^9.2.3",
51
+ "source-map-support": "0.5.19",
52
+ "ts-node": "^10.7.0",
53
+ "ttypescript": "^1.5.13",
54
+ "typedoc": "^0.22.15",
55
+ "typescript": "4.6.4"
56
+ },
57
+ "peerDependencies": {
58
+ "@golemio/core": "^1.0.5"
59
+ },
60
+ "dependencies": {
61
+ "object-hash": "^2.0.0"
62
+ },
63
+ "resolutions": {
64
+ "hosted-git-info": "^3.0.8",
65
+ "lodash": "^4.17.21",
66
+ "trim-newlines": "^4.0.1",
67
+ "glob-parent": "^5.1.2"
68
+ }
69
69
  }