@5minds/node-red-contrib-processcube 1.15.2 → 1.15.4-develop-7a2ede-md307xn3
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@5minds/node-red-contrib-processcube",
|
3
|
-
"version": "1.15.
|
3
|
+
"version": "1.15.4-develop-7a2ede-md307xn3",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "Node-RED nodes for ProcessCube",
|
6
6
|
"scripts": {
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"examples": "examples"
|
63
63
|
},
|
64
64
|
"dependencies": {
|
65
|
-
"@5minds/processcube_engine_client": "^6.
|
65
|
+
"@5minds/processcube_engine_client": "^6.1.4",
|
66
66
|
"adm-zip": "^0.5.16",
|
67
67
|
"jwt-decode": "^4.0.0",
|
68
68
|
"openid-client": "^5.5.0"
|
@@ -15,7 +15,7 @@ module.exports = function (RED) {
|
|
15
15
|
node.engineClient = new engine_client.EngineClient(node.url, {
|
16
16
|
clientId: node.credentials.clientId,
|
17
17
|
clientSecret: node.credentials.clientSecret,
|
18
|
-
scope: 'engine_etw engine_read engine_write',
|
18
|
+
scope: 'engine_etw engine_read engine_write engine_observer',
|
19
19
|
});
|
20
20
|
} else {
|
21
21
|
node.log('Create Client without secrets');
|