Skip to content

Commit edfe175

Browse files
committed
Fix error in node-red 1.3.1
1 parent 989677e commit edfe175

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

OpenFlowNodeRED/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/nodered",
3-
"version": "1.2.67",
3+
"version": "1.2.68",
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": {
@@ -43,7 +43,7 @@
4343
"google-auth-library": "^7.0.4",
4444
"jsonwebtoken": "^8.5.1",
4545
"morgan": "^1.10.0",
46-
"node-red": "^1.2.9",
46+
"node-red": "^1.3.1",
4747
"passport-saml": "^2.1.0",
4848
"passport-saml-metadata": "^2.4.1",
4949
"pm2": "^4.5.6",

OpenFlowNodeRED/src/node-red-contrib-openflow-storage.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ export class noderedcontribopenflowstorage {
350350
"license": "MPL-2.0",
351351
"description": "A OpenFlow Node-RED Project",
352352
"version": "0.0.1",
353+
"dependencies": [],
353354
"repository": {
354355
"type": "git",
355356
"url": "git+https://github.com/open-rpa/openflow.git"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.67
1+
1.2.68

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/openflow",
3-
"version": "1.2.67",
3+
"version": "1.2.68",
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": {

0 commit comments

Comments
 (0)