@builder6/node-red 0.6.3 → 0.6.5
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.
|
@@ -20,7 +20,7 @@ let NodeRedMoleculer = class NodeRedMoleculer extends moleculer_1.Service {
|
|
|
20
20
|
constructor(broker) {
|
|
21
21
|
super(broker);
|
|
22
22
|
this.parseServiceSchema({
|
|
23
|
-
name:
|
|
23
|
+
name: '@builder6/node-red/moleculer',
|
|
24
24
|
settings: {},
|
|
25
25
|
actions: {
|
|
26
26
|
startNodeRed: this.startNodeRed,
|
|
@@ -30,12 +30,9 @@ let NodeRedMoleculer = class NodeRedMoleculer extends moleculer_1.Service {
|
|
|
30
30
|
stopped: this.serviceStopped,
|
|
31
31
|
});
|
|
32
32
|
}
|
|
33
|
-
serviceCreated() {
|
|
34
|
-
}
|
|
35
|
-
async
|
|
36
|
-
}
|
|
37
|
-
async serviceStopped() {
|
|
38
|
-
}
|
|
33
|
+
serviceCreated() { }
|
|
34
|
+
async serviceStarted() { }
|
|
35
|
+
async serviceStopped() { }
|
|
39
36
|
async startNodeRed(ctx) {
|
|
40
37
|
return {};
|
|
41
38
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-red.moleculer.js","sourceRoot":"","sources":["../../src/node-red/node-red.moleculer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,yCAA4D;AAC5D,2CAA4D;AAC5D,mDAAmD;AAI5C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,mBAAO;
|
|
1
|
+
{"version":3,"file":"node-red.moleculer.js","sourceRoot":"","sources":["../../src/node-red/node-red.moleculer.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,yCAA4D;AAC5D,2CAA4D;AAC5D,mDAAmD;AAI5C,IAAM,gBAAgB,GAAtB,MAAM,gBAAiB,SAAQ,mBAAO;IAC3C,YAA4B,MAAqB;QAC/C,KAAK,CAAC,MAAM,CAAC,CAAC;QAEd,IAAI,CAAC,kBAAkB,CAAC;YACtB,IAAI,EAAE,8BAA8B;YACpC,QAAQ,EAAE,EAAE;YACZ,OAAO,EAAE;gBACP,YAAY,EAAE,IAAI,CAAC,YAAY;aAChC;YACD,OAAO,EAAE,IAAI,CAAC,cAAc;YAC5B,OAAO,EAAE,IAAI,CAAC,cAAc;YAC5B,OAAO,EAAE,IAAI,CAAC,cAAc;SAC7B,CAAC,CAAC;IACL,CAAC;IAED,cAAc,KAAI,CAAC;IAEnB,KAAK,CAAC,cAAc,KAAI,CAAC;IAEzB,KAAK,CAAC,cAAc,KAAI,CAAC;IAEzB,KAAK,CAAC,YAAY,CAAC,GAAY;QAC7B,OAAO,EAAE,CAAC;IACZ,CAAC;CACF,CAAA;AAzBY,4CAAgB;2BAAhB,gBAAgB;IAD5B,IAAA,mBAAU,GAAE;IAEE,WAAA,IAAA,wBAAY,GAAE,CAAA;qCAAS,yBAAa;GADtC,gBAAgB,CAyB5B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builder6/node-red",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.5",
|
|
4
4
|
"main": "dist/plugin.module.js",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"publishConfig": {
|
|
18
18
|
"access": "public"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "b4f7ff4cfa74b8d192b54e6488a136141d6ee661"
|
|
21
21
|
}
|