Update for 4.0.1 release

This commit is contained in:
Nick O'Leary
2024-06-26 14:38:28 +01:00
parent 379fbd7c7e
commit 2123514c76
9 changed files with 37 additions and 17 deletions

View File

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