Skip to content

Commit 0b8c724

Browse files
committed
Version bump
1 parent 31409eb commit 0b8c724

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.79-beta-15",
3+
"version": "0.0.79-beta-16",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/CodeEditor/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export interface CodeEditorInterface {
1515
onFocus?: () => void
1616
children?: any
1717
defaultValue?: string
18-
mode?: MODES
18+
mode?: MODES | string
1919
tabSize?: number
2020
readOnly?: boolean
2121
noParsing?: boolean

src/Common/Constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ export enum MODES {
301301
JSON = 'json',
302302
SHELL = 'shell',
303303
DOCKERFILE = 'dockerfile',
304+
PLAINTEXT = 'plaintext',
304305
}
305306

306307
// The values are going to be part of route that's why they may contain -

0 commit comments

Comments
 (0)