Skip to content

Commit

Permalink
Merge pull request #498 from eclipse-thingweb/egekorkan-patch-1
Browse files Browse the repository at this point in the history
Fix openAPI capitilization in new web package
  • Loading branch information
egekorkan authored Oct 6, 2023
2 parents 1db5081 + 36a6365 commit b3c5a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-new/src/scripts/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import { editor } from 'monaco-editor'
import { convertTDJsonToYaml, convertTDYamlToJson, tdValidator, tmValidator, compress, decompress } from '../../../core/dist/web-bundle.min.js'
import tdToOpenAPI from '../../../td_to_openapi/dist/web-bundle.min.js'
import tdToOpenAPI from '../../../td_to_openAPI/dist/web-bundle.min.js'
import tdToAsyncAPI from '../../../td_to_asyncapi/dist/web-bundle.min.js'
import { addDefaults, removeDefaults } from '../../../defaults/dist/web-bundle.min.js'
import { validateJsonLdBtn, tmConformanceBtn, sectionHeaders } from './validation'
Expand Down Expand Up @@ -565,4 +565,4 @@ export function findMonacoLocationOfJSONText(jsonPath, text, textModel) {
}

return monacoLocation
}
}

0 comments on commit b3c5a7f

Please sign in to comment.