@jbrowse/plugin-alignments 2.1.6 → 2.1.7

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.
@@ -324,9 +324,9 @@ declare const stateModelFactory: (configSchema: LinearPileupDisplayConfigModel)
324
324
  subMenu?: undefined;
325
325
  })[];
326
326
  }, import("mobx-state-tree")._NotCustomized, {
327
+ type: string;
327
328
  height: number;
328
329
  id: string;
329
- type: string;
330
330
  rpcDriverName: string | undefined;
331
331
  userBpPerPxLimit: number | undefined;
332
332
  userByteSizeLimit: number | undefined;
@@ -324,9 +324,9 @@ declare const stateModelFactory: (configSchema: LinearPileupDisplayConfigModel)
324
324
  subMenu?: undefined;
325
325
  })[];
326
326
  }, import("mobx-state-tree")._NotCustomized, {
327
+ type: string;
327
328
  height: number;
328
329
  id: string;
329
- type: string;
330
330
  rpcDriverName: string | undefined;
331
331
  userBpPerPxLimit: number | undefined;
332
332
  userByteSizeLimit: number | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-alignments",
3
- "version": "2.1.6",
3
+ "version": "2.1.7",
4
4
  "description": "JBrowse 2 alignments adapters, tracks, etc.",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -64,5 +64,5 @@
64
64
  "distModule": "esm/index.js",
65
65
  "srcModule": "src/index.ts",
66
66
  "module": "esm/index.js",
67
- "gitHead": "df810d2a4f057adcd8f5345d54972508fba007a7"
67
+ "gitHead": "a1344081f61e22e0f597517efa7386023eef9f33"
68
68
  }