Skip to content

Commit dd63359

Browse files
committed
Update to comply with nodered 1.3
1 parent 6563e37 commit dd63359

4 files changed

Lines changed: 10 additions & 10 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.105",
3+
"version": "1.2.106",
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.3.1",
46+
"node-red": "^1.3.4",
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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,17 +350,17 @@ export class noderedcontribopenflowstorage {
350350
"license": "MPL-2.0",
351351
"description": "A OpenFlow Node-RED Project",
352352
"version": "0.0.1",
353-
"dependencies": [],
353+
"dependencies": {},
354354
"repository": {
355355
"type": "git",
356356
"url": "git+https://github.com/open-rpa/openflow.git"
357357
},
358358
};
359359
// Let's not !
360-
//if (!fs.existsSync(packageFile)) {
361-
Logger.instanse.debug("creating new packageFile " + packageFile);
362-
fs.writeFileSync(packageFile, JSON.stringify(defaultPackage, null, 4));
363-
//}
360+
if (!fs.existsSync(packageFile)) {
361+
Logger.instanse.debug("creating new packageFile " + packageFile);
362+
fs.writeFileSync(packageFile, JSON.stringify(defaultPackage, null, 4));
363+
}
364364
// const dbsettings = await this._getSettings();
365365
// spawn gettings, so it starts installing
366366
return true;

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.105
1+
1.2.106

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openiap/openflow",
3-
"version": "1.2.105",
3+
"version": "1.2.106",
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": {
@@ -108,4 +108,4 @@
108108
"typescript": "^4.2.3",
109109
"watchify": "^4.0.0"
110110
}
111-
}
111+
}

0 commit comments

Comments
 (0)