Skip to content

Commit 8402eea

Browse files
committed
Add PushMetric support
1 parent d13b59a commit 8402eea

2 files changed

Lines changed: 4 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.1.162",
3+
"version": "1.1.163",
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": {
@@ -52,4 +52,4 @@
5252
"@types/compression": "1.7.0",
5353
"@types/node": "^14.14.19"
5454
}
55-
}
55+
}

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.1.162",
3+
"version": "1.1.163",
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": {
@@ -99,4 +99,4 @@
9999
"jquery-ui": "^1.12.1",
100100
"popper.js": "^1.16.1"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)