Merge branch 'dev' into edit-panes-2

This commit is contained in:
Nick O'Leary
2021-09-07 13:42:49 +01:00
24 changed files with 946 additions and 189 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@node-red/runtime",
"version": "2.0.5",
"version": "2.0.6",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@@ -16,9 +16,9 @@
}
],
"dependencies": {
"@node-red/registry": "2.0.5",
"@node-red/util": "2.0.5",
"async-mutex": "0.3.1",
"@node-red/registry": "2.0.6",
"@node-red/util": "2.0.6",
"async-mutex": "0.3.2",
"clone": "2.1.2",
"express": "4.17.1",
"fs-extra": "10.0.0",