Update for 4.0 final

This commit is contained in:
Nick O'Leary
2024-06-20 11:41:25 +01:00
parent a622d19ba7
commit 2fa6f35873
9 changed files with 37 additions and 17 deletions

View File

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