Initial prep for 4.1.0-beta.1 release

This commit is contained in:
Nick O'Leary
2025-06-09 11:47:18 +01:00
parent 5511b27855
commit 6f34696687
9 changed files with 90 additions and 17 deletions

View File

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