Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
luiztauffer committed May 26, 2023
2 parents 7140964 + c1f9430 commit 5adb2cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions .domino/compiled_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,19 +302,19 @@
"input_str": {
"title": "Input Str",
"description": "Input string to be logged.",
"default": "",
"default": "default value",
"type": "string"
},
"input_int": {
"title": "Input Int",
"description": "Input integer to be logged.",
"default": 0,
"default": 10,
"type": "integer"
},
"input_float": {
"title": "Input Float",
"description": "Input float to be logged.",
"default": 0.0,
"default": 10.5,
"type": "number"
},
"input_bool": {
Expand All @@ -335,21 +335,21 @@
"input_date": {
"title": "Input Date",
"description": "Input date to be logged.",
"default": "",
"default": "2023-01-01",
"widget": "date",
"type": "string"
},
"input_time": {
"title": "Input Time",
"description": "Input time to be logged.",
"default": "",
"default": "16:20",
"widget": "time",
"type": "string"
},
"input_datetime": {
"title": "Input Datetime",
"description": "Input datetime to be logged.",
"default": "",
"default": "2023-01-01T16:20",
"widget": "datetime",
"type": "string"
},
Expand Down Expand Up @@ -387,13 +387,13 @@
"properties": {
"message": {
"title": "Message",
"description": "Output message to log",
"description": "Output message to log.",
"default": "",
"type": "string"
},
"output_msg": {
"title": "Output Msg",
"description": "Value that was logged",
"description": "Value that was logged.",
"type": "string"
}
},
Expand Down
2 changes: 1 addition & 1 deletion .domino/dependencies_map.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"SimpleLogPiece"
],
"secrets": [],
"source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.3.5-group0"
"source_image": "ghcr.io/tauffer-consulting/default_domino_pieces:0.3.6-group0"
}
}

0 comments on commit 5adb2cd

Please sign in to comment.