Skip to content

Commit

Permalink
1.0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
maliknajjar committed Sep 27, 2024
1 parent ac65e5b commit e487a34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "guifier",
"version": "1.0.28",
"version": "1.0.29",
"type": "module",
"license": "MIT",
"description": "An interactive front-end toolkit simplifying JSON, YAML, TOML, and XML data. Visualize, edit, convert formats, and perform real-time data manipulations. Empower your data-driven apps with user-friendly data processing and interactive visualization.",
Expand Down
2 changes: 0 additions & 2 deletions src/guifier/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,6 @@ export function getPrimitiveEnumByStringType (stringType: string): PrimitiveType
* if the field type wasnt specified by the user
*/
export function getFieldTypeByValuetype (valueType: string): string {
console.log('MMMMMMMMMMMMMMMMMMMMMMMMMMMMMM')
console.log(valueType)
switch (valueType) {
case 'string':
return 'text'
Expand Down

0 comments on commit e487a34

Please sign in to comment.