Skip to content

Commit

Permalink
v15.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielburnworth committed Jan 19, 2024
1 parent b933c80 commit b850d76
Show file tree
Hide file tree
Showing 9 changed files with 1,185 additions and 2,114 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -16,6 +16,7 @@ jobs:
- run: npm run build
- run: npm run typecheck
- run: npm test
- run: npm run coverage
env:
COVERALLS_REPO_TOKEN: OsZTi8qvDNHjOzoii1sSir7DZPpnZ2aCU
- name: Report Coveralls
uses: coverallsapp/github-action@v2
with:
file: coverage/lcov.info
2 changes: 1 addition & 1 deletion dist/farmbot.js
Expand Up @@ -454,7 +454,7 @@ var Farmbot = /** @class */ (function () {
enumerable: false,
configurable: true
});
Farmbot.VERSION = "15.8.5";
Farmbot.VERSION = "15.8.7";
return Farmbot;
}());
exports.Farmbot = Farmbot;
63 changes: 1 addition & 62 deletions dist/farmbot_single_file.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/farmbot_single_file.js.map

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion dist/resources/configs/web_app.d.ts
Expand Up @@ -23,6 +23,7 @@ export interface WebAppConfig {
display_trail: boolean;
dynamic_map: boolean;
enable_browser_speak: boolean;
enable_3d_electronics_box_top: boolean;
encoder_figure: boolean;
error_log: number;
expand_step_options: boolean;
Expand Down Expand Up @@ -74,4 +75,4 @@ export interface WebAppConfig {
}
export type NumberConfigKey = "id" | "device_id" | "assertion_log" | "beep_verbosity" | "busy_log" | "debug_log" | "error_log" | "fun_log" | "info_log" | "success_log" | "warn_log" | "bot_origin_quadrant" | "map_size_x" | "map_size_y" | "default_plant_depth" | "zoom_level";
export type StringConfigKey = "created_at" | "go_button_axes" | "landing_page" | "photo_filter_begin" | "photo_filter_end" | "updated_at";
export type BooleanConfigKey = "confirm_plant_deletion" | "confirm_sequence_deletion" | "confirm_step_deletion" | "crop_images" | "clip_image_layer" | "disable_animations" | "disable_emergency_unlock_confirmation" | "disable_i18n" | "discard_unsaved_sequences" | "discard_unsaved" | "display_map_missed_steps" | "display_trail" | "dynamic_map" | "enable_browser_speak" | "encoder_figure" | "expand_step_options" | "hide_sensors" | "hide_webcam_widget" | "highlight_modified_settings" | "home_button_homing" | "legend_menu_open" | "raw_encoders" | "scaled_encoders" | "show_advanced_settings" | "show_camera_view_area" | "show_uncropped_camera_view_area" | "show_farmbot" | "show_first_party_farmware" | "show_historic_points" | "show_images" | "show_motor_plot" | "show_missed_step_plot" | "show_pins" | "show_plants" | "show_points" | "show_soil_interpolation_map" | "show_sensor_readings" | "show_moisture_interpolation_map" | "show_spread" | "show_weeds" | "show_zones" | "stub_config" | "time_format_24_hour" | "time_format_seconds" | "user_interface_read_only_mode" | "view_celery_script" | "x_axis_inverted" | "xy_swap" | "y_axis_inverted" | "z_axis_inverted";
export type BooleanConfigKey = "confirm_plant_deletion" | "confirm_sequence_deletion" | "confirm_step_deletion" | "crop_images" | "clip_image_layer" | "disable_animations" | "disable_emergency_unlock_confirmation" | "disable_i18n" | "discard_unsaved_sequences" | "discard_unsaved" | "display_map_missed_steps" | "display_trail" | "dynamic_map" | "enable_browser_speak" | "enable_3d_electronics_box_top" | "encoder_figure" | "expand_step_options" | "hide_sensors" | "hide_webcam_widget" | "highlight_modified_settings" | "home_button_homing" | "legend_menu_open" | "raw_encoders" | "scaled_encoders" | "show_advanced_settings" | "show_camera_view_area" | "show_uncropped_camera_view_area" | "show_farmbot" | "show_first_party_farmware" | "show_historic_points" | "show_images" | "show_motor_plot" | "show_missed_step_plot" | "show_pins" | "show_plants" | "show_points" | "show_soil_interpolation_map" | "show_sensor_readings" | "show_moisture_interpolation_map" | "show_spread" | "show_weeds" | "show_zones" | "stub_config" | "time_format_24_hour" | "time_format_seconds" | "user_interface_read_only_mode" | "view_celery_script" | "x_axis_inverted" | "xy_swap" | "y_axis_inverted" | "z_axis_inverted";

0 comments on commit b850d76

Please sign in to comment.