@jbrowse/product-core 2.6.3 → 2.7.1

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.
@@ -9,7 +9,7 @@ export interface ReferringNode {
9
9
  /**
10
10
  * #stateModel ReferenceManagementSessionMixin
11
11
  */
12
- export declare function ReferenceManagementSessionMixin(pluginManager: PluginManager): import("mobx-state-tree").IModelType<{}, {
12
+ export declare function ReferenceManagementSessionMixin(_pluginManager: PluginManager): import("mobx-state-tree").IModelType<{}, {
13
13
  /**
14
14
  * #method
15
15
  * See if any MST nodes currently have a types.reference to this object.
@@ -9,7 +9,7 @@ const BaseSession_1 = require("./BaseSession");
9
9
  /**
10
10
  * #stateModel ReferenceManagementSessionMixin
11
11
  */
12
- function ReferenceManagementSessionMixin(pluginManager) {
12
+ function ReferenceManagementSessionMixin(_pluginManager) {
13
13
  return mobx_state_tree_1.types
14
14
  .model('ReferenceManagementSessionMixin', {})
15
15
  .views(self => ({