jssm 5.98.2 → 5.98.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@ declare type JssmArrow = '->' | '<-' | '<->' | '<=->' | '<~->' | '=>' | '<=' | '
21
21
  declare type JssmShape = "box" | "polygon" | "ellipse" | "oval" | "circle" | "point" | "egg" | "triangle" | "plaintext" | "plain" | "diamond" | "trapezium" | "parallelogram" | "house" | "pentagon" | "hexagon" | "septagon" | "octagon" | "doublecircle" | "doubleoctagon" | "tripleoctagon" | "invtriangle" | "invtrapezium" | "invhouse" | "Mdiamond" | "Msquare" | "Mcircle" | "rect" | "rectangle" | "square" | "star" | "none" | "underline" | "cylinder" | "note" | "tab" | "folder" | "box3d" | "component" | "promoter" | "cds" | "terminator" | "utr" | "primersite" | "restrictionsite" | "fivepoverhang" | "threepoverhang" | "noverhang" | "assembly" | "signature" | "insulator" | "ribosite" | "rnastab" | "proteasesite" | "proteinstab" | "rpromoter" | "rarrow" | "larrow" | "lpromoter" | "record";
22
22
  declare type JssmArrowDirection = 'left' | 'right' | 'both';
23
23
  declare type JssmArrowKind = 'none' | 'legal' | 'main' | 'forced';
24
- declare type JssmLayout = 'dot' | 'circo' | 'twopi' | 'fdp';
24
+ declare type JssmLayout = 'dot' | 'circo' | 'twopi' | 'fdp' | 'neato';
25
25
  declare type JssmCorner = 'regular' | 'rounded' | 'lined';
26
26
  declare type JssmLineStyle = 'solid' | 'dashed' | 'dotted';
27
27
  declare type JssmAllowsOverride = true | false | undefined;
@@ -1,2 +1,2 @@
1
- const version = "5.98.2", build_time = 1714068061930;
1
+ const version = "5.98.7", build_time = 1720294433127;
2
2
  export { version, build_time };