@node-red/editor-api 3.1.0-beta.4 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/editor/theme.js +2 -0
- package/package.json +3 -3
package/lib/editor/theme.js
CHANGED
|
@@ -339,6 +339,8 @@ module.exports = {
|
|
|
339
339
|
}
|
|
340
340
|
theme.codeEditor = theme.codeEditor || {}
|
|
341
341
|
theme.codeEditor.options = Object.assign({}, themePlugin.monacoOptions, theme.codeEditor.options);
|
|
342
|
+
|
|
343
|
+
theme.mermaid = Object.assign({}, themePlugin.mermaid, theme.mermaid)
|
|
342
344
|
}
|
|
343
345
|
activeThemeInitialised = true;
|
|
344
346
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node-red/editor-api",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.1",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
}
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@node-red/util": "3.1.
|
|
20
|
-
"@node-red/editor-client": "3.1.
|
|
19
|
+
"@node-red/util": "3.1.1",
|
|
20
|
+
"@node-red/editor-client": "3.1.1",
|
|
21
21
|
"bcryptjs": "2.4.3",
|
|
22
22
|
"body-parser": "1.20.2",
|
|
23
23
|
"clone": "2.1.2",
|