Bump for 3.1.6 release

This commit is contained in:
Nick O'Leary
2024-03-01 10:50:06 +00:00
parent 058c97138a
commit fb50e2772a
9 changed files with 35 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "3.1.5",
"version": "3.1.6",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/registry": "3.1.5",
"@node-red/util": "3.1.5",
"@node-red/registry": "3.1.6",
"@node-red/util": "3.1.6",
"async-mutex": "0.4.0",
"clone": "2.1.2",
"express": "4.18.2",