Skip to content

Commit ad6fb3c

Browse files
committed
Force downgrade kubernetes/client-node
1 parent 609fb48 commit ad6fb3c

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

OpenFlowNodeRED/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/nodered",
3-
"version": "1.2.71",
3+
"version": "1.2.72",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {

OpenFlowNodeRED/src/nodered/nodes/rpa_nodes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ export class rpa_workflow_node {
240240
let queue = this.config.queue;
241241
let workflowid = this.config.workflow;
242242
let killexisting = this.config.killexisting;
243-
if (!NoderedUtil.IsNullEmpty(msg.queue)) { queue = msg.queue; }
243+
// if (!NoderedUtil.IsNullEmpty(msg.queue)) { queue = msg.queue; }
244244
if (!NoderedUtil.IsNullEmpty(msg.targetid)) { queue = msg.targetid; }
245245
if (queue == "none") queue = "";
246246
if (!NoderedUtil.IsNullEmpty(msg.workflowid)) { workflowid = msg.workflowid; }

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.71
1+
1.2.72

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/openflow",
3-
"version": "1.2.71",
3+
"version": "1.2.72",
44
"description": "Simple wrapper around NodeRed, RabbitMQ and MongoDB to support a more scaleable NodeRed implementation.\r Also the \"backend\" for [OpenRPA](https://github.com/skadefro/OpenRPA)",
55
"main": "index.js",
66
"scripts": {
@@ -25,8 +25,11 @@
2525
"openflow-cli": "./dist/cli.js",
2626
"openflow-lic": "./dist/cli-lic.js"
2727
},
28+
"optionalDependencies": {
29+
"foo": "^2.0.0"
30+
},
2831
"dependencies": {
29-
"@kubernetes/client-node": "^0.14.1",
32+
"@kubernetes/client-node": "0.14.1",
3033
"@openiap/openflow-api": "^1.0.61",
3134
"@opentelemetry/api": "^0.18.1",
3235
"@opentelemetry/core": "^0.18.2",

0 commit comments

Comments
 (0)