Merge pull request #5001 from node-red/rel408

Bump for 4.0.8
pull/4896/merge 4.0.8
Nick O'Leary 2024-12-20 11:12:47 +00:00 committed by GitHub
commit 1e8f840993
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 23 additions and 17 deletions

View File

@ -1,5 +1,11 @@
#### 4.0.7: Maintenance Release
Editor
- Fix config node sort order when importing (#5000) @knolleary
#### 4.0.7: Maintenance Release
Editor
- Fix def can be undefined if the type is missing (#4997) @GogoVega

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "4.0.7",
"version": "4.0.8",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-api",
"version": "4.0.7",
"version": "4.0.8",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,8 +16,8 @@
}
],
"dependencies": {
"@node-red/util": "4.0.7",
"@node-red/editor-client": "4.0.7",
"@node-red/util": "4.0.8",
"@node-red/editor-client": "4.0.8",
"bcryptjs": "2.4.3",
"body-parser": "1.20.3",
"clone": "2.1.2",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/editor-client",
"version": "4.0.7",
"version": "4.0.8",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/nodes",
"version": "4.0.7",
"version": "4.0.8",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/registry",
"version": "4.0.7",
"version": "4.0.8",
"license": "Apache-2.0",
"main": "./lib/index.js",
"repository": {
@ -16,7 +16,7 @@
}
],
"dependencies": {
"@node-red/util": "4.0.7",
"@node-red/util": "4.0.8",
"clone": "2.1.2",
"fs-extra": "11.2.0",
"semver": "7.6.3",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@node-red/util",
"version": "4.0.7",
"version": "4.0.8",
"license": "Apache-2.0",
"repository": {
"type": "git",

View File

@ -1,6 +1,6 @@
{
"name": "node-red",
"version": "4.0.7",
"version": "4.0.8",
"description": "Low-code programming for event-driven applications",
"homepage": "https://nodered.org",
"license": "Apache-2.0",
@ -31,10 +31,10 @@
"flow"
],
"dependencies": {
"@node-red/editor-api": "4.0.7",
"@node-red/runtime": "4.0.7",
"@node-red/util": "4.0.7",
"@node-red/nodes": "4.0.7",
"@node-red/editor-api": "4.0.8",
"@node-red/runtime": "4.0.8",
"@node-red/util": "4.0.8",
"@node-red/nodes": "4.0.8",
"basic-auth": "2.0.1",
"bcryptjs": "2.4.3",
"cors": "2.8.5",