node-red-admin
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -0,1 +1,7 @@ | ||
### 2.2.4 | ||
- Add Dracula theme (#17) @bonanitech | ||
- Default to monaco editor for V3 (#19) @Steve-Mcl | ||
- Update dependencies | ||
### 2.2.3 | ||
@@ -2,0 +8,0 @@ |
@@ -262,3 +262,3 @@ /** | ||
initial: 'default', | ||
choices: [ "default", "dark", "midnight-red", "oled", "solarized-dark", "solarized-light"], | ||
choices: [ "default", "dark", "dracula", "midnight-red", "oled", "solarized-dark", "solarized-light"], | ||
}, | ||
@@ -269,4 +269,4 @@ { | ||
message: 'Select the text editor component to use in the Node-RED Editor', | ||
initial: 'ace', | ||
choices: [ {name:"ace (default)", value:"ace"}, {name:"monaco (new for 2.0)", value:"monaco"}], | ||
initial: 'monaco', | ||
choices: [ {name:"monaco (default)", value:"monaco"}, {name:"ace", value:"ace"} ], | ||
result(value) { | ||
@@ -273,0 +273,0 @@ return this.find(value).value; |
{ | ||
"name": "node-red-admin", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"description": "The Node-RED admin command line interface", | ||
@@ -32,7 +32,7 @@ "homepage": "http://nodered.org", | ||
"ansi-colors": "^4.1.1", | ||
"axios": "0.26.0", | ||
"axios": "0.27.0", | ||
"bcryptjs": "^2.4.3", | ||
"cli-table": "^0.3.11", | ||
"enquirer": "^2.3.6", | ||
"minimist": "^1.2.5", | ||
"minimist": "^1.2.6", | ||
"mustache": "^4.2.0", | ||
@@ -43,7 +43,7 @@ "read": "^1.0.7" | ||
"coveralls": "^3.1.1", | ||
"mocha": "^9.1.2", | ||
"mocha": "^9.2.2", | ||
"nyc": "^15.1.0", | ||
"should": "^13.2.3", | ||
"sinon": "^11.1.2", | ||
"sinon-test": "^3.1.1" | ||
"sinon-test": "^3.1.3" | ||
}, | ||
@@ -50,0 +50,0 @@ "optionalDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
142138
+ Addedasynckit@0.4.0(transitive)
+ Addedaxios@0.27.0(transitive)
+ Addedcombined-stream@1.0.8(transitive)
+ Addeddelayed-stream@1.0.0(transitive)
+ Addedform-data@4.0.1(transitive)
+ Addedmime-db@1.52.0(transitive)
+ Addedmime-types@2.1.35(transitive)
- Removedaxios@0.26.0(transitive)
Updatedaxios@0.27.0
Updatedminimist@^1.2.6