@jbrowse/web-core 2.8.0 → 2.9.0

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.
@@ -164,6 +164,13 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
164
164
  defaultValue: number;
165
165
  description: string;
166
166
  };
167
+ maxDepth: {
168
+ type: string;
169
+ defaultValue: number;
170
+ description: string; /**
171
+ * #volatile
172
+ */
173
+ };
167
174
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
168
175
  formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
169
176
  config: {
@@ -175,9 +182,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
175
182
  hideUris: {
176
183
  type: string;
177
184
  defaultValue: boolean;
178
- }; /**
179
- * #getter
180
- */
185
+ };
181
186
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
182
187
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>>, callbacks: Function[], dereferenceTypeCount: Record<string, number>): void;
183
188
  } & {
@@ -164,6 +164,13 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
164
164
  defaultValue: number;
165
165
  description: string;
166
166
  };
167
+ maxDepth: {
168
+ type: string;
169
+ defaultValue: number;
170
+ description: string; /**
171
+ * #volatile
172
+ */
173
+ };
167
174
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
168
175
  formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
169
176
  config: {
@@ -175,9 +182,7 @@ export declare function BaseWebSession({ pluginManager, assemblyConfigSchema, }:
175
182
  hideUris: {
176
183
  type: string;
177
184
  defaultValue: boolean;
178
- }; /**
179
- * #getter
180
- */
185
+ };
181
186
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
182
187
  }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, "trackId">>>, callbacks: Function[], dereferenceTypeCount: Record<string, number>): void;
183
188
  } & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jbrowse/web-core",
3
- "version": "2.8.0",
3
+ "version": "2.9.0",
4
4
  "description": "JBrowse 2 code shared between web-app type products",
5
5
  "keywords": [
6
6
  "jbrowse",
@@ -42,8 +42,8 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@babel/runtime": "^7.16.3",
45
- "@jbrowse/app-core": "^2.8.0",
46
- "@jbrowse/product-core": "^2.8.0",
45
+ "@jbrowse/app-core": "^2.9.0",
46
+ "@jbrowse/product-core": "^2.9.0",
47
47
  "@mui/icons-material": "^5.0.0",
48
48
  "@mui/material": "^5.10.17",
49
49
  "clone": "^2.0.0",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "ee8c2bdc8bd4f1a70b1eefda984f04a2830d9ca0"
65
+ "gitHead": "a50b6f67cf8c8f3c65a7b8cd858de2fcca1f2909"
66
66
  }