@jbrowse/app-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.
|
@@ -47,6 +47,11 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
47
47
|
defaultValue: number;
|
|
48
48
|
description: string;
|
|
49
49
|
};
|
|
50
|
+
maxDepth: {
|
|
51
|
+
type: string;
|
|
52
|
+
defaultValue: number;
|
|
53
|
+
description: string;
|
|
54
|
+
};
|
|
50
55
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
51
56
|
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
52
57
|
config: {
|
|
@@ -40,6 +40,11 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
40
40
|
defaultValue: number;
|
|
41
41
|
description: string;
|
|
42
42
|
};
|
|
43
|
+
maxDepth: {
|
|
44
|
+
type: string;
|
|
45
|
+
defaultValue: number;
|
|
46
|
+
description: string;
|
|
47
|
+
};
|
|
43
48
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
44
49
|
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
45
50
|
config: {
|
|
@@ -47,6 +47,11 @@ export declare function JBrowseConfigF({ pluginManager, assemblyConfigSchema, }:
|
|
|
47
47
|
defaultValue: number;
|
|
48
48
|
description: string;
|
|
49
49
|
};
|
|
50
|
+
maxDepth: {
|
|
51
|
+
type: string;
|
|
52
|
+
defaultValue: number;
|
|
53
|
+
description: string;
|
|
54
|
+
};
|
|
50
55
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
51
56
|
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
52
57
|
config: {
|
|
@@ -40,6 +40,11 @@ export declare function JBrowseModelF({ pluginManager, assemblyConfigSchema, }:
|
|
|
40
40
|
defaultValue: number;
|
|
41
41
|
description: string;
|
|
42
42
|
};
|
|
43
|
+
maxDepth: {
|
|
44
|
+
type: string;
|
|
45
|
+
defaultValue: number;
|
|
46
|
+
description: string;
|
|
47
|
+
};
|
|
43
48
|
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
|
|
44
49
|
formatAbout: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
|
|
45
50
|
config: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jbrowse/app-core",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.9.0",
|
|
4
4
|
"description": "JBrowse 2 code shared between the 'full featured' apps e.g. jbrowse-web and jbrowse-desktop",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"jbrowse",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
44
|
"@babel/runtime": "^7.16.3",
|
|
45
|
-
"@jbrowse/product-core": "^2.
|
|
45
|
+
"@jbrowse/product-core": "^2.9.0",
|
|
46
46
|
"@mui/icons-material": "^5.0.0",
|
|
47
47
|
"@mui/material": "^5.10.17",
|
|
48
48
|
"clsx": "^2.0.0",
|
|
@@ -61,5 +61,5 @@
|
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "a50b6f67cf8c8f3c65a7b8cd858de2fcca1f2909"
|
|
65
65
|
}
|