release: bump version to 0.50.0
This commit is contained in:
@@ -17,11 +17,16 @@ export const CONFIG = {
|
||||
export const ROTATION_MODE = {
|
||||
ROTATE: "rotate",
|
||||
CRUISE: "cruise",
|
||||
MOTION: "motion",
|
||||
};
|
||||
|
||||
export const CRUISE_MODULES = {
|
||||
BGP: "bgp",
|
||||
NEWS: "news",
|
||||
COMPUTE_CENTERS: "computeCenters",
|
||||
VESSELS: "vessels",
|
||||
CABLES: "cables",
|
||||
SATELLITES: "satellites",
|
||||
};
|
||||
|
||||
export const DEFAULT_CRUISE_MODULES = [CRUISE_MODULES.BGP];
|
||||
|
||||
Reference in New Issue
Block a user