@golemio/bicycle-counters 1.0.7 → 1.0.8-dev.545424720

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,wEAA2C;AAC3C,gFAAgD"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,kBAAkB;AAClB,gFAA+C;AAC/C,wEAA2C;AAC3C,gFAAgD"}
@@ -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,oEAAkD;AAClD,wDAAsC;AACtC,yEAAuD;AACvD,6DAA2C;AAC3C,0DAAwC;AACxC,qDAAmC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/integration-engine/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iBAAiB;AACjB,oEAAkD;AAClD,wDAAsC;AACtC,yEAAuD;AACvD,6DAA2C;AAC3C,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/output-gateway/index.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,0DAAwC;AACxC,2CAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/output-gateway/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,2CAAyB"}
package/package.json CHANGED
@@ -1,67 +1,67 @@
1
1
  {
2
- "name": "@golemio/bicycle-counters",
3
- "version": "1.0.7",
4
- "description": "Golemio Bicycle Counters 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
- "pretest": "golemio-import-test-data",
12
- "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'",
13
- "test-debug": "run-s 'test --inspect-brk=9230'",
14
- "code-coverage": "nyc run-s 'test -r source-map-support/register'",
15
- "generate-docs": "typedoc --out docs/typedoc src",
16
- "lint": "eslint \"{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/bicycle-counters"
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
- "@golemio/schema-definitions": "2.0.34",
33
- "@types/chai": "4.2.3",
34
- "@types/chai-as-promised": "7.1.2",
35
- "@types/lodash": "^4.14.165",
36
- "@types/mocha": "^8.2.0",
37
- "@types/node": "^14.14.20",
38
- "@types/sinon": "^9.0.10",
39
- "@types/supertest": "^2.0.10",
40
- "@zerollup/ts-transform-paths": "^1.7.18",
41
- "chai": "4.2.0",
42
- "chai-as-promised": "7.1.1",
43
- "cross-env": "^7.0.3",
44
- "dotenv": "^8.2.0",
45
- "eslint": "^7.17.0",
46
- "husky": "^4.3.7",
47
- "mocha": "^8.2.1",
48
- "npm-run-all": "^4.1.5",
49
- "nyc": "^15.1.0",
50
- "prettier": "^2.2.1",
51
- "pretty-quick": "^3.1.0",
52
- "rimraf": "^3.0.2",
53
- "sinon": "^9.2.3",
54
- "source-map-support": "0.5.9",
55
- "supertest": "^6.0.1",
56
- "ts-node": "^9.1.1",
57
- "ttypescript": "^1.5.12",
58
- "typedoc": "^0.21.4",
59
- "typescript": "^4.1.3"
60
- },
61
- "peerDependencies": {
62
- "@golemio/core": "^1.1.0"
63
- },
64
- "dependencies": {
65
- "lodash": "^4.17.21"
66
- }
2
+ "name": "@golemio/bicycle-counters",
3
+ "version": "1.0.8-dev.545424720",
4
+ "description": "Golemio Bicycle Counters 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
+ "pretest": "golemio-import-test-data",
12
+ "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'",
13
+ "test-debug": "run-s 'test --inspect-brk=9230'",
14
+ "code-coverage": "nyc run-s 'test -r source-map-support/register'",
15
+ "generate-docs": "typedoc --out docs/typedoc src",
16
+ "lint": "eslint \"{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/bicycle-counters"
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
+ "@golemio/schema-definitions": "2.0.34",
33
+ "@ovos-media/ts-transform-paths": "^1.7.18-1",
34
+ "@types/chai": "4.2.3",
35
+ "@types/chai-as-promised": "7.1.2",
36
+ "@types/lodash": "^4.14.165",
37
+ "@types/mocha": "^8.2.0",
38
+ "@types/node": "^16.11.35",
39
+ "@types/sinon": "^9.0.10",
40
+ "@types/supertest": "^2.0.10",
41
+ "chai": "4.2.0",
42
+ "chai-as-promised": "7.1.1",
43
+ "cross-env": "^7.0.3",
44
+ "dotenv": "^8.2.0",
45
+ "eslint": "^7.17.0",
46
+ "husky": "^4.3.7",
47
+ "mocha": "^8.2.1",
48
+ "npm-run-all": "^4.1.5",
49
+ "nyc": "^15.1.0",
50
+ "prettier": "^2.2.1",
51
+ "pretty-quick": "^3.1.0",
52
+ "rimraf": "^3.0.2",
53
+ "sinon": "^9.2.3",
54
+ "source-map-support": "0.5.9",
55
+ "supertest": "^6.0.1",
56
+ "ts-node": "^10.7.0",
57
+ "ttypescript": "^1.5.13",
58
+ "typedoc": "^0.22.15",
59
+ "typescript": "4.6.4"
60
+ },
61
+ "peerDependencies": {
62
+ "@golemio/core": "^1.1.0"
63
+ },
64
+ "dependencies": {
65
+ "lodash": "^4.17.21"
66
+ }
67
67
  }