File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " swagger-editor" ,
33 "description" : " Swagger Editor" ,
4- "version" : " 3.6.4 " ,
4+ "version" : " 3.6.5 " ,
55 "main" : " dist/swagger-editor.js" ,
66 "repository" :
" [email protected] :swagger-api/swagger-editor.git" ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import EditorAutosuggestOAS3KeywordsPlugin from "./plugins/editor-autosuggest-oa
1515import EditorAutosuggestRefsPlugin from "./plugins/editor-autosuggest-refs"
1616import PerformancePlugin from "./plugins/performance"
1717import JumpToPathPlugin from "./plugins/jump-to-path"
18+ import SplitPaneModePlugin from "./plugins/split-pane-mode"
1819
1920// eslint-disable-next-line no-undef
2021const { GIT_DIRTY , GIT_COMMIT , PACKAGE_VERSION } = buildInfo
@@ -34,6 +35,7 @@ const plugins = {
3435 EditorAutosuggestOAS3KeywordsPlugin,
3536 PerformancePlugin,
3637 JumpToPathPlugin,
38+ SplitPaneModePlugin,
3739}
3840
3941const defaults = {
You can’t perform that action at this time.
0 commit comments