@golemio/energetics 1.0.9-dev.542076518 → 1.0.9-dev.559524211
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 +5 -1
- package/dist/index.js.map +1 -1
- package/dist/integration-engine/helpers/index.js +5 -1
- package/dist/integration-engine/helpers/index.js.map +1 -1
- package/dist/integration-engine/index.js +5 -1
- package/dist/integration-engine/index.js.map +1 -1
- package/dist/integration-engine/transformations/index.js +5 -1
- package/dist/integration-engine/transformations/index.js.map +1 -1
- package/dist/integration-engine/workers/index.js +5 -1
- package/dist/integration-engine/workers/index.js.map +1 -1
- package/dist/schema-definitions/index.d.ts +6 -1474
- package/dist/schema-definitions/index.js.map +1 -1
- package/dist/schema-definitions/providers/index.js +5 -1
- package/dist/schema-definitions/providers/index.js.map +1 -1
- package/package.json +8 -8
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/schema-definitions/index.ts"],"names":[],"mappings":";;;AAAA,2CAAsF;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/schema-definitions/index.ts"],"names":[],"mappings":";;;AAAA,2CAAsF;AAStF,MAAM,gBAAgB,GAAY;IAC9B,IAAI,EAAE,YAAY;IAClB,QAAQ,EAAE,YAAY;IAEtB,YAAY;IACZ,KAAK,EAAE,2BAAe;IACtB,MAAM,EAAE,4BAAgB;CAC3B,CAAC;AAMO,4CAAgB;AAJzB,IAAU,eAAe,CAExB;AAFD,WAAU,eAAe;AAEzB,CAAC,EAFS,eAAe,KAAf,eAAe,QAExB;AAE0B,0CAAe"}
|
|
@@ -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.
|
|
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/schema-definitions/providers/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/schema-definitions/providers/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,oDAAkC;AAClC,qDAAmC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemio/energetics",
|
|
3
|
-
"version": "1.0.9-dev.
|
|
3
|
+
"version": "1.0.9-dev.559524211",
|
|
4
4
|
"description": "Golemio Energetics Module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
"@commitlint/cli": "^11.0.0",
|
|
28
28
|
"@commitlint/config-conventional": "^11.0.0",
|
|
29
29
|
"@golemio/cli": "1.2.2",
|
|
30
|
-
"@golemio/core": "1.2.10-dev.
|
|
30
|
+
"@golemio/core": "1.2.10-dev.544242823",
|
|
31
31
|
"@golemio/eslint-config": "^1.0.2",
|
|
32
|
+
"@ovos-media/ts-transform-paths": "^1.7.18-1",
|
|
32
33
|
"@types/chai": "4.2.3",
|
|
33
34
|
"@types/chai-as-promised": "7.1.2",
|
|
34
35
|
"@types/debug": "0.0.31",
|
|
35
36
|
"@types/lodash": "^4.14.165",
|
|
36
37
|
"@types/mocha": "^8.2.0",
|
|
37
|
-
"@types/node": "^
|
|
38
|
+
"@types/node": "^16.11.35",
|
|
38
39
|
"@types/sinon": "^9.0.10",
|
|
39
|
-
"@zerollup/ts-transform-paths": "^1.7.18",
|
|
40
40
|
"chai": "4.2.0",
|
|
41
41
|
"chai-as-promised": "7.1.1",
|
|
42
42
|
"cross-env": "^7.0.3",
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"rimraf": "^3.0.2",
|
|
51
51
|
"sinon": "^9.2.3",
|
|
52
52
|
"source-map-support": "0.5.9",
|
|
53
|
-
"ts-node": "^
|
|
54
|
-
"ttypescript": "^1.5.
|
|
55
|
-
"typedoc": "^0.
|
|
56
|
-
"typescript": "
|
|
53
|
+
"ts-node": "^10.7.0",
|
|
54
|
+
"ttypescript": "^1.5.13",
|
|
55
|
+
"typedoc": "^0.22.15",
|
|
56
|
+
"typescript": "4.6.4"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"@golemio/core": "^1.0.5"
|