@datagrok-libraries/bio 5.39.5 → 5.39.6

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.
package/package.json CHANGED
@@ -8,7 +8,7 @@
8
8
  "access": "public"
9
9
  },
10
10
  "friendlyName": "Datagrok bio library",
11
- "version": "5.39.5",
11
+ "version": "5.39.6",
12
12
  "description": "",
13
13
  "dependencies": {
14
14
  "@datagrok-libraries/gridext": "^1.3.64",
@@ -14,7 +14,7 @@ export declare const monomerWorksConsts: {
14
14
  readonly V3K_END_ATOM_BLOCK: "M V30 END ATOM\n";
15
15
  readonly V3K_BEGIN_BOND_BLOCK: "M V30 BEGIN BOND\n";
16
16
  readonly V3K_END_BOND_BLOCK: "M V30 END BOND\n";
17
- readonly V3K_BOND_CONFIG: " CFG:";
17
+ readonly V3K_BOND_CONFIG: " CFG=";
18
18
  readonly V3K_BEGIN_DATA_LINE: "M V30 ";
19
19
  readonly V3K_END: "M END";
20
20
  readonly PRECISION_FACTOR: 10000;
@@ -16,7 +16,7 @@ export const monomerWorksConsts = {
16
16
  V3K_END_ATOM_BLOCK: 'M V30 END ATOM\n',
17
17
  V3K_BEGIN_BOND_BLOCK: 'M V30 BEGIN BOND\n',
18
18
  V3K_END_BOND_BLOCK: 'M V30 END BOND\n',
19
- V3K_BOND_CONFIG: ' CFG:',
19
+ V3K_BOND_CONFIG: ' CFG=',
20
20
  V3K_BEGIN_DATA_LINE: 'M V30 ',
21
21
  V3K_END: 'M END',
22
22
  PRECISION_FACTOR: 10000,