@jbrowse/plugin-data-management 1.6.3 → 1.6.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.
@@ -1,2 +1,2 @@
1
1
  export { default as stateModel } from "./model";
2
- export const configSchema: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
2
+ export const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
@@ -1,2 +1,2 @@
1
1
  export { default as stateModelFactory } from "./model";
2
- export const configSchema: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
2
+ export const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
@@ -1,2 +1,2 @@
1
1
  export { default as stateModelFactory } from "./model";
2
- export const configSchema: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
2
+ export const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
@@ -1,3 +1,3 @@
1
1
  export { default as ReactComponent } from "./components/PluginStoreWidget";
2
2
  export { default as stateModelFactory } from "./model";
3
- export const configSchema: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
3
+ export const configSchema: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
@@ -1,2 +1,2 @@
1
- declare var _default: import("@jbrowse/core/configuration/configurationSchema").AnyConfigurationSchemaType;
1
+ declare var _default: import("@jbrowse/core/configuration").AnyConfigurationSchemaType;
2
2
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/plugin-data-management",
3
- "version": "1.6.3",
3
+ "version": "1.6.6",
4
4
  "description": "JBrowse 2 linear genome view",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -56,5 +56,5 @@
56
56
  "publishConfig": {
57
57
  "access": "public"
58
58
  },
59
- "gitHead": "c6d6783d3dc82ea96390ab177ceb8ed38b439333"
59
+ "gitHead": "9fcca7793af0df2d6e527ddaace2b368c8ed2879"
60
60
  }
@@ -653,6 +653,26 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
653
653
  GridBookmarkPlugin
654
654
  </p>
655
655
  </li>
656
+ <li
657
+ class="MuiListItem-root MuiListItem-gutters"
658
+ >
659
+ <svg
660
+ aria-hidden="true"
661
+ class="MuiSvgIcon-root makeStyles-lockedPluginTooltip"
662
+ focusable="false"
663
+ title="This plugin was installed by an administrator, you cannot remove it."
664
+ viewBox="0 0 24 24"
665
+ >
666
+ <path
667
+ d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"
668
+ />
669
+ </svg>
670
+ <p
671
+ class="MuiTypography-root MuiTypography-body1"
672
+ >
673
+ ComparativeAdaptersPlugin
674
+ </p>
675
+ </li>
656
676
  </ul>
657
677
  </div>
658
678
  </div>